summaryrefslogtreecommitdiff
path: root/xmloff/source/style/styleexp.cxx
diff options
context:
space:
mode:
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 318cc0d1c6f4..858d68a4c360 100644
--- a/xmloff/source/style/styleexp.cxx
+++ b/xmloff/source/style/styleexp.cxx
@@ -268,7 +268,6 @@ sal_Bool XMLStyleExport::exportStyle(
bool bNoInheritedListStyle( true );
- /////////////////////////////////////////////////
Reference<XStyle> xStyle( xPropState, UNO_QUERY );
while ( xStyle.is() )
{
@@ -295,7 +294,6 @@ sal_Bool XMLStyleExport::exportStyle(
}
}
}
- /////////////////////////////////////////////////
if ( bNoInheritedListStyle )
GetExport().AddAttribute( XML_NAMESPACE_STYLE,
XML_LIST_STYLE_NAME,
@@ -507,5 +505,4 @@ void XMLStyleExport::exportStyleFamily(
}
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */