bump product version to 7.2.5.1
[LibreOffice.git] / writerperfect / inc / WPFTResMgr.hxx
blob103b68a985a8e1e5a97db4c01ecf6e1a10fa2241
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 #pragma once
5 #include <unotools/resmgr.hxx>
7 inline OUString WpResId(const char* pId) { return Translate::get(pId, Translate::Create("wpt")); }
9 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */