blob: 5780dd30ff6fb8fea39ccfd33224c7f82aa636e0 (
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(TranslateId aId) { return Translate::get(aId, Translate::Create("wpt")); }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|