summaryrefslogtreecommitdiff
path: root/framework/inc
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2014-04-18 01:36:23 +0200
committerEike Rathke <erack@redhat.com>2014-04-18 01:37:06 +0200
commitd8cc554522742be4e690c39e06dc240a597db003 (patch)
tree029940795b55cd69f6d8596d7be1f486fe8a75a3 /framework/inc
parent7531f838c89b0e1d0826d4144ad2d0c70a41e1aa (diff)
FillLangItems() doesn't need an SvtLanguageTable instance
Change-Id: I4c8b8b54c434343eb72fb75aae3c15038cff72af
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/helper/mischelper.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/framework/inc/helper/mischelper.hxx b/framework/inc/helper/mischelper.hxx
index 40e72c13eb08..406de7ae2529 100644
--- a/framework/inc/helper/mischelper.hxx
+++ b/framework/inc/helper/mischelper.hxx
@@ -38,8 +38,6 @@
#include <set>
-class SvtLanguageTable;
-
// flags for script types in use within selection
#define LS_SCRIPT_LATIN 0x0001
#define LS_SCRIPT_ASIAN 0x0002
@@ -135,7 +133,6 @@ FWI_DLLPUBLIC OUString RetrieveLabelFromCommand( const OUString& aCmdURL
,const sal_Char* _pName);
FWI_DLLPUBLIC void FillLangItems( std::set< OUString > &rLangItems,
- const SvtLanguageTable &rLanguageTable,
const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > &rxFrame,
const LanguageGuessingHelper & rLangGuessHelper,
sal_Int16 nScriptType,