summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/textparagraphproperties.cxx
diff options
context:
space:
mode:
authorRadek Doulik <rodo@novell.com>2011-01-18 14:56:43 +0100
committerRadek Doulik <rodo@novell.com>2011-01-18 20:00:48 +0100
commit261d520fc7f92260986126c8f17b2a7b45ef0e38 (patch)
treea8ef951cd3bd157026d0726c41acbb685e3c6180 /oox/source/drawingml/textparagraphproperties.cxx
parent8b852389f9fe518ce4102b287b2d5510bdfe9540 (diff)
extend debug dump so that it dumps numbering rules
Diffstat (limited to 'oox/source/drawingml/textparagraphproperties.cxx')
-rw-r--r--oox/source/drawingml/textparagraphproperties.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/textparagraphproperties.cxx b/oox/source/drawingml/textparagraphproperties.cxx
index 0600083e2f2c..6cb619bc4cac 100644
--- a/oox/source/drawingml/textparagraphproperties.cxx
+++ b/oox/source/drawingml/textparagraphproperties.cxx
@@ -464,7 +464,7 @@ float TextParagraphProperties::getCharHeightPoints( float fDefault ) const
#if OSL_DEBUG_LEVEL > 0
-void TextParagraphProperties::dump()
+void TextParagraphProperties::dump() const
{
Reference< ::com::sun::star::lang::XMultiServiceFactory > xFactory = comphelper::getProcessServiceFactory();
Reference< ::com::sun::star::drawing::XShape > xShape( oox::ppt::PowerPointImport::mpDebugFilterBase->getModelFactory()->createInstance( CREATE_OUSTRING( "com.sun.star.presentation.TitleTextShape" ) ), UNO_QUERY );