summaryrefslogtreecommitdiff
path: root/fpicker/inc/fpsofficeResMgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/inc/fpsofficeResMgr.hxx')
-rw-r--r--fpicker/inc/fpsofficeResMgr.hxx18
1 files changed, 0 insertions, 18 deletions
diff --git a/fpicker/inc/fpsofficeResMgr.hxx b/fpicker/inc/fpsofficeResMgr.hxx
deleted file mode 100644
index 195af8337c01..000000000000
--- a/fpicker/inc/fpsofficeResMgr.hxx
+++ /dev/null
@@ -1,18 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- */
-#ifndef INCLUDED_FPICKER_SOURCE_OFFICE_FPSOFFICERESMGR_HXX
-#define INCLUDED_FPICKER_SOURCE_OFFICE_FPSOFFICERESMGR_HXX
-
-#include <unotools/resmgr.hxx>
-
-inline OUString FpsResId(const char* pId) { return Translate::get(pId, Translate::Create("fps")); };
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */