Version 5.2.6.1, tag libreoffice-5.2.6.1
[LibreOffice.git] / writerperfect / inc / WPFTResMgr.hxx
blobd578685f275e8cf17fddd199b58f7888bc20d1dc
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()
18 #endif
20 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */