summaryrefslogtreecommitdiff
path: root/svx/source/form
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-07-12 08:21:27 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-07-15 14:05:41 +0000
commit6e72f0251bb8767942edf74f612547c12ca0cdf1 (patch)
tree0785de1a2f8995d1d4ede7889541bda9b59f893f /svx/source/form
parent7da80de2c75e048a08ea6e923a9f433a638a9f12 (diff)
new loplugin unnecessary override
Change-Id: I88d3e33823d68745b98625050a8a274f9ef04bcb Reviewed-on: https://gerrit.libreoffice.org/27135 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'svx/source/form')
-rw-r--r--svx/source/form/datanavi.cxx6
-rw-r--r--svx/source/form/fmshimp.cxx11
-rw-r--r--svx/source/form/tabwin.cxx6
3 files changed, 0 insertions, 23 deletions
diff --git a/svx/source/form/datanavi.cxx b/svx/source/form/datanavi.cxx
index 281ffefa8fe8..650cb12a91d7 100644
--- a/svx/source/form/datanavi.cxx
+++ b/svx/source/form/datanavi.cxx
@@ -2185,12 +2185,6 @@ namespace svxform
}
- bool DataNavigator::Close()
- {
- return SfxDockingWindow::Close();
- }
-
-
Size DataNavigator::CalcDockingSize( SfxChildAlignment eAlign )
{
if ( ( eAlign == SfxChildAlignment::TOP ) || ( eAlign == SfxChildAlignment::BOTTOM ) )
diff --git a/svx/source/form/fmshimp.cxx b/svx/source/form/fmshimp.cxx
index f989ff1b964b..f81e8cb0eb94 100644
--- a/svx/source/form/fmshimp.cxx
+++ b/svx/source/form/fmshimp.cxx
@@ -614,17 +614,6 @@ FmXFormShell_Base_Disambiguation::FmXFormShell_Base_Disambiguation( ::osl::Mutex
{
}
-void SAL_CALL FmXFormShell_Base_Disambiguation::disposing()
-{
- WeakComponentImplHelperBase::disposing();
- // Note:
- // This is a HACK.
- // Normally it should be sufficient to call the "disposing" of our direct
- // base class, but SUN PRO 5 does not like this and claims there is a conflict
- // with the XEventListener::disposing(EventObject) of our various listener
- // base classes.
-}
-
FmXFormShell::FmXFormShell( FmFormShell& _rShell, SfxViewFrame* _pViewFrame )
:FmXFormShell_BASE(m_aMutex)
,FmXFormShell_CFGBASE(OUString("Office.Common/Misc"), ConfigItemMode::DelayedUpdate)
diff --git a/svx/source/form/tabwin.cxx b/svx/source/form/tabwin.cxx
index e9b06b34a04c..6e507f95bb3d 100644
--- a/svx/source/form/tabwin.cxx
+++ b/svx/source/form/tabwin.cxx
@@ -257,12 +257,6 @@ bool FmFieldWin::PreNotify( NotifyEvent& _rNEvt )
}
-bool FmFieldWin::Close()
-{
- return SfxFloatingWindow::Close();
-}
-
-
void FmFieldWin::_propertyChanged(const css::beans::PropertyChangeEvent& evt) throw( css::uno::RuntimeException, std::exception )
{
css::uno::Reference< css::form::XForm > xForm(evt.Source, css::uno::UNO_QUERY);