[Libreoffice-commits] .: sd/source

Caolán McNamara caolan at kemper.freedesktop.org
Wed Dec 8 04:45:41 PST 2010


 sd/source/filter/eppt/pptx-epptooxml.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 222cfc3b02f1a3b3f7031393251f7452ceb4713a
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Dec 8 12:45:36 2010 +0000

    fix build error

diff --git a/sd/source/filter/eppt/pptx-epptooxml.cxx b/sd/source/filter/eppt/pptx-epptooxml.cxx
index 643b1f1..ce801ee 100644
--- a/sd/source/filter/eppt/pptx-epptooxml.cxx
+++ b/sd/source/filter/eppt/pptx-epptooxml.cxx
@@ -1542,7 +1542,7 @@ void PowerPointExport::ImplWritePPTXLayout( sal_Int32 nOffset, sal_uInt32 nMaste
 
     Reference< beans::XPropertySet > xPropSet( xSlide, uno::UNO_QUERY );
     xPropSet->setPropertyValue( US( "Layout" ), makeAny( short( aLayoutInfo[ nOffset ].nType ) ) );
-    dump_pset( xPropSet );
+    DBG(dump_pset( xPropSet ));
 
     mXPagePropSet = Reference< XPropertySet >( xSlide, UNO_QUERY );
     mXShapes = Reference< XShapes >( xSlide, UNO_QUERY );


More information about the Libreoffice-commits mailing list