summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/EnhancedCustomShape2d.hxx2
-rw-r--r--include/svx/e3dundo.hxx2
-rw-r--r--include/svx/obj3d.hxx2
-rw-r--r--include/svx/sdasaitm.hxx2
-rw-r--r--include/svx/sdasitm.hxx4
-rw-r--r--include/svx/sidebar/Popup.hxx2
-rw-r--r--include/svx/sidebar/PopupControl.hxx2
-rw-r--r--include/svx/sidebar/SelectionAnalyzer.hxx2
8 files changed, 9 insertions, 9 deletions
diff --git a/include/svx/EnhancedCustomShape2d.hxx b/include/svx/EnhancedCustomShape2d.hxx
index 1a0260566294..0811a67fef61 100644
--- a/include/svx/EnhancedCustomShape2d.hxx
+++ b/include/svx/EnhancedCustomShape2d.hxx
@@ -145,7 +145,7 @@ class SVX_DLLPUBLIC EnhancedCustomShape2d : public SfxItemSet
SAL_DLLPRIVATE void SetPathSize( sal_Int32 nIndex = 0 );
- public :
+ public:
struct SAL_DLLPRIVATE Handle
{
diff --git a/include/svx/e3dundo.hxx b/include/svx/e3dundo.hxx
index 29e2eb59df6f..8b13a5dc18a1 100644
--- a/include/svx/e3dundo.hxx
+++ b/include/svx/e3dundo.hxx
@@ -32,7 +32,7 @@
class SAL_WARN_UNUSED E3dUndoAction : public SdrUndoAction
{
- protected :
+ protected:
E3dObject *pMy3DObj;
public:
diff --git a/include/svx/obj3d.hxx b/include/svx/obj3d.hxx
index 0f2dacb157fb..a4c97f6be210 100644
--- a/include/svx/obj3d.hxx
+++ b/include/svx/obj3d.hxx
@@ -243,7 +243,7 @@ protected:
// convert given basegfx::B3DPolyPolygon to screen coor
basegfx::B2DPolyPolygon TransformToScreenCoor(const basegfx::B3DPolyPolygon& rCandidate);
-public :
+public:
TYPEINFO_OVERRIDE();
E3dCompoundObject();
diff --git a/include/svx/sdasaitm.hxx b/include/svx/sdasaitm.hxx
index f3d5277229ac..79610690bba4 100644
--- a/include/svx/sdasaitm.hxx
+++ b/include/svx/sdasaitm.hxx
@@ -35,7 +35,7 @@ class SdrCustomShapeAdjustmentItem : public SfxPoolItem
{
std::vector<SdrCustomShapeAdjustmentValue> aAdjustmentValueList;
- public :
+ public:
TYPEINFO_OVERRIDE();
SVX_DLLPUBLIC SdrCustomShapeAdjustmentItem();
diff --git a/include/svx/sdasitm.hxx b/include/svx/sdasitm.hxx
index a701f37fb7bf..739c51db106e 100644
--- a/include/svx/sdasitm.hxx
+++ b/include/svx/sdasitm.hxx
@@ -49,7 +49,7 @@ private:
com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue > aPropSeq;
- public :
+ public:
TYPEINFO_OVERRIDE();
@@ -87,7 +87,7 @@ private:
class SdrCustomShapeReplacementURLItem : public SfxStringItem
{
- public :
+ public:
SdrCustomShapeReplacementURLItem();
};
diff --git a/include/svx/sidebar/Popup.hxx b/include/svx/sidebar/Popup.hxx
index ebd91bb9fa90..32ff0abf96fd 100644
--- a/include/svx/sidebar/Popup.hxx
+++ b/include/svx/sidebar/Popup.hxx
@@ -39,7 +39,7 @@ namespace svx { namespace sidebar {
*/
class SVX_DLLPUBLIC Popup
{
-public :
+public:
/** Create a Popup wrapper object.
@param pParent
Parent window of the PopupContainer, which in turn is the
diff --git a/include/svx/sidebar/PopupControl.hxx b/include/svx/sidebar/PopupControl.hxx
index df3f75a97fe7..b518590a0f32 100644
--- a/include/svx/sidebar/PopupControl.hxx
+++ b/include/svx/sidebar/PopupControl.hxx
@@ -34,7 +34,7 @@ namespace svx { namespace sidebar {
class SVX_DLLPUBLIC PopupControl
: public Control
{
-public :
+public:
PopupControl (
vcl::Window* pParent,
const ResId& rResId);
diff --git a/include/svx/sidebar/SelectionAnalyzer.hxx b/include/svx/sidebar/SelectionAnalyzer.hxx
index ae4970bd67d8..62c411624f2e 100644
--- a/include/svx/sidebar/SelectionAnalyzer.hxx
+++ b/include/svx/sidebar/SelectionAnalyzer.hxx
@@ -35,7 +35,7 @@ namespace svx { namespace sidebar {
*/
class SVX_DLLPUBLIC SelectionAnalyzer
{
-public :
+public:
static sfx2::sidebar::EnumContext::Context GetContextForSelection_SC (
const SdrMarkList& rMarkList);