summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-28 15:19:01 +0200
committerNoel Grandin <noel@peralex.com>2014-03-03 08:59:00 +0200
commite4f9c782fb182bce947bf463459c9bb7961e7bbc (patch)
tree63c2626be38ca97df081abe7477cb430e4efab44
parent8af4f77f03ddfb789bbadb5188c8b1a369a7514c (diff)
remove unused code sd::framework::Pane::SetWindow(Window*)
Change-Id: Icf4b0278b88f0070a6d81d5e146598a9f087de77
-rw-r--r--sd/source/ui/framework/factories/Pane.cxx9
-rw-r--r--sd/source/ui/inc/framework/Pane.hxx2
-rw-r--r--unusedcode.easy1
3 files changed, 0 insertions, 12 deletions
diff --git a/sd/source/ui/framework/factories/Pane.cxx b/sd/source/ui/framework/factories/Pane.cxx
index d1ae16009e0b..cb3583261b3d 100644
--- a/sd/source/ui/framework/factories/Pane.cxx
+++ b/sd/source/ui/framework/factories/Pane.cxx
@@ -75,15 +75,6 @@ void Pane::disposing (void)
-void Pane::SetWindow (::Window* pWindow)
-{
- OSL_TRACE("setting Pane::mpWindow to %x", pWindow);
- mpWindow = pWindow;
- mxWindow = VCLUnoHelper::GetInterface(mpWindow);
-}
-
-
-
//----- XPane -----------------------------------------------------------------
diff --git a/sd/source/ui/inc/framework/Pane.hxx b/sd/source/ui/inc/framework/Pane.hxx
index 4710029913bc..2b3460305612 100644
--- a/sd/source/ui/inc/framework/Pane.hxx
+++ b/sd/source/ui/inc/framework/Pane.hxx
@@ -88,8 +88,6 @@ public:
*/
virtual ::Window* GetWindow (void);
- void SetWindow (::Window* pWindow);
-
//----- XPane -------------------------------------------------------------
/** For a UNO API based implementation of a view this may the most
diff --git a/unusedcode.easy b/unusedcode.easy
index bc4fa8303248..ea7ce1ab8006 100644
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -273,7 +273,6 @@ sc::opencl::OpenclDevice::releaseOpenclRunEnv()
sc::opencl::OpenclDevice::setOpenclState(int)
sd::LeftDrawPaneShell::RegisterInterface(SfxModule*)
sd::LeftImpressPaneShell::RegisterInterface(SfxModule*)
-sd::framework::Pane::SetWindow(Window*)
std::_Rb_tree<rtl::OUString, std::pair<rtl::OUString const, (anonymous namespace)::TemplateId>, std::_Select1st<std::pair<rtl::OUString const, (anonymous namespace)::TemplateId> >, std::less<rtl::OUString>, std::allocator<std::pair<rtl::OUString const, (anonymous namespace)::TemplateId> > >::_Rb_tree(std::_Rb_tree<rtl::OUString, std::pair<rtl::OUString const, (anonymous namespace)::TemplateId>, std::_Select1st<std::pair<rtl::OUString const, (anonymous namespace)::TemplateId> >, std::less<rtl::OUString>, std::allocator<std::pair<rtl::OUString const, (anonymous namespace)::TemplateId> > >&&)
std::auto_ptr<formula::FormulaTokenArray>::auto_ptr(std::auto_ptr<formula::FormulaTokenArray>&)
std::auto_ptr<formula::FormulaTokenArray>::auto_ptr(std::auto_ptr_ref<formula::FormulaTokenArray>)