diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-28 15:19:01 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-03 08:59:00 +0200 |
commit | e4f9c782fb182bce947bf463459c9bb7961e7bbc (patch) | |
tree | 63c2626be38ca97df081abe7477cb430e4efab44 /sd | |
parent | 8af4f77f03ddfb789bbadb5188c8b1a369a7514c (diff) |
remove unused code sd::framework::Pane::SetWindow(Window*)
Change-Id: Icf4b0278b88f0070a6d81d5e146598a9f087de77
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/framework/factories/Pane.cxx | 9 | ||||
-rw-r--r-- | sd/source/ui/inc/framework/Pane.hxx | 2 |
2 files changed, 0 insertions, 11 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 |