summaryrefslogtreecommitdiffstats
path: root/sw/inc/swmodule.hxx
diff options
context:
space:
mode:
authorAugust Sodora <augsod@gmail.com>2012-01-13 18:05:49 -0500
committerAugust Sodora <augsod@gmail.com>2012-01-13 22:21:03 -0500
commit5b12914f96ef0891c7e20f6edc63d58dc6cc1e17 (patch)
tree45f0a088f1de97c13de94f7a76d811ee268e897d /sw/inc/swmodule.hxx
parentSvStringsDtor->std::vector (diff)
downloadcore-5b12914f96ef0891c7e20f6edc63d58dc6cc1e17.tar.gz
core-5b12914f96ef0891c7e20f6edc63d58dc6cc1e17.zip
SvStringsDtor->std::vector
Diffstat (limited to 'sw/inc/swmodule.hxx')
-rw-r--r--sw/inc/swmodule.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/swmodule.hxx b/sw/inc/swmodule.hxx
index df7f34bd7338..70cae0f5008d 100644
--- a/sw/inc/swmodule.hxx
+++ b/sw/inc/swmodule.hxx
@@ -41,7 +41,6 @@
#include <com/sun/star/linguistic2/XLanguageGuessing.hpp>
#include <editeng/svxenum.hxx>
-class SvStringsDtor;
class Color;
class SfxItemSet;
class SfxRequest;
@@ -107,7 +106,7 @@ class SW_DLLPUBLIC SwModule: public SfxModule, public SfxListener, public utl::C
SwView* pView;
// List of all Redline-authors.
- SvStringsDtor* pAuthorNames;
+ std::vector<String>* pAuthorNames;
// DictionaryList listener to trigger spellchecking or hyphenation
::com::sun::star::uno::Reference<