summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-17 10:29:59 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-17 09:49:35 +0000
commite963a8891238efc758306a09debbc93904a5388b (patch)
tree503b140d741417b6a8401ccaf230b3d3a1ea909e /svx/source
parent771d9ef3f65785092267f6068384e8cdda17f883 (diff)
formatting of public/private/protected section qualifiers
make it consistent across the codebase, no space between keyword and the colon Change-Id: Idca61ddfc74ad2460fb05fe417499324b05e5de5 Reviewed-on: https://gerrit.libreoffice.org/17148 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/customshapes/EnhancedCustomShape3d.hxx6
-rw-r--r--svx/source/customshapes/EnhancedCustomShapeFontWork.hxx2
-rw-r--r--svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx4
-rw-r--r--svx/source/sidebar/area/AreaTransparencyGradientPopup.hxx2
-rw-r--r--svx/source/sidebar/line/LineWidthPopup.hxx2
-rw-r--r--svx/source/sidebar/text/TextCharacterSpacingPopup.hxx2
-rw-r--r--svx/source/sidebar/text/TextUnderlinePopup.hxx2
7 files changed, 10 insertions, 10 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShape3d.hxx b/svx/source/customshapes/EnhancedCustomShape3d.hxx
index 8c59cccc451d..4cfc91312bd9 100644
--- a/svx/source/customshapes/EnhancedCustomShape3d.hxx
+++ b/svx/source/customshapes/EnhancedCustomShape3d.hxx
@@ -48,7 +48,7 @@ class EnhancedCustomShape3d
const double* pMap;
- public :
+ public:
Transformation2D( const SdrObject* pCustomShape, const Rectangle& rBoundRect, const double* pMap );
@@ -59,10 +59,10 @@ class EnhancedCustomShape3d
friend class Transformation2D;
- protected :
+ protected:
static Rectangle CalculateNewSnapRect( const SdrObject* pCustomShape, const Rectangle& rSnapRect, const Rectangle& rBoundRect, const double* pMap );
- public :
+ public:
static SdrObject* Create3DObject( const SdrObject* pShape2d, const SdrObject* pCustomShape );
};
diff --git a/svx/source/customshapes/EnhancedCustomShapeFontWork.hxx b/svx/source/customshapes/EnhancedCustomShapeFontWork.hxx
index 68e13d4e6060..c190913abcd2 100644
--- a/svx/source/customshapes/EnhancedCustomShapeFontWork.hxx
+++ b/svx/source/customshapes/EnhancedCustomShapeFontWork.hxx
@@ -27,7 +27,7 @@ class EnhancedCustomShapeFontWork
{
static ::com::sun::star::uno::Reference < ::com::sun::star::i18n::XBreakIterator > mxBreakIterator;
- public :
+ public:
static com::sun::star::uno::Reference < ::com::sun::star::i18n::XBreakIterator > GetBreakIterator();
static SdrObject* CreateFontWork( const SdrObject* pShape2d, const SdrObject* pCustomShape );
diff --git a/svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx b/svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx
index 32d88f5d4f03..7108a59b75b4 100644
--- a/svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx
+++ b/svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx
@@ -844,7 +844,7 @@ class UnaryFunctionFunctor
const ExpressionFunct meFunct;
ParserContextSharedPtr mxContext;
-public :
+public:
UnaryFunctionFunctor( const ExpressionFunct eFunct, const ParserContextSharedPtr& rContext ) :
meFunct( eFunct ),
@@ -916,7 +916,7 @@ class IfFunctor
{
ParserContextSharedPtr mxContext;
-public :
+public:
explicit IfFunctor( const ParserContextSharedPtr& rContext ) :
mxContext( rContext )
diff --git a/svx/source/sidebar/area/AreaTransparencyGradientPopup.hxx b/svx/source/sidebar/area/AreaTransparencyGradientPopup.hxx
index ebbd1987bc2e..b11cb8ce35d5 100644
--- a/svx/source/sidebar/area/AreaTransparencyGradientPopup.hxx
+++ b/svx/source/sidebar/area/AreaTransparencyGradientPopup.hxx
@@ -32,7 +32,7 @@ namespace svx { namespace sidebar {
class AreaTransparencyGradientPopup
: public Popup
{
-public :
+public:
AreaTransparencyGradientPopup (
vcl::Window* pParent,
const ::boost::function<PopupControl*(PopupContainer*)>& rControlCreator);
diff --git a/svx/source/sidebar/line/LineWidthPopup.hxx b/svx/source/sidebar/line/LineWidthPopup.hxx
index 7a2fe7b5c8f4..772934fb07b3 100644
--- a/svx/source/sidebar/line/LineWidthPopup.hxx
+++ b/svx/source/sidebar/line/LineWidthPopup.hxx
@@ -31,7 +31,7 @@ namespace svx { namespace sidebar {
class LineWidthPopup
: public Popup
{
-public :
+public:
LineWidthPopup (
vcl::Window* pParent,
const ::boost::function<PopupControl*(PopupContainer*)>& rControlCreator);
diff --git a/svx/source/sidebar/text/TextCharacterSpacingPopup.hxx b/svx/source/sidebar/text/TextCharacterSpacingPopup.hxx
index b93e4fc52b15..7cf5bcd5e21d 100644
--- a/svx/source/sidebar/text/TextCharacterSpacingPopup.hxx
+++ b/svx/source/sidebar/text/TextCharacterSpacingPopup.hxx
@@ -28,7 +28,7 @@ namespace svx { namespace sidebar {
class TextCharacterSpacingPopup
: public Popup
{
-public :
+public:
TextCharacterSpacingPopup (
vcl::Window* pParent,
const ::boost::function<VclPtr<PopupControl>(PopupContainer*)>& rControlCreator);
diff --git a/svx/source/sidebar/text/TextUnderlinePopup.hxx b/svx/source/sidebar/text/TextUnderlinePopup.hxx
index 0643d927abb0..6eea294cd977 100644
--- a/svx/source/sidebar/text/TextUnderlinePopup.hxx
+++ b/svx/source/sidebar/text/TextUnderlinePopup.hxx
@@ -28,7 +28,7 @@ namespace svx { namespace sidebar {
class TextUnderlinePopup
: public Popup
{
-public :
+public:
TextUnderlinePopup (
vcl::Window* pParent,
const ::boost::function<PopupControl*(PopupContainer*)>& rControlCreator);