summaryrefslogtreecommitdiff
path: root/include/xmloff
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-02-09 18:16:42 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-02-09 08:18:05 +0000
commita238b1f8d304bf1e2ffb357937f3ec888ee8ac89 (patch)
tree083c0582d4bf80e313ed256ca476ba8f69c7f7a6 /include/xmloff
parent538f276ae0414ea34ede6090b5f56e8fecd6fc65 (diff)
Remove excess newlines
A ridiculously fast way of doing this is: for i in $(pcregrep -l -M -r --include='.*[hc]xx$' \ --exclude-dir=workdir --exclude-dir=instdir '^ {3,}' .) do perl -0777 -i -pe 's/^ {3,}/ /gm' $i done Change-Id: Iebb93eccbee9e4fc5c4380474ba595858a27ac2c Reviewed-on: https://gerrit.libreoffice.org/22224 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'include/xmloff')
-rw-r--r--include/xmloff/PageMasterStyleMap.hxx1
-rw-r--r--include/xmloff/SchXMLImportHelper.hxx1
-rw-r--r--include/xmloff/XMLConstantsPropertyHandler.hxx1
-rw-r--r--include/xmloff/XMLPageExport.hxx2
-rw-r--r--include/xmloff/XMLSettingsExportContext.hxx1
-rw-r--r--include/xmloff/formlayerimport.hxx1
-rw-r--r--include/xmloff/maptype.hxx2
-rw-r--r--include/xmloff/shapeimport.hxx4
-rw-r--r--include/xmloff/xmlimppr.hxx1
-rw-r--r--include/xmloff/xmlmultiimagehelper.hxx2
-rw-r--r--include/xmloff/xmlnumfe.hxx1
-rw-r--r--include/xmloff/xmlprhdl.hxx1
12 files changed, 0 insertions, 18 deletions
diff --git a/include/xmloff/PageMasterStyleMap.hxx b/include/xmloff/PageMasterStyleMap.hxx
index 59f04df2abd9..702bb1a6c268 100644
--- a/include/xmloff/PageMasterStyleMap.hxx
+++ b/include/xmloff/PageMasterStyleMap.hxx
@@ -25,7 +25,6 @@
#include <xmloff/contextid.hxx>
-
#define XML_PM_TYPE_PAGESTYLELAYOUT (XML_PM_TYPES_START + 0)
#define XML_PM_TYPE_NUMFORMAT (XML_PM_TYPES_START + 1)
#define XML_PM_TYPE_NUMLETTERSYNC (XML_PM_TYPES_START + 2)
diff --git a/include/xmloff/SchXMLImportHelper.hxx b/include/xmloff/SchXMLImportHelper.hxx
index 79f4d1dc05af..068cc351130c 100644
--- a/include/xmloff/SchXMLImportHelper.hxx
+++ b/include/xmloff/SchXMLImportHelper.hxx
@@ -54,7 +54,6 @@ class SvXMLImportContext;
class SvXMLImport;
-
/** With this class you can import a <chart:chart> element containing
its data as <table:table> element or without internal table. In
the latter case you have to provide a table address mapper that
diff --git a/include/xmloff/XMLConstantsPropertyHandler.hxx b/include/xmloff/XMLConstantsPropertyHandler.hxx
index b8a0da555c66..d3aec1c7e230 100644
--- a/include/xmloff/XMLConstantsPropertyHandler.hxx
+++ b/include/xmloff/XMLConstantsPropertyHandler.hxx
@@ -28,7 +28,6 @@
struct SvXMLEnumMapEntry;
-
/** Abstract base-class for different XML-types. Derivations of this class
knows how to compare, im/export a special XML-type
*/
diff --git a/include/xmloff/XMLPageExport.hxx b/include/xmloff/XMLPageExport.hxx
index d52f1bf50ec4..27aa216092f9 100644
--- a/include/xmloff/XMLPageExport.hxx
+++ b/include/xmloff/XMLPageExport.hxx
@@ -42,7 +42,6 @@ class XMLPropertySetMapper;
class SvXMLExportPropertyMapper;
-
struct XMLPageExportNameEntry
{
OUString sPageMasterName;
@@ -50,7 +49,6 @@ struct XMLPageExportNameEntry
};
-
class XMLOFF_DLLPUBLIC XMLPageExport : public salhelper::SimpleReferenceObject
{
SvXMLExport& rExport;
diff --git a/include/xmloff/XMLSettingsExportContext.hxx b/include/xmloff/XMLSettingsExportContext.hxx
index 346553a0a057..e5052a1aea01 100644
--- a/include/xmloff/XMLSettingsExportContext.hxx
+++ b/include/xmloff/XMLSettingsExportContext.hxx
@@ -29,7 +29,6 @@ namespace xmloff
{
-
//= XMLExporter
class SAL_NO_VTABLE XMLSettingsExportContext
diff --git a/include/xmloff/formlayerimport.hxx b/include/xmloff/formlayerimport.hxx
index 8b4ea5cba459..26bdb2e3838c 100644
--- a/include/xmloff/formlayerimport.hxx
+++ b/include/xmloff/formlayerimport.hxx
@@ -40,7 +40,6 @@ namespace xmloff
{
-
//= OFormLayerXMLImport
class OFormLayerXMLImport_Impl;
diff --git a/include/xmloff/maptype.hxx b/include/xmloff/maptype.hxx
index 212b771ecfe2..8a292008183e 100644
--- a/include/xmloff/maptype.hxx
+++ b/include/xmloff/maptype.hxx
@@ -25,7 +25,6 @@
#include <unotools/saveopt.hxx>
-
/** Represents a property with its API-name, its XML-name and the type of
its value.
*/
@@ -99,7 +98,6 @@ struct XMLPropertyMapEntry
};
-
/** Smart struct to transport an Any with an index to the appropriate
property-name
*/
diff --git a/include/xmloff/shapeimport.hxx b/include/xmloff/shapeimport.hxx
index bad4b367b04f..85465db76d23 100644
--- a/include/xmloff/shapeimport.hxx
+++ b/include/xmloff/shapeimport.hxx
@@ -46,7 +46,6 @@ class XMLPropertySetMapper;
class SvXMLImportPropertyMapper;
-
enum SdXMLGroupShapeElemTokenMap
{
XML_TOK_GROUP_GROUP,
@@ -199,7 +198,6 @@ public:
};
-
class SdXML3DSceneAttributesHelper
{
protected:
@@ -243,7 +241,6 @@ public:
};
-
class SvXMLShapeContext : public SvXMLImportContext
{
protected:
@@ -262,7 +259,6 @@ public:
};
-
class ShapeSortContext;
struct XMLShapeImportHelperImpl;
struct XMLShapeImportPageContextImpl;
diff --git a/include/xmloff/xmlimppr.hxx b/include/xmloff/xmlimppr.hxx
index 7878e27c2a46..de1908f2d8bc 100644
--- a/include/xmloff/xmlimppr.hxx
+++ b/include/xmloff/xmlimppr.hxx
@@ -122,7 +122,6 @@ public:
getPropertySetMapper() const;
-
/** implementation helper for FillPropertySet: fill an XPropertySet.
* Exceptions will be asserted. */
static bool _FillPropertySet(
diff --git a/include/xmloff/xmlmultiimagehelper.hxx b/include/xmloff/xmlmultiimagehelper.hxx
index c8d88b273fb2..391f8a67a6a4 100644
--- a/include/xmloff/xmlmultiimagehelper.hxx
+++ b/include/xmloff/xmlmultiimagehelper.hxx
@@ -24,7 +24,6 @@
#include <xmloff/xmlimp.hxx>
-
class MultiImageImportHelper
{
private:
@@ -55,7 +54,6 @@ public:
};
-
#endif // INCLUDED_XMLOFF_XMLMULTIIMAGEHELPER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/xmloff/xmlnumfe.hxx b/include/xmloff/xmlnumfe.hxx
index 3ece1bc82400..0f9d19a02331 100644
--- a/include/xmloff/xmlnumfe.hxx
+++ b/include/xmloff/xmlnumfe.hxx
@@ -118,7 +118,6 @@ public:
void SetWasUsed(const css::uno::Sequence<sal_Int32>& rWasUsed);
-
// two methods to allow the field import/export to treat system languages
// properly:
diff --git a/include/xmloff/xmlprhdl.hxx b/include/xmloff/xmlprhdl.hxx
index c2c9d8e5aabb..bc46a978a859 100644
--- a/include/xmloff/xmlprhdl.hxx
+++ b/include/xmloff/xmlprhdl.hxx
@@ -31,7 +31,6 @@ class SvXMLUnitConverter;
struct XMLPropertyState;
-
/** Abstract base-class for different XML-types. Derivations of this class
knows how to compare, im/export a special XML-type
*/