summaryrefslogtreecommitdiff
path: root/sd/source/filter/eppt/epptbase.hxx
diff options
context:
space:
mode:
authorRafael Dominguez <venccsralph@gmail.com>2011-03-25 17:27:26 -0430
committerKatarina Machalkova <kmachalkova@suse.cz>2011-04-28 12:35:32 +0200
commit3c4301224384cf8f93c1b4d60dc7bfdb3b6a228a (patch)
tree1576897b6ca9fde33d793b9ab356c1ad8d2a39da /sd/source/filter/eppt/epptbase.hxx
parente1ad9075003086ca7a80772f2a86f062cc1a5f82 (diff)
Remove deprecated List container maTextRuleList.
Diffstat (limited to 'sd/source/filter/eppt/epptbase.hxx')
-rw-r--r--sd/source/filter/eppt/epptbase.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sd/source/filter/eppt/epptbase.hxx b/sd/source/filter/eppt/epptbase.hxx
index 5eb7a25b1a9f..79244e8e2811 100644
--- a/sd/source/filter/eppt/epptbase.hxx
+++ b/sd/source/filter/eppt/epptbase.hxx
@@ -33,7 +33,6 @@
#include <boost/ptr_container/ptr_vector.hpp>
#include <vcl/mapmod.hxx>
-#include <tools/list.hxx>
#include <tools/string.hxx>
#include <tools/stream.hxx>
#include <tools/gen.hxx>
@@ -373,8 +372,6 @@ protected:
FontCollection maFontCollection;
- List maTextRuleList; // TextRuleEntry's
-
virtual void ImplWriteSlide( sal_uInt32 /* nPageNum */, sal_uInt32 /* nMasterNum */, sal_uInt16 /* nMode */,
sal_Bool /* bHasBackground */, ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > /* aXBackgroundPropSet */ ) {}
virtual void ImplWriteNotes( sal_uInt32 nPageNum ) = 0;