diff options
author | Noel Grandin <noel@peralex.com> | 2013-09-16 15:41:14 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-09-17 09:06:20 +0200 |
commit | 23a2f0d9b626eaa9c82b7d466bd23eb6d06f9c21 (patch) | |
tree | 26226afc38450e45ce0de42db745a1c6e28ec162 | |
parent | 6f2adb1a0421e626aa498cf722d7be573f287a11 (diff) |
remove dead some definitions
Change-Id: I221b3762215820a93352e9058e03fd91cac7d3a5
-rw-r--r-- | sw/source/filter/inc/msfilter.hxx | 1 | ||||
-rw-r--r-- | sw/source/filter/ww8/attributeoutputbase.hxx | 1 | ||||
-rw-r--r-- | sw/source/ui/inc/initui.hxx | 3 | ||||
-rw-r--r-- | sw/source/ui/utlui/initui.cxx | 4 |
4 files changed, 0 insertions, 9 deletions
diff --git a/sw/source/filter/inc/msfilter.hxx b/sw/source/filter/inc/msfilter.hxx index 24818efbeb02..7f80d630f713 100644 --- a/sw/source/filter/inc/msfilter.hxx +++ b/sw/source/filter/inc/msfilter.hxx @@ -38,7 +38,6 @@ class SwDoc; class SwPaM; -class String; class SwTableNode; class SwNodeIndex; class SwNoTxtNode; diff --git a/sw/source/filter/ww8/attributeoutputbase.hxx b/sw/source/filter/ww8/attributeoutputbase.hxx index ac08d74d5eca..134de6b6b806 100644 --- a/sw/source/filter/ww8/attributeoutputbase.hxx +++ b/sw/source/filter/ww8/attributeoutputbase.hxx @@ -120,7 +120,6 @@ class wwFont; namespace editeng { class SvxBorderLine; } -class String; namespace rtl { class OUString; } class MSWordExportBase; diff --git a/sw/source/ui/inc/initui.hxx b/sw/source/ui/inc/initui.hxx index c6f0b10f2d37..b3b4b9ab6f13 100644 --- a/sw/source/ui/inc/initui.hxx +++ b/sw/source/ui/inc/initui.hxx @@ -28,7 +28,6 @@ /* * Forward Declarations */ -class String; class SwThesaurus; /* @@ -48,8 +47,6 @@ SW_DLLPUBLIC void SetOldDrwCat(OUString sStr); SW_DLLPUBLIC OUString GetCurrGlosGroup(); SW_DLLPUBLIC void SetCurrGlosGroup(OUString sStr); -extern std::vector<String>* pDBNameList; - // provides textblock management class SwGlossaries; SW_DLLPUBLIC SwGlossaries* GetGlossaries(); diff --git a/sw/source/ui/utlui/initui.cxx b/sw/source/ui/utlui/initui.cxx index 52fef745d172..4ff061018555 100644 --- a/sw/source/ui/utlui/initui.cxx +++ b/sw/source/ui/utlui/initui.cxx @@ -134,8 +134,6 @@ void SetCurrGlosGroup(OUString sStr) SetCachedString(CurrGlosGroup, sStr); } -std::vector<String>* pDBNameList = 0; - namespace { @@ -159,7 +157,6 @@ void _FinitUI() delete SwFieldType::pFldNames; ClearStringCache(); - delete pDBNameList; delete pGlossaryList; delete pAuthFieldNameList; delete pAuthFieldTypeList; @@ -172,7 +169,6 @@ void _InitUI() { // ShellResource gives the CORE the possibility to work with resources. ViewShell::SetShellRes( new ShellResource ); - pDBNameList = new std::vector<String>; SwEditWin::_InitStaticData(); } |