summaryrefslogtreecommitdiff
path: root/include/sfx2/unoctitm.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-13 13:50:56 +0200
committerNoel Grandin <noel@peralex.com>2015-04-23 13:08:48 +0200
commit12ba9e3cad05a665aee2150ef831f0dbc92d7e2d (patch)
treedc50f9ee75617fa1e33a2503278501511c97afff /include/sfx2/unoctitm.hxx
parent6d5ae48427d1c59e65f0bfc16cf075eaa4cdca17 (diff)
loplugin:staticmethods
Change-Id: Ib0c0841e48814d1a6e13bcd4575725d86ffa5e5e
Diffstat (limited to 'include/sfx2/unoctitm.hxx')
-rw-r--r--include/sfx2/unoctitm.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sfx2/unoctitm.hxx b/include/sfx2/unoctitm.hxx
index 70122ee2d3d4..21dd6ca2513f 100644
--- a/include/sfx2/unoctitm.hxx
+++ b/include/sfx2/unoctitm.hxx
@@ -150,9 +150,9 @@ class SfxDispatchController_Impl : public SfxControllerItem
const char* pUnoName;
::com::sun::star::uno::WeakReference< ::com::sun::star::frame::XFrame > xFrame;
- void addParametersToArgs( const com::sun::star::util::URL& aURL,
- ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rArgs ) const;
- SfxMapUnit GetCoreMetric( SfxItemPool& rPool, sal_uInt16 nSlot );
+ static void addParametersToArgs( const com::sun::star::util::URL& aURL,
+ ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rArgs );
+ static SfxMapUnit GetCoreMetric( SfxItemPool& rPool, sal_uInt16 nSlot );
public:
SfxDispatchController_Impl( SfxOfficeDispatch* pDisp,