summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/PaneDockingWindow.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-07-02 10:49:17 +0000
committerRüdiger Timm <rt@openoffice.org>2008-07-02 10:49:17 +0000
commit8096169a081eee787763f2c2b443968fbe0a040a (patch)
tree74dbb2b12dc69bcfd3a8f76c4845382a9daa0dc3 /sd/source/ui/dlg/PaneDockingWindow.cxx
parent25f8239705cf6bf2a36e78e544df8150a5a04466 (diff)
INTEGRATION: CWS impress145 (1.17.50); FILE MERGED
2008/06/17 15:13:58 af 1.17.50.1: #i79701# Added GetTitleToolBox() method.
Diffstat (limited to 'sd/source/ui/dlg/PaneDockingWindow.cxx')
-rw-r--r--sd/source/ui/dlg/PaneDockingWindow.cxx13
1 files changed, 11 insertions, 2 deletions
diff --git a/sd/source/ui/dlg/PaneDockingWindow.cxx b/sd/source/ui/dlg/PaneDockingWindow.cxx
index 35d3652f7a44..9ae95a079bd6 100644
--- a/sd/source/ui/dlg/PaneDockingWindow.cxx
+++ b/sd/source/ui/dlg/PaneDockingWindow.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: PaneDockingWindow.cxx,v $
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
* This file is part of OpenOffice.org.
*
@@ -62,7 +62,7 @@ PaneDockingWindow::PaneDockingWindow (
),
msPaneURL(rsPaneURL),
msTitle(rsTitle),
- mpTitleToolBox(NULL),
+ mpTitleToolBox(),
maBorder (3,1,3,3),
mnChildWindowId(pChildWindow->GetType()),
mpContentWindow(new ::Window(this)),
@@ -402,4 +402,13 @@ void PaneDockingWindow::DataChanged (const DataChangedEvent& rEvent)
return mpContentWindow.get();
}
+
+
+
+::boost::shared_ptr<ToolBox> PaneDockingWindow::GetTitleToolBox (void) const
+{
+ return mpTitleToolBox;
+}
+
+
} // end of namespace ::sd