summaryrefslogtreecommitdiff
path: root/include/toolkit/controls
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/toolkit/controls
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/toolkit/controls')
-rw-r--r--include/toolkit/controls/accessiblecontrolcontext.hxx1
-rw-r--r--include/toolkit/controls/formattedcontrol.hxx1
-rw-r--r--include/toolkit/controls/geometrycontrolmodel.hxx1
-rw-r--r--include/toolkit/controls/roadmapcontrol.hxx7
-rw-r--r--include/toolkit/controls/stdtabcontroller.hxx1
-rw-r--r--include/toolkit/controls/stdtabcontrollermodel.hxx1
-rw-r--r--include/toolkit/controls/tkscrollbar.hxx3
-rw-r--r--include/toolkit/controls/unocontrol.hxx2
-rw-r--r--include/toolkit/controls/unocontrolbase.hxx1
-rw-r--r--include/toolkit/controls/unocontrolcontainer.hxx1
-rw-r--r--include/toolkit/controls/unocontrolcontainermodel.hxx2
-rw-r--r--include/toolkit/controls/unocontrols.hxx3
12 files changed, 0 insertions, 24 deletions
diff --git a/include/toolkit/controls/accessiblecontrolcontext.hxx b/include/toolkit/controls/accessiblecontrolcontext.hxx
index 286be0861491..e7ab21bc16fd 100644
--- a/include/toolkit/controls/accessiblecontrolcontext.hxx
+++ b/include/toolkit/controls/accessiblecontrolcontext.hxx
@@ -34,7 +34,6 @@ namespace toolkit
{
-
//= OAccessibleControlContext
diff --git a/include/toolkit/controls/formattedcontrol.hxx b/include/toolkit/controls/formattedcontrol.hxx
index bbf694baed73..f6ef3585ea45 100644
--- a/include/toolkit/controls/formattedcontrol.hxx
+++ b/include/toolkit/controls/formattedcontrol.hxx
@@ -31,7 +31,6 @@ namespace toolkit
{
-
// = UnoControlFormattedFieldModel
class UnoControlFormattedFieldModel : public UnoControlModel
diff --git a/include/toolkit/controls/geometrycontrolmodel.hxx b/include/toolkit/controls/geometrycontrolmodel.hxx
index e858e0722b04..549e7e12cbdc 100644
--- a/include/toolkit/controls/geometrycontrolmodel.hxx
+++ b/include/toolkit/controls/geometrycontrolmodel.hxx
@@ -50,7 +50,6 @@ namespace com { namespace sun { namespace star {
// {
-
//= OGeometryControlModel_Base
typedef ::cppu::WeakAggComponentImplHelper2 < css::util::XCloneable
diff --git a/include/toolkit/controls/roadmapcontrol.hxx b/include/toolkit/controls/roadmapcontrol.hxx
index 5efc1f354c75..e7eedd0096bc 100644
--- a/include/toolkit/controls/roadmapcontrol.hxx
+++ b/include/toolkit/controls/roadmapcontrol.hxx
@@ -53,7 +53,6 @@ namespace toolkit
> UnoControlRoadmapModel_IBase;
-
typedef UnoControlBase UnoControlRoadmap_Base;
typedef ::cppu::ImplHelper4 < css::awt::XItemEventBroadcaster
, css::container::XContainerListener
@@ -62,13 +61,10 @@ namespace toolkit
> UnoControlRoadmap_IBase;
-
-
typedef ::cppu::ImplHelper2< css::container::XContainerListener,
css::awt::XItemEventBroadcaster> SVTXRoadmap_Base;
-
// = UnoControlRoadmapModel
class UnoControlRoadmapModel : public UnoControlRoadmapModel_Base,
@@ -147,7 +143,6 @@ namespace toolkit
};
-
// = UnoRoadmapControl
class UnoRoadmapControl : public UnoControlRoadmap_Base,
@@ -194,8 +189,6 @@ namespace toolkit
} // toolkit
-
-
#endif // _ INCLUDED_TOOLKIT_CONTROLS_ROADMAPCONTROL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/toolkit/controls/stdtabcontroller.hxx b/include/toolkit/controls/stdtabcontroller.hxx
index 540ef9ca76b1..d915fc723941 100644
--- a/include/toolkit/controls/stdtabcontroller.hxx
+++ b/include/toolkit/controls/stdtabcontroller.hxx
@@ -88,7 +88,6 @@ public:
};
-
#endif // _TOOLKIT_AWT_STDTABCONTROLLER_HXX_
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/toolkit/controls/stdtabcontrollermodel.hxx b/include/toolkit/controls/stdtabcontrollermodel.hxx
index bcace97f0ce3..92d54dbc4386 100644
--- a/include/toolkit/controls/stdtabcontrollermodel.hxx
+++ b/include/toolkit/controls/stdtabcontrollermodel.hxx
@@ -139,7 +139,6 @@ public:
};
-
#endif // _TOOLKIT_HELPER_STDTABCONTROLLERMODEL_HXX_
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/toolkit/controls/tkscrollbar.hxx b/include/toolkit/controls/tkscrollbar.hxx
index cfd29157dd22..7e1f3c6b0cba 100644
--- a/include/toolkit/controls/tkscrollbar.hxx
+++ b/include/toolkit/controls/tkscrollbar.hxx
@@ -32,7 +32,6 @@ namespace toolkit
{
-
//= UnoControlScrollBarModel
class UnoControlScrollBarModel : public UnoControlModel
@@ -116,8 +115,6 @@ namespace toolkit
};
-
-
} // namespacetoolkit
diff --git a/include/toolkit/controls/unocontrol.hxx b/include/toolkit/controls/unocontrol.hxx
index a410c722add8..ba9519e5a940 100644
--- a/include/toolkit/controls/unocontrol.hxx
+++ b/include/toolkit/controls/unocontrol.hxx
@@ -230,8 +230,6 @@ private:
};
-
-
#endif // INCLUDED_TOOLKIT_CONTROLS_UNOCONTROL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/toolkit/controls/unocontrolbase.hxx b/include/toolkit/controls/unocontrolbase.hxx
index aa15a3e2cdec..9021c97186cf 100644
--- a/include/toolkit/controls/unocontrolbase.hxx
+++ b/include/toolkit/controls/unocontrolbase.hxx
@@ -62,7 +62,6 @@ protected:
};
-
#endif // INCLUDED_TOOLKIT_CONTROLS_UNOCONTROLBASE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/toolkit/controls/unocontrolcontainer.hxx b/include/toolkit/controls/unocontrolcontainer.hxx
index b08430984fd9..2c220b01c88e 100644
--- a/include/toolkit/controls/unocontrolcontainer.hxx
+++ b/include/toolkit/controls/unocontrolcontainer.hxx
@@ -158,7 +158,6 @@ private:
};
-
#endif // INCLUDED_TOOLKIT_CONTROLS_UNOCONTROLCONTAINER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/toolkit/controls/unocontrolcontainermodel.hxx b/include/toolkit/controls/unocontrolcontainermodel.hxx
index cc7fcbc84d64..46ee1cab2ecc 100644
--- a/include/toolkit/controls/unocontrolcontainermodel.hxx
+++ b/include/toolkit/controls/unocontrolcontainermodel.hxx
@@ -26,7 +26,6 @@
#include <toolkit/helper/servicenames.hxx>
-
// class css::awt::UnoControlContainerModel
class UnoControlContainerModel : public UnoControlModel
@@ -56,7 +55,6 @@ public:
};
-
#endif // INCLUDED_TOOLKIT_CONTROLS_UNOCONTROLCONTAINERMODEL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/toolkit/controls/unocontrols.hxx b/include/toolkit/controls/unocontrols.hxx
index 220c32aa933d..c81ba5268627 100644
--- a/include/toolkit/controls/unocontrols.hxx
+++ b/include/toolkit/controls/unocontrols.hxx
@@ -1095,7 +1095,6 @@ public:
};
-
// class UnoControlDateFieldModel
class UnoControlDateFieldModel : public UnoControlModel
@@ -1556,7 +1555,6 @@ public:
};
-
// class UnoControlFixedLineModel
class UnoControlFixedLineModel : public UnoControlModel
@@ -1605,7 +1603,6 @@ public:
};
-
#endif // INCLUDED_TOOLKIT_CONTROLS_UNOCONTROLS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */