[Libreoffice-commits] .: sd/source
Katarina Machalkova
bubli at kemper.freedesktop.org
Thu Apr 28 03:35:40 PDT 2011
sd/source/filter/eppt/epptbase.hxx | 3 ---
sd/source/filter/eppt/pptx-epptbase.cxx | 3 +--
2 files changed, 1 insertion(+), 5 deletions(-)
New commits:
commit e07b7cc45f3a4eeeced65be5a437a3fed3198687
Author: Rafael Dominguez <venccsralph at gmail.com>
Date: Fri Mar 25 17:27:26 2011 -0430
Remove deprecated List container maTextRuleList.
diff --git a/sd/source/filter/eppt/epptbase.hxx b/sd/source/filter/eppt/epptbase.hxx
index 5eb7a25..79244e8 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;
diff --git a/sd/source/filter/eppt/pptx-epptbase.cxx b/sd/source/filter/eppt/pptx-epptbase.cxx
index 3307f33..abdb053 100644
--- a/sd/source/filter/eppt/pptx-epptbase.cxx
+++ b/sd/source/filter/eppt/pptx-epptbase.cxx
@@ -231,8 +231,7 @@ void PPTWriterBase::exportPPT()
}
if ( !CreateMainNotes() )
return;
- maTextRuleList.First(); // rewind list, so we can get the current or next entry without
- // searching, all entrys are sorted#
+
for ( i = 0; i < mnPages; i++ )
{
DBG(printf( "call ImplCreateSlide( %"SAL_PRIuUINT32" )\n", i));
More information about the Libreoffice-commits
mailing list