summaryrefslogtreecommitdiff
path: root/editeng/inc
diff options
context:
space:
mode:
authorAugust Sodora <augsod@gmail.com>2011-12-24 15:52:50 -0500
committerAugust Sodora <augsod@gmail.com>2011-12-24 15:55:32 -0500
commit7b97c7731b4bb224b78e17a33b9c72e559ee8ce1 (patch)
tree88bf4c337293e5dd5fa216b4fa12c7d7e358e160 /editeng/inc
parentc61d62d70a794c7736521693aa02c01db1300a27 (diff)
DECLARE_TABLE->boost::ptr_map
Diffstat (limited to 'editeng/inc')
-rw-r--r--editeng/inc/editeng/svxacorr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/editeng/inc/editeng/svxacorr.hxx b/editeng/inc/editeng/svxacorr.hxx
index e2a3a8c00379..53e0e2c12996 100644
--- a/editeng/inc/editeng/svxacorr.hxx
+++ b/editeng/inc/editeng/svxacorr.hxx
@@ -40,13 +40,13 @@
#include "editeng/editengdllapi.h"
#include <map>
+#include <boost/ptr_container/ptr_map.hpp>
class CharClass;
class SfxPoolItem;
class SvxAutoCorrect;
class SvStringsISortDtor;
class SfxObjectShell;
-class SvxAutoCorrLanguageTable_Impl;
class SotStorageRef;
class SotStorage;
class Window;
@@ -208,7 +208,7 @@ class EDITENG_DLLPUBLIC SvxAutoCorrect
SvxSwAutoFmtFlags aSwFlags; // StarWriter AutoFormat Flags
// all languages in a table
- SvxAutoCorrLanguageTable_Impl* pLangTable;
+ boost::ptr_map<LanguageType, SvxAutoCorrectLanguageLists>* pLangTable;
std::map<LanguageType, long> aLastFileTable;
CharClass* pCharClass;