summaryrefslogtreecommitdiff
path: root/extensions/source/inc/componentmodule.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/inc/componentmodule.hxx')
-rw-r--r--extensions/source/inc/componentmodule.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/extensions/source/inc/componentmodule.hxx b/extensions/source/inc/componentmodule.hxx
index 3b5d402578cd..24b5032cd98e 100644
--- a/extensions/source/inc/componentmodule.hxx
+++ b/extensions/source/inc/componentmodule.hxx
@@ -17,20 +17,18 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_EXTENSIONS_SOURCE_INC_COMPONENTMODULE_HXX
-#define INCLUDED_EXTENSIONS_SOURCE_INC_COMPONENTMODULE_HXX
+#pragma once
#include <rtl/ustring.hxx>
+#include <unotools/resmgr.hxx>
namespace compmodule
{
// specialized ResId, using the resource locale provided by the global module
- OUString ModuleRes(const char* pId);
+ OUString ModuleRes(TranslateId pId);
} // namespace compmodule
-#endif // INCLUDED_EXTENSIONS_SOURCE_INC_COMPONENTMODULE_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */