diff options
author | Kurt Zenker <kz@openoffice.org> | 2010-01-18 15:45:28 +0100 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2010-01-18 15:45:28 +0100 |
commit | 3b3e144c13a85b21b32904f245f44256c63e10e5 (patch) | |
tree | bf131583dce3544ef771cb4a1c2653afb4bf5d02 /svx | |
parent | c26a46dec526a6b3c5e3a718f04876310d6c026c (diff) |
masterfix: #i10000# remove double declaration of void impl_onControlChangedOrModified()
Notes
Notes:
split repo tag: libs-core_ooo/DEV300_m70
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/svx/sdr/contact/viewobjectcontactofunocontrol.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/svx/inc/svx/sdr/contact/viewobjectcontactofunocontrol.hxx b/svx/inc/svx/sdr/contact/viewobjectcontactofunocontrol.hxx index c0c9a2466afa..109f86fe458b 100644 --- a/svx/inc/svx/sdr/contact/viewobjectcontactofunocontrol.hxx +++ b/svx/inc/svx/sdr/contact/viewobjectcontactofunocontrol.hxx @@ -112,9 +112,6 @@ namespace sdr { namespace contact { // visibility check virtual bool isPrimitiveVisible( const DisplayInfo& _rDisplayInfo ) const; - /// to be called when any aspect of the control which requires view updates changed - void impl_onControlChangedOrModified(); - /// to be called when any aspect of the control which requires view updates changed void impl_onControlChangedOrModified(); |