summaryrefslogtreecommitdiff
path: root/include/basic/sbdef.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basic/sbdef.hxx')
-rw-r--r--include/basic/sbdef.hxx2
1 files changed, 2 insertions, 0 deletions
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