summaryrefslogtreecommitdiff
path: root/framework/inc/uielement
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-12-11 11:49:25 +0200
committerNoel Grandin <noel@peralex.com>2015-12-15 09:18:04 +0200
commitd59f411bf2920626c4d55b0477bd7bb3db8dae51 (patch)
treebeb79473cc6266e8f96d147e58913af20f36a604 /framework/inc/uielement
parent2c0a010b19cd2f1f7cf976b3fe7129dc9bd9e69c (diff)
loplugin:constantfunction
Change-Id: Id72123039409b7559fb4fdfe5f29bf1bb83ac23f
Diffstat (limited to 'framework/inc/uielement')
-rw-r--r--framework/inc/uielement/comboboxtoolbarcontroller.hxx2
-rw-r--r--framework/inc/uielement/dropdownboxtoolbarcontroller.hxx2
-rw-r--r--framework/inc/uielement/edittoolbarcontroller.hxx1
-rw-r--r--framework/inc/uielement/spinfieldtoolbarcontroller.hxx3
4 files changed, 0 insertions, 8 deletions
diff --git a/framework/inc/uielement/comboboxtoolbarcontroller.hxx b/framework/inc/uielement/comboboxtoolbarcontroller.hxx
index a96e3bed8544..3c32442bb91a 100644
--- a/framework/inc/uielement/comboboxtoolbarcontroller.hxx
+++ b/framework/inc/uielement/comboboxtoolbarcontroller.hxx
@@ -50,9 +50,7 @@ class ComboboxToolbarController : public ComplexToolbarController
// called from ComboBoxControl
void Select();
- void DoubleClick();
void Modify();
- void KeyInput( const KeyEvent& rKEvt );
void GetFocus();
void LoseFocus();
bool PreNotify( NotifyEvent& rNEvt );
diff --git a/framework/inc/uielement/dropdownboxtoolbarcontroller.hxx b/framework/inc/uielement/dropdownboxtoolbarcontroller.hxx
index e661d7974128..f47cf21a8065 100644
--- a/framework/inc/uielement/dropdownboxtoolbarcontroller.hxx
+++ b/framework/inc/uielement/dropdownboxtoolbarcontroller.hxx
@@ -52,10 +52,8 @@ class DropdownToolbarController : public ComplexToolbarController
// called from ListBoxControl
void Select();
- void DoubleClick();
void GetFocus();
void LoseFocus();
- bool PreNotify( NotifyEvent& rNEvt );
protected:
virtual void executeControlCommand( const css::frame::ControlCommand& rControlCommand ) override;
diff --git a/framework/inc/uielement/edittoolbarcontroller.hxx b/framework/inc/uielement/edittoolbarcontroller.hxx
index dba12c1aeab0..639bed84c144 100644
--- a/framework/inc/uielement/edittoolbarcontroller.hxx
+++ b/framework/inc/uielement/edittoolbarcontroller.hxx
@@ -51,7 +51,6 @@ class EditToolbarController : public ComplexToolbarController
// called from EditControl
void Modify();
- void KeyInput( const KeyEvent& rKEvt );
void GetFocus();
void LoseFocus();
bool PreNotify( NotifyEvent& rNEvt );
diff --git a/framework/inc/uielement/spinfieldtoolbarcontroller.hxx b/framework/inc/uielement/spinfieldtoolbarcontroller.hxx
index 8d25ef88f9ae..58f77e8bc933 100644
--- a/framework/inc/uielement/spinfieldtoolbarcontroller.hxx
+++ b/framework/inc/uielement/spinfieldtoolbarcontroller.hxx
@@ -55,11 +55,8 @@ class SpinfieldToolbarController : public ComplexToolbarController
void Down();
void First();
void Last();
- void KeyInput( const KeyEvent& rKEvt );
void Modify();
void GetFocus();
- void StateChanged( StateChangedType nType );
- void DataChanged( const DataChangedEvent& rDCEvt );
bool PreNotify( NotifyEvent& rNEvt );
protected: