summaryrefslogtreecommitdiff
path: root/svl/source/misc/getstringresource.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/misc/getstringresource.hxx')
-rw-r--r--svl/source/misc/getstringresource.hxx10
1 files changed, 1 insertions, 9 deletions
diff --git a/svl/source/misc/getstringresource.hxx b/svl/source/misc/getstringresource.hxx
index 4776c1572754..b04553bc13e5 100644
--- a/svl/source/misc/getstringresource.hxx
+++ b/svl/source/misc/getstringresource.hxx
@@ -24,15 +24,7 @@
#include <sal/types.h>
-namespace com { namespace sun { namespace star { namespace lang {
- struct Locale;
-} } } }
-
-namespace svl {
-
-OUString getStringResource(
- const char* id, LanguageTag const & locale);
-}
+OUString SvlResId(const char* id);
#endif