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 "writerperfectdllapi.h"
8 #include <tools/resid.hxx>
10 struct WRITERPERFECT_DLLPUBLIC WPFTResMgr
12 static ResMgr
&GetResMgr();
15 #define WPFT_RES(i) ResId((i), WPFTResMgr::GetResMgr())
16 #define WPFT_RESSTR(i) WPFT_RES(i).toString()
20 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */