summaryrefslogtreecommitdiff
path: root/sd/source/ui/toolpanel/ToolPanel.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 10:32:11 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 10:32:11 +0000
commit8461981855ff1006d20d28f29fbcd4e3da5094e0 (patch)
tree18ae2c40b13b6ab1c8da03da98d442861a74b111 /sd/source/ui/toolpanel/ToolPanel.cxx
parent5aca70b2c9c4e9d4cebf95275179fae961d9bee3 (diff)
INTEGRATION: CWS impress57 (1.6.66); FILE MERGED
2005/07/20 08:32:26 af 1.6.66.2: RESYNC: (1.6-1.7); FILE MERGED 2005/06/10 12:43:07 af 1.6.66.1: #i41224# Setting the help id at the TitledControl instead of its TitleBar child.
Diffstat (limited to 'sd/source/ui/toolpanel/ToolPanel.cxx')
-rw-r--r--sd/source/ui/toolpanel/ToolPanel.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/toolpanel/ToolPanel.cxx b/sd/source/ui/toolpanel/ToolPanel.cxx
index 8691dabfd084..9258bc8a69c0 100644
--- a/sd/source/ui/toolpanel/ToolPanel.cxx
+++ b/sd/source/ui/toolpanel/ToolPanel.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ToolPanel.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 06:36:25 $
+ * last change: $Author: hr $ $Date: 2005-09-23 11:32:11 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -125,7 +125,7 @@ sal_uInt32 ToolPanel::AddControl (
rFocusManager.RegisterLink(pChild->GetWindow(),pFirst, KEY_DOWN);
}
- pTitledControl->GetTitleBar()->SetHelpId(nHelpId);
+ pTitledControl->GetWindow()->SetHelpId(nHelpId);
return mpControlContainer->AddControl (pChild);
}