summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/algitem.hxx4
-rw-r--r--include/svx/dialcontrol.hxx8
-rw-r--r--include/svx/rotmodit.hxx6
-rw-r--r--include/svx/rulritem.hxx4
-rw-r--r--include/svx/svdmrkv.hxx6
5 files changed, 14 insertions, 14 deletions
diff --git a/include/svx/algitem.hxx b/include/svx/algitem.hxx
index 3851b8e349a3..bacf8a322360 100644
--- a/include/svx/algitem.hxx
+++ b/include/svx/algitem.hxx
@@ -50,8 +50,8 @@ public:
virtual bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const SAL_OVERRIDE;
virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) SAL_OVERRIDE;
- virtual sal_uInt16 GetValueCount() const SAL_OVERRIDE;
- OUString GetValueText( sal_uInt16 nVal ) const;
+ virtual sal_uInt16 GetValueCount() const SAL_OVERRIDE;
+ OUString GetValueText( sal_uInt16 nVal ) const;
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const SAL_OVERRIDE;
virtual SfxPoolItem* Create( SvStream& rStream, sal_uInt16 nVer ) const SAL_OVERRIDE;
diff --git a/include/svx/dialcontrol.hxx b/include/svx/dialcontrol.hxx
index f66294fbebde..b7daff733d68 100644
--- a/include/svx/dialcontrol.hxx
+++ b/include/svx/dialcontrol.hxx
@@ -42,8 +42,8 @@ public:
void SetSize(const Size& rSize);
void CopyBackground( const DialControlBmp& rSrc );
void DrawBackground( const Size& rSize, bool bEnabled );
- void DrawBackground();
- void DrawElements( const OUString& rText, sal_Int32 nAngle );
+ void DrawBackground();
+ void DrawElements( const OUString& rText, sal_Int32 nAngle );
protected:
Rectangle maRect;
@@ -58,7 +58,7 @@ private:
void Init();
- vcl::Window& mrParent;
+ vcl::Window& mrParent;
long mnCenterX;
long mnCenterY;
};
@@ -150,7 +150,7 @@ protected:
std::unique_ptr< DialControl_Impl > mpImpl;
virtual void HandleMouseEvent( const Point& rPos, bool bInitial );
- void HandleEscapeEvent();
+ void HandleEscapeEvent();
void SetRotation( sal_Int32 nAngle, bool bBroadcast );
diff --git a/include/svx/rotmodit.hxx b/include/svx/rotmodit.hxx
index 05799ed8347b..a84e56019db2 100644
--- a/include/svx/rotmodit.hxx
+++ b/include/svx/rotmodit.hxx
@@ -43,11 +43,11 @@ public:
SvxRotateModeItem( const SvxRotateModeItem& rItem );
virtual ~SvxRotateModeItem();
- virtual sal_uInt16 GetValueCount() const SAL_OVERRIDE;
- OUString GetValueText( sal_uInt16 nVal ) const;
+ virtual sal_uInt16 GetValueCount() const SAL_OVERRIDE;
+ OUString GetValueText( sal_uInt16 nVal ) const;
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const SAL_OVERRIDE;
virtual SfxPoolItem* Create(SvStream &, sal_uInt16) const SAL_OVERRIDE;
- virtual sal_uInt16 GetVersion( sal_uInt16 nFileVersion ) const SAL_OVERRIDE;
+ virtual sal_uInt16 GetVersion( sal_uInt16 nFileVersion ) const SAL_OVERRIDE;
virtual bool GetPresentation( SfxItemPresentation ePres,
SfxMapUnit eCoreMetric,
SfxMapUnit ePresMetric,
diff --git a/include/svx/rulritem.hxx b/include/svx/rulritem.hxx
index fdb56896a0fe..bd20470df7ce 100644
--- a/include/svx/rulritem.hxx
+++ b/include/svx/rulritem.hxx
@@ -35,7 +35,7 @@ class SVX_DLLPUBLIC SvxLongLRSpaceItem : public SfxPoolItem
virtual bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const SAL_OVERRIDE;
virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) SAL_OVERRIDE;
- OUString GetValueText() const;
+ OUString GetValueText() const;
virtual bool GetPresentation( SfxItemPresentation ePres,
SfxMapUnit eCoreMetric,
SfxMapUnit ePresMetric,
@@ -229,7 +229,7 @@ private:
protected:
virtual bool operator==( const SfxPoolItem& ) const SAL_OVERRIDE;
- OUString GetValueText() const;
+ OUString GetValueText() const;
virtual bool GetPresentation( SfxItemPresentation ePres,
SfxMapUnit eCoreMetric,
SfxMapUnit ePresMetric,
diff --git a/include/svx/svdmrkv.hxx b/include/svx/svdmrkv.hxx
index 3982175f2f22..e723a3768992 100644
--- a/include/svx/svdmrkv.hxx
+++ b/include/svx/svdmrkv.hxx
@@ -141,9 +141,9 @@ protected:
virtual void Notify(SfxBroadcaster& rBC, const SfxHint& rHint) SAL_OVERRIDE;
virtual void ModelHasChanged() SAL_OVERRIDE; // Is called by the PaintView
virtual void SetMarkHandles(); // aHdl - fill (List of handles)
- void SetMarkRects(); // Rects at the PageViews
- void CheckMarked(); // Scan MarkList after Del and Lock Layer ...
- void AddDragModeHdl(SdrDragMode eMode);
+ void SetMarkRects(); // Rects at the PageViews
+ void CheckMarked(); // Scan MarkList after Del and Lock Layer ...
+ void AddDragModeHdl(SdrDragMode eMode);
virtual bool MouseMove(const MouseEvent& rMEvt, vcl::Window* pWin) SAL_OVERRIDE;
// add custom handles (used by other apps, e.g. AnchorPos)