diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-11-11 16:49:57 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-11-13 11:03:03 +0100 |
commit | e0cdf0c53bfddea0ced075cc0ada10ef638c1795 (patch) | |
tree | db474784fc09440d608fa02ea85f94e069a0bc78 /include/svx | |
parent | c60ee62c2de57a6fca7d731062ca7c4146377fa1 (diff) |
svx: remove unused typedef
Change-Id: I3d892ba544e1c3e569e3c1968e034836dde5b555
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/xtable.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svx/xtable.hxx b/include/svx/xtable.hxx index 14589b59790b..9217d18aa5fc 100644 --- a/include/svx/xtable.hxx +++ b/include/svx/xtable.hxx @@ -171,7 +171,6 @@ class SVX_DLLPUBLIC XPropertyList : public cppu::OWeakObject SAL_DLLPRIVATE void operator delete(void *); protected: typedef ::std::vector< XPropertyEntry* > XPropertyEntryList_impl; - typedef ::std::vector< Bitmap* > BitmapList_impl; XPropertyListType meType; OUString maName; // not persistent |