summaryrefslogtreecommitdiffstats
path: root/editeng
diff options
context:
space:
mode:
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/editeng/editdoc.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/editeng/source/editeng/editdoc.hxx b/editeng/source/editeng/editdoc.hxx
index c28ed07ac70e..041ce0b44f40 100644
--- a/editeng/source/editeng/editdoc.hxx
+++ b/editeng/source/editeng/editdoc.hxx
@@ -139,7 +139,6 @@ public:
// ----------------------------------------------------------------------
// class SvxColorList
// ----------------------------------------------------------------------
-typedef ContentNode* ContentNodePtr;
typedef ::std::vector< SvxColorItem* > DummyColorList;
class SvxColorList
@@ -160,8 +159,7 @@ public:
// ----------------------------------------------------------------------
// class ItemList
// ----------------------------------------------------------------------
-typedef const SfxPoolItem* ConstPoolItemPtr;
-typedef ::std::vector< ConstPoolItemPtr > DummyItemList;
+typedef ::std::vector<const SfxPoolItem*> DummyItemList;
class ItemList
{