summaryrefslogtreecommitdiffstats
path: root/include/basic/sbstar.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-04-08 15:41:15 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-04-11 06:20:10 +0000
commitf3dabe7507b578484805255eae31d8a1358e605c (patch)
tree385c39e2080d74e4e82ad5d363af201c7f11d19a /include/basic/sbstar.hxx
parentReplace OUtoCStr macro (diff)
downloadcore-f3dabe7507b578484805255eae31d8a1358e605c.tar.gz
core-f3dabe7507b578484805255eae31d8a1358e605c.zip
make GetGlobalUNOConstant and GetUNOConstant take an OUString
and eliminate converting backwards and forwards between sal_Char*/OString/OUString Change-Id: Iaf52ce93f0e732ab338f75d21b95ab4b020a4d6f Reviewed-on: https://gerrit.libreoffice.org/23919 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/basic/sbstar.hxx')
-rw-r--r--include/basic/sbstar.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basic/sbstar.hxx b/include/basic/sbstar.hxx
index 670e597b4ecc..a0e23453ba8a 100644
--- a/include/basic/sbstar.hxx
+++ b/include/basic/sbstar.hxx
@@ -155,7 +155,7 @@ public:
SbxObjectRef getRTL() { return pRtl; }
bool IsDocBasic() { return bDocBasic; }
SbxVariable* VBAFind( const OUString& rName, SbxClassType t );
- bool GetUNOConstant( const sal_Char* _pAsciiName, css::uno::Any& aOut );
+ bool GetUNOConstant( const OUString& rName, css::uno::Any& aOut );
void QuitAndExitApplication();
bool IsQuitApplication() { return bQuit; };