nss: upgrade to release 3.73
[LibreOffice.git] / writerperfect / inc / WPFTResMgr.hxx
blob0cff3e446c73c873ce15276a44f8c8b26666c625
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 #ifndef INCLUDED_WRITERPERFECT_INC_WPFTRESMGR_HXX
4 #define INCLUDED_WRITERPERFECT_INC_WPFTRESMGR_HXX
6 #include <unotools/resmgr.hxx>
8 inline OUString WpResId(const char* pId) { return Translate::get(pId, Translate::Create("wpt")); }
10 #endif
12 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */