summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-02-03 15:48:34 +1100
committerCaolán McNamara <caolanm@redhat.com>2014-02-04 14:43:57 +0000
commit570e5d70f32aeb34b1c1ad7623c71f7363ce4dfc (patch)
tree8746f498c1ff3c5eaef1727749ac1bb43d397d9e /include
parentwarning C4305: '+=' : truncation from 'double' to 'float' (diff)
downloadcore-570e5d70f32aeb34b1c1ad7623c71f7363ce4dfc.tar.gz
core-570e5d70f32aeb34b1c1ad7623c71f7363ce4dfc.zip
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')
-rw-r--r--include/tools/resmgr.hxx1
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,