diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-02-03 15:48:34 +1100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-04 14:43:57 +0000 |
commit | 570e5d70f32aeb34b1c1ad7623c71f7363ce4dfc (patch) | |
tree | 8746f498c1ff3c5eaef1727749ac1bb43d397d9e /include/tools | |
parent | 45df5281f030276c06d3e16a07e165c28870c2db (diff) |
fdo#74425 Remove deprecated static function ResMgr::GetLang()
ResMgr::GetLang() has been deprecated for a long time now. It is used
by only one function,
SubstitutePathVariables::SetPredefinedPathVariables() in the framework
module. I have therefore removed it from ResMgr and placed it as a
function in framework/source/services/substitutepathvars.cxx where it
is actually used.
Change-Id: I5f0d8f701aa45f8653020affeff6339f8fc9bc0e
Reviewed-on: https://gerrit.libreoffice.org/7791
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/resmgr.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/tools/resmgr.hxx b/include/tools/resmgr.hxx index dd993a65a5f1..2aef810cbdf7 100644 --- a/include/tools/resmgr.hxx +++ b/include/tools/resmgr.hxx @@ -132,7 +132,6 @@ public: ~ResMgr(); /// Language-dependent resource library - static const sal_Char* GetLang( LanguageType& eLanguage, sal_uInt16 nPrio = 0 ); ///< @deprecated see "tools/source/rc/resmgr.cxx" static ResMgr* SearchCreateResMgr( const sal_Char* pPrefixName, LanguageTag& rLocale ); static ResMgr* CreateResMgr( const sal_Char* pPrefixName, |