summaryrefslogtreecommitdiffstats
path: root/writerperfect/inc/WPFTResMgr.hxx
blob: 54de1e4f0e0645521c9dd28839f2567ced7d20ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */

#ifndef INCLUDED_WRITERPERFECT_INC_WPFTRESMGR_HXX
#define INCLUDED_WRITERPERFECT_INC_WPFTRESMGR_HXX

#include "writerperfectdllapi.h"

#include <tools/resid.hxx>

struct WRITERPERFECT_DLLPUBLIC WPFTResMgr
{
    static ResMgr &GetResMgr();
};

inline OUString WpResId(sal_uInt16 nId)
{
    return ResId(nId, WPFTResMgr::GetResMgr());
}

#endif

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */