summaryrefslogtreecommitdiff
path: root/writerperfect/inc/WPFTResMgr.hxx
blob: 103b68a985a8e1e5a97db4c01ecf6e1a10fa2241 (plain)
1
2
3
4
5
6
7
8
9
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */

#pragma once

#include <unotools/resmgr.hxx>

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

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