summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog/ctredlin.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-17 12:20:28 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-17 12:20:28 +0000
commit6923541d8c92c7430e90ec6e7c17b2cbd49a3f5a (patch)
tree610db827a735433ecd068bc5d3d4dea314bbd579 /svx/source/dialog/ctredlin.cxx
parentINTEGRATION: CWS configapi01 (1.7.10); FILE MERGED (diff)
downloadcore-6923541d8c92c7430e90ec6e7c17b2cbd49a3f5a.tar.gz
core-6923541d8c92c7430e90ec6e7c17b2cbd49a3f5a.zip
INTEGRATION: CWS os8 (1.8.162); FILE MERGED
2003/04/04 09:46:43 os 1.8.162.1: #108623# HelpId in redline dialog correctly set
Diffstat (limited to 'svx/source/dialog/ctredlin.cxx')
-rw-r--r--svx/source/dialog/ctredlin.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/source/dialog/ctredlin.cxx b/svx/source/dialog/ctredlin.cxx
index cf13774b0832..faae4d3dc8e9 100644
--- a/svx/source/dialog/ctredlin.cxx
+++ b/svx/source/dialog/ctredlin.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ctredlin.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: dr $ $Date: 2002-07-30 13:53:53 $
+ * last change: $Author: vg $ $Date: 2003-04-17 13:20:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -684,6 +684,9 @@ SvxTPView::SvxTPView( Window * pParent)
{
FreeResource();
+ aViewData.SetHelpId(HID_REDLINING_VIEW_DG_VIEW_TABLE);
+ aViewData.SetHeaderBarHelpId(HID_REDLINING_VIEW_DG_VIEW_HEADER);
+
aMinSize=GetSizePixel();
Link aLink=LINK( this, SvxTPView, PbClickHdl);