summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-10-24 12:43:08 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-10-24 12:43:08 +0000
commitb3aa0cafe885b5d1b219d9fe97b4568162af4f21 (patch)
tree39ddc20a7d479505c351abbf5909d61ed48a0df1 /svx/source/tbxctrls
parent67a58cbe770d21dfd8cc8eb44cb697bad1e3c667 (diff)
INTEGRATION: CWS impress108 (1.9.10); FILE MERGED
2006/10/05 12:17:01 sj 1.9.10.1: #i67024,i66989# added help id
Diffstat (limited to 'svx/source/tbxctrls')
-rw-r--r--svx/source/tbxctrls/fontworkgallery.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/svx/source/tbxctrls/fontworkgallery.cxx b/svx/source/tbxctrls/fontworkgallery.cxx
index b66496c3373c..9dd3299e3c9f 100644
--- a/svx/source/tbxctrls/fontworkgallery.cxx
+++ b/svx/source/tbxctrls/fontworkgallery.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fontworkgallery.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 13:20:25 $
+ * last change: $Author: hr $ $Date: 2006-10-24 13:43:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -386,6 +386,7 @@ FontWorkAlignmentWindow::FontWorkAlignmentWindow(
mxFrame( rFrame ),
mbPopupMode( true )
{
+ SetHelpId( HID_WIN_FONTWORK_ALIGN );
implInit();
}
@@ -410,6 +411,7 @@ FontWorkAlignmentWindow::FontWorkAlignmentWindow(
mxFrame( rFrame ),
mbPopupMode( true )
{
+ SetHelpId( HID_WIN_FONTWORK_ALIGN );
implInit();
}
@@ -633,6 +635,7 @@ FontWorkCharacterSpacingWindow::FontWorkCharacterSpacingWindow(
mxFrame( rFrame ),
mbPopupMode( true )
{
+ SetHelpId( HID_WIN_FONTWORK_CHARSPACE );
implInit();
}
@@ -648,6 +651,7 @@ FontWorkCharacterSpacingWindow::FontWorkCharacterSpacingWindow(
mxFrame( rFrame ),
mbPopupMode( true )
{
+ SetHelpId( HID_WIN_FONTWORK_CHARSPACE );
implInit();
}