1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 
3 #pragma once
4 
5 #include <unotools/resmgr.hxx>
6 
WpResId(const char * pId)7 inline OUString WpResId(const char* pId) { return Translate::get(pId, Translate::Create("wpt")); }
8 
9 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
10