summaryrefslogtreecommitdiff
path: root/include/svx/fmshell.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/fmshell.hxx
parent12ba9e3cad05a665aee2150ef831f0dbc92d7e2d (diff)
loplugin:staticmethods
Change-Id: I6207b475127099872c6f3764331006688129b673
Diffstat (limited to 'include/svx/fmshell.hxx')
-rw-r--r--include/svx/fmshell.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svx/fmshell.hxx b/include/svx/fmshell.hxx
index 16dae1f78bf2..462c304590d1 100644
--- a/include/svx/fmshell.hxx
+++ b/include/svx/fmshell.hxx
@@ -143,11 +143,11 @@ public:
::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl >& _out_rxControl
) const;
- ::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormController > GetFormController(
+ static ::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormController > GetFormController(
const ::com::sun::star::uno::Reference< ::com::sun::star::form::XForm >& _rxForm,
const SdrView& _rView,
const OutputDevice& _rDevice
- ) const;
+ );
/** puts the focus into the document window, if current a form control has the focus. Otherwise, moves the focus
to the control belonging to the given SdrUnoObj.
@@ -158,11 +158,11 @@ public:
OutputDevice& i_rDevice
) const;
- ::std::unique_ptr< ::svx::ISdrObjectFilter >
+ static ::std::unique_ptr< ::svx::ISdrObjectFilter >
CreateFocusableControlFilter(
const SdrView& i_rView,
const OutputDevice& i_rDevice
- ) const;
+ );
virtual bool IsDesignMode() const SAL_OVERRIDE { return m_bDesignMode; }
void SetDesignMode( bool _bDesignMode );