Bump version to 6.4-15
[LibreOffice.git] / writerperfect / inc / WPFTResMgr.hxx
bloba6cd3895171615c52118ae0bcc9a4a05571fa69c
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 <unotools/resmgr.hxx>
10 inline OUString WpResId(const char* pId) { return Translate::get(pId, Translate::Create("wpt")); }
12 #endif
14 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */