summaryrefslogtreecommitdiff
path: root/xmloff/source/style/styleexp.cxx
diff options
context:
space:
mode:
authorBálint Dózsa <dozsabalint@gmail.com>2011-03-08 11:57:24 +0100
committerPierre-André Jacquod <pjacquod@alumni.ethz.ch>2011-03-08 21:41:41 +0100
commitf7114f0245a00b10b0a30245729b4100179be08f (patch)
treec867906b8f2f1232b8cbf008879e44cc13b2eb42 /xmloff/source/style/styleexp.cxx
parent5ea935885018b33f1f9e3a8e1f1cfd129d9bd6d2 (diff)
Remove commented out code
Diffstat (limited to 'xmloff/source/style/styleexp.cxx')
-rw-r--r--xmloff/source/style/styleexp.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/xmloff/source/style/styleexp.cxx b/xmloff/source/style/styleexp.cxx
index 01ee3a49b008..69ae4a02f9ef 100644
--- a/xmloff/source/style/styleexp.cxx
+++ b/xmloff/source/style/styleexp.cxx
@@ -367,13 +367,10 @@ sal_Bool XMLStyleExport::exportDefaultStyle(
XML_DEFAULT_STYLE,
sal_True, sal_True );
// <style:properties>
- //::std::vector< XMLPropertyState > xPropStates =
- // rPropMapper->FilterDefaults( xPropSet );
::std::vector< XMLPropertyState > xPropStates =
rPropMapper->FilterDefaults( xPropSet );
rPropMapper->exportXML( GetExport(), xPropStates,
XML_EXPORT_FLAG_IGN_WS );
-// exportStyleContent( rStyle );
}
return sal_True;
}