summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/pvlaydlg.cxx
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2002-11-20 07:57:29 +0000
committerDaniel Rentz <dr@openoffice.org>2002-11-20 07:57:29 +0000
commit5f9c078bc015882c7de9aecff83af57d9d6f0df4 (patch)
treed9c2298905b31a9e900afae69bb0ce4737a2c5f6 /sc/source/ui/dbgui/pvlaydlg.cxx
parent7c5090df6531d6ae0e9e0996bb0d368d1c00b580 (diff)
#105351# HIDs for DP layout dlg
Diffstat (limited to 'sc/source/ui/dbgui/pvlaydlg.cxx')
-rw-r--r--sc/source/ui/dbgui/pvlaydlg.cxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/sc/source/ui/dbgui/pvlaydlg.cxx b/sc/source/ui/dbgui/pvlaydlg.cxx
index 2110353fb3d8..6cd48bbc629e 100644
--- a/sc/source/ui/dbgui/pvlaydlg.cxx
+++ b/sc/source/ui/dbgui/pvlaydlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pvlaydlg.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: dr $ $Date: 2002-10-21 17:48:52 $
+ * last change: $Author: dr $ $Date: 2002-11-20 08:56:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -350,6 +350,11 @@ void __EXPORT ScDPLayoutDlg::Init()
aBtnTotalCol .Check( thePivotData.bMakeTotalCol );
aBtnTotalRow .Check( thePivotData.bMakeTotalRow );
+ aWndCol.SetHelpId( HID_SC_DPLAY_COLUMN );
+ aWndRow.SetHelpId( HID_SC_DPLAY_ROW );
+ aWndData.SetHelpId( HID_SC_DPLAY_DATA );
+ aWndSelect.SetHelpId( HID_SC_DPLAY_SELECT );
+
InitFocus();
// SetDispatcherLock( TRUE ); // Modal-Modus einschalten