summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2001-02-13 15:15:59 +0000
committerChristian Lippka <cl@openoffice.org>2001-02-13 15:15:59 +0000
commit599851b4d5f96b9f813dd28bcc7ac24ee1a3e6d3 (patch)
tree29018566d84d560fd3df5b66ef96cfbcdda20f80 /svx
parentac45e4807373afbffaecd376175e395634774d16 (diff)
#71725# added hid for color ctrl
Diffstat (limited to 'svx')
-rw-r--r--svx/source/tbxctrls/tbcontrl.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx
index 824352752734..1f2389afd5ea 100644
--- a/svx/source/tbxctrls/tbcontrl.cxx
+++ b/svx/source/tbxctrls/tbcontrl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tbcontrl.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: pb $ $Date: 2001-02-13 14:11:35 $
+ * last change: $Author: cl $ $Date: 2001-02-13 16:15:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -960,6 +960,8 @@ SvxColorWindow::SvxColorWindow( USHORT nId, USHORT nSlotId,
lcl_CalcSizeValueSet( *this, aColorSet, aSize12 );
SetHelpId( HID_POPUP_COLOR );
+ aColorSet.SetHelpId( HID_POPUP_COLOR_CTRL );
+
SetText( rWndTitle );
aColorSet.Show();
StartListening( rBindings );