Version 6.1.4.1, tag libreoffice-6.1.4.1
[LibreOffice.git] / fpicker / inc / fpsofficeResMgr.hxx
blob11c8d9f50728e847a0dcf7faa44e37169cbdc47d
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 */
9 #ifndef INCLUDED_FPICKER_SOURCE_OFFICE_FPSOFFICERESMGR_HXX
10 #define INCLUDED_FPICKER_SOURCE_OFFICE_FPSOFFICERESMGR_HXX
12 #include <unotools/resmgr.hxx>
14 inline OUString FpsResId(const char* pId)
16 return Translate::get(pId, Translate::Create("fps"));
19 #endif
21 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */