summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/standardcontrol.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-09 15:17:24 +0200
committerNoel Grandin <noel@peralex.com>2015-10-12 09:13:34 +0200
commit42571e3d4e12c03f32197e9275fa203b86356942 (patch)
tree7b6df7bcdd58f7fa41fdf7780ed180d96764219e /extensions/source/propctrlr/standardcontrol.hxx
parenta517b945e7e71cc928645431e1f28cc82f32844b (diff)
reduce the web of class relationships here a little
make CommonBehaviourControlHelper a base-class of the CommonBehaviourControl template, which allows us to dispense with the IModifyListener callback interface Change-Id: I3c02b864fa08fc50515c11af859477e0fdc035e3
Diffstat (limited to 'extensions/source/propctrlr/standardcontrol.hxx')
-rw-r--r--extensions/source/propctrlr/standardcontrol.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/extensions/source/propctrlr/standardcontrol.hxx b/extensions/source/propctrlr/standardcontrol.hxx
index 594c306eb313..8c2220c7bf47 100644
--- a/extensions/source/propctrlr/standardcontrol.hxx
+++ b/extensions/source/propctrlr/standardcontrol.hxx
@@ -114,6 +114,7 @@ namespace pcr
virtual css::uno::Type SAL_CALL getValueType() throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
protected:
+ // CommonBehaviourControlHelper::modified
virtual void modified() SAL_OVERRIDE;
};
@@ -275,6 +276,7 @@ namespace pcr
virtual css::uno::Sequence< OUString > SAL_CALL getListEntries( ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
protected:
+ // CommonBehaviourControlHelper::modified
virtual void modified() SAL_OVERRIDE;
};
@@ -301,6 +303,7 @@ namespace pcr
virtual css::uno::Sequence< OUString > SAL_CALL getListEntries( ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
protected:
+ // CommonBehaviourControlHelper::modified
virtual void modified() SAL_OVERRIDE;
};
@@ -368,7 +371,7 @@ namespace pcr
GetStringListValue() const;
// ControlWindow overridables
- virtual void setControlHelper( ControlHelper& _rControlHelper ) SAL_OVERRIDE;
+ virtual void setControlHelper( CommonBehaviourControlHelper& _rControlHelper ) SAL_OVERRIDE;
protected:
// Window overridables