Hi,

I removed the double line spacings in one file. Hope the resulting style is ok. If so, I'll continue :-)

Christina
>From c89eb7f1d41ac551615c33b27c433223a3b04e38 Mon Sep 17 00:00:00 2001
From: Christina Rossmanith <chrrossman...@web.de>
Date: Fri, 28 Jan 2011 22:42:03 +0100
Subject: [PATCH] Easy hacks: remove double line spacing

---
 .../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

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to