[Libreoffice-commits] .: binfilter/bf_xmloff
Kohei Yoshida
kohei at kemper.freedesktop.org
Fri Jan 28 14:23:04 PST 2011
binfilter/bf_xmloff/source/draw/xmloff_XMLImageMapExport.cxx | 22 +----------
1 file changed, 2 insertions(+), 20 deletions(-)
New commits:
commit 80aeeb38b996326f4824bb4398b98fa75e001cd7
Author: Christina Rossmanith <ChrRossmanith at web.de>
Date: Fri Jan 28 22:42:03 2011 +0100
Easy hacks: remove double line spacing
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
}
More information about the Libreoffice-commits
mailing list