summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/layout.cxx
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2012-08-17 13:10:45 +0100
committerNoel Power <noel.power@suse.com>2012-08-17 13:10:45 +0100
commite03553ab7515b60851dfca2c16a2fcae7a49f441 (patch)
treed5f132d2bbb5c75bce038e514f99ca60076128ae /basctl/source/basicide/layout.cxx
parent44861f2435a0c487d4fb5b196f7e4fe7f9569396 (diff)
followup changes to 44861f2435a0c487d4fb5b196f7e4fe7f9569396
a) got rid of defaulted params in virtual base class methods b) made some no-op virtual methods in the base class pure thus making the base class abstract c) made LayoutManager no longer inherit utl::ConfigurationListener as it wasn't actually listening or acting on any configuration changes Change-Id: Iab1783f6b5a35b130287a2aedbd1dc8413793182
Diffstat (limited to 'basctl/source/basicide/layout.cxx')
-rw-r--r--basctl/source/basicide/layout.cxx21
1 files changed, 0 insertions, 21 deletions
diff --git a/basctl/source/basicide/layout.cxx b/basctl/source/basicide/layout.cxx
index 7fd33d7f5e9b..684a26bdd009 100644
--- a/basctl/source/basicide/layout.cxx
+++ b/basctl/source/basicide/layout.cxx
@@ -108,17 +108,6 @@ void Layout::Deactivating ()
pChild = 0;
}
-void Layout::ExecuteGlobal (SfxRequest&)
-{ }
-
-void Layout::GetState (SfxItemSet&, unsigned /*nWhich*/)
-{ }
-
-void Layout::UpdateDebug (bool bBasicStopped)
-{
- static_cast<void>(bBasicStopped);
-}
-
// virtual
void Layout::DataChanged (DataChangedEvent const& rDCEvt)
{
@@ -145,16 +134,6 @@ void Layout::DataChanged (DataChangedEvent const& rDCEvt)
}
}
-// virtual
-void Layout::ConfigurationChanged( utl::ConfigurationBroadcaster*, sal_uInt32 )
-{ }
-
-// This virtual function is called the first time when the Layout has nonzero size.
-// The overrider can initialize the docking windows.
-void Layout::OnFirstSize (int, int)
-{ }
-
-
//
// SplittedSide
// ============