Avoid potential negative array index access to cached text.
[LibreOffice.git] / writerperfect / inc / WPFTResMgr.hxx
blob5780dd30ff6fb8fea39ccfd33224c7f82aa636e0
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(TranslateId aId) { return Translate::get(aId, Translate::Create("wpt")); }
9 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */