summaryrefslogtreecommitdiff
path: root/xmloff/source/style/DashStyle.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/DashStyle.cxx')
-rw-r--r--xmloff/source/style/DashStyle.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/xmloff/source/style/DashStyle.cxx b/xmloff/source/style/DashStyle.cxx
index 20ae5d287852..fc4137dc9a1c 100644
--- a/xmloff/source/style/DashStyle.cxx
+++ b/xmloff/source/style/DashStyle.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <com/sun/star/drawing/DashStyle.hpp>
#include <com/sun/star/drawing/LineDash.hpp>
@@ -75,9 +74,7 @@ SvXMLEnumMapEntry const pXML_DashStyle_Enum[] =
{ XML_TOKEN_INVALID, 0 }
};
-//-------------------------------------------------------------
// Import
-//-------------------------------------------------------------
XMLDashStyleImport::XMLDashStyleImport( SvXMLImport& rImp )
: rImport(rImp)
@@ -210,10 +207,7 @@ sal_Bool XMLDashStyleImport::importXML(
return sal_True;
}
-
-//-------------------------------------------------------------
// Export
-//-------------------------------------------------------------
XMLDashStyleExport::XMLDashStyleExport( SvXMLExport& rExp )
: rExport(rExp)
@@ -257,7 +251,6 @@ sal_Bool XMLDashStyleExport::exportXML(
aStrValue = aOut.makeStringAndClear();
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_STYLE, aStrValue );
-
// dots
if( aLineDash.Dots )
{
@@ -315,7 +308,6 @@ sal_Bool XMLDashStyleExport::exportXML(
aStrValue = aOut.makeStringAndClear();
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_DISTANCE, aStrValue );
-
// do Write
SvXMLElementExport rElem( rExport,
XML_NAMESPACE_DRAW, XML_STROKE_DASH,