[PATCH] Easy hacks: remove double line spacing

Christina Rossmanith ChrRossmanith at web.de
Fri Jan 28 13:42:03 PST 2011


---
 .../source/draw/xmloff_XMLImageMapExport.cxx       |   22 +------------------
 1 files changed, 2 insertions(+), 20 deletions(-)

diff --git a/binfilter/bf_xmloff/source/draw/xmloff_XMLImageMapExport.cxx b/binfilter/bf_xmloff/source/draw/xmloff_XMLImageMapExport.cxx
index c8e46b8..ecacad7 100644
--- a/binfilter/bf_xmloff/source/draw/xmloff_XMLImageMapExport.cxx
+++ b/binfilter/bf_xmloff/source/draw/xmloff_XMLImageMapExport.cxx
@@ -28,37 +28,20 @@
 
 #include "XMLImageMapExport.hxx"
 
-
-
 #include <tools/debug.hxx>
-
 #include <com/sun/star/uno/Reference.h>
-
 #include <com/sun/star/uno/Sequence.h>
-
-
-
 #include <com/sun/star/container/XIndexContainer.hpp>
-
 #include <com/sun/star/document/XEventsSupplier.hpp>
 
-
-
-
-
 #include "xmlexp.hxx"
-
 #include "xmlnmspe.hxx"
-
-
 #include "XMLEventExport.hxx"
-
 #include "xmluconv.hxx"
-
 #include "xexptran.hxx"
-namespace binfilter {
 
 
+namespace binfilter {
 
 using namespace ::com::sun::star;
 using namespace ::binfilter::xmloff::token;
@@ -98,7 +81,6 @@ XMLImageMapExport::XMLImageMapExport(SvXMLExport& rExp) :
 
 XMLImageMapExport::~XMLImageMapExport()
 {
-    
 }
 
 void XMLImageMapExport::Export( 
@@ -145,7 +127,7 @@ void XMLImageMapExport::Export(
         }
         // else: container is empty -> nothing to do
     }
-    // else: no container -> nothign to do
+    // else: no container -> nothing to do
 }
 
 
-- 
1.7.0.4


--------------010303060007040301050805--


More information about the LibreOffice mailing list