summaryrefslogtreecommitdiff
path: root/include/svx/itemwin.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-14 14:00:46 +0200
committerNoel Grandin <noel@peralex.com>2015-04-23 13:08:48 +0200
commit79ed057b955a8d23e8289b9a5898c8bdaebabbfa (patch)
tree0b512b13f7b59e12a44395ea50814fda15902f04 /include/svx/itemwin.hxx
parent12ba9e3cad05a665aee2150ef831f0dbc92d7e2d (diff)
loplugin:staticmethods
Change-Id: I6207b475127099872c6f3764331006688129b673
Diffstat (limited to 'include/svx/itemwin.hxx')
-rw-r--r--include/svx/itemwin.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/itemwin.hxx b/include/svx/itemwin.hxx
index 0df5118feda8..a71d9bcb0026 100644
--- a/include/svx/itemwin.hxx
+++ b/include/svx/itemwin.hxx
@@ -72,7 +72,7 @@ class SVX_DLLPUBLIC SvxMetricField : public MetricField
Size aLogicalSize;
::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > mxFrame;
- void ReleaseFocus_Impl();
+ static void ReleaseFocus_Impl();
protected:
virtual void Modify() SAL_OVERRIDE;
@@ -114,7 +114,7 @@ private:
bool bSelect;
bool bRelease;
- void ReleaseFocus_Impl();
+ static void ReleaseFocus_Impl();
};
// class SvxFillAttrBox --------------------------------------------------
@@ -136,7 +136,7 @@ private:
sal_uInt16 nCurPos;
bool bRelease;
- void ReleaseFocus_Impl();
+ static void ReleaseFocus_Impl();
};
#endif // INCLUDED_SVX_ITEMWIN_HXX