Kaydet (Commit) f3da8822 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Meaningless typedefs for pointer types.

üst 333cb00a
......@@ -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
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment