diff options
author | Noel Grandin <noel@peralex.com> | 2013-09-18 15:22:05 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-09-19 10:14:23 +0200 |
commit | bd6f344f027a06c2894bfa87fbeee1016576d117 (patch) | |
tree | c6fcf6d60250989e4887a23b7f9e1132b8df1447 /sd | |
parent | 001080ae7010767f515723abe725182d98fbac0f (diff) |
remove dead method definition
Change-Id: If95c03246eeda942084a10ed39a02e6ebeffe2aa
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/toolpanel/controls/MasterPageContainer.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sd/source/ui/toolpanel/controls/MasterPageContainer.cxx b/sd/source/ui/toolpanel/controls/MasterPageContainer.cxx index 09be804a4df0..6ab2a148319e 100644 --- a/sd/source/ui/toolpanel/controls/MasterPageContainer.cxx +++ b/sd/source/ui/toolpanel/controls/MasterPageContainer.cxx @@ -174,9 +174,6 @@ private: typedef ::std::pair<MasterPageContainerChangeEvent::EventType,Token> EventData; DECL_LINK(AsynchronousNotifyCallback, EventData*); - ::sd::DrawDocShell* LoadDocument ( - const String& sFileName, - SfxObjectShellLock& rxDocumentShell); Image GetPreviewSubstitution (sal_uInt16 nId, PreviewSize ePreviewSize); |