diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-05-12 22:24:39 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-05-13 13:27:25 +0200 |
commit | 8010f473c77b9f384a7067f487bc24469f8c0cd3 (patch) | |
tree | fe65d29ea38ca2e6bb1fb1d9f35e302ca82fb4c2 /sc/inc | |
parent | 439f17c5cf43b38092b1b834bb006420220262e1 (diff) |
Drop newly unused ScGlobal::GetRscString
Change-Id: I744b069542007d7ed965ef229a263c09a27181ce
Reviewed-on: https://gerrit.libreoffice.org/54187
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/global.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx index fdb1e5e37467..912164234597 100644 --- a/sc/inc/global.hxx +++ b/sc/inc/global.hxx @@ -566,7 +566,6 @@ public: SC_DLLPUBLIC static ScUnoAddInCollection* GetAddInCollection(); SC_DLLPUBLIC static ScUserList* GetUserList(); static void SetUserList( const ScUserList* pNewList ); - SC_DLLPUBLIC static const OUString& GetRscString(const char* pResId); /// Open the specified URL. static void OpenURL(const OUString& rURL, const OUString& rTarget); SC_DLLPUBLIC static OUString GetAbsDocName( const OUString& rFileName, |