9 lines
279 B
C++
9 lines
279 B
C++
/* -*- 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: */
|