summaryrefslogtreecommitdiff
path: root/writerperfect/inc/WPFTResMgr.hxx
blob: 0cff3e446c73c873ce15276a44f8c8b26666c625 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* -*- 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 <unotools/resmgr.hxx>

inline OUString WpResId(const char* pId) { return Translate::get(pId, Translate::Create("wpt")); }

#endif

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