summaryrefslogtreecommitdiff
path: root/include/basic
diff options
context:
space:
mode:
Diffstat (limited to 'include/basic')
-rw-r--r--include/basic/basrdll.hxx2
-rw-r--r--include/basic/sbdef.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/basic/basrdll.hxx b/include/basic/basrdll.hxx
index 6c2fc4655122..e4e97ae65dbc 100644
--- a/include/basic/basrdll.hxx
+++ b/include/basic/basrdll.hxx
@@ -33,8 +33,6 @@ public:
BasicDLL();
~BasicDLL();
- const std::locale& GetBasResLocale() const;
-
static void BasicBreak();
static void EnableBreak( bool bEnable );
diff --git a/include/basic/sbdef.hxx b/include/basic/sbdef.hxx
index 8df50e07678a..80513323f308 100644
--- a/include/basic/sbdef.hxx
+++ b/include/basic/sbdef.hxx
@@ -69,6 +69,8 @@ enum class PropertyMode
};
BASIC_DLLPUBLIC const ErrMsgCode* getRID_BASIC_START();
+BASIC_DLLPUBLIC const std::locale& BasResLocale();
+BASIC_DLLPUBLIC OUString BasResId(const char* pId);
#endif