summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/pvlaydlg.cxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2002-08-06 09:59:20 +0000
committerSascha Ballach <sab@openoffice.org>2002-08-06 09:59:20 +0000
commit45dc8dbb4241b5a84b6301bd1d7ac30eb951fb79 (patch)
treead564f4f8cc66e573308d52bf3f985c02f737eec /sc/source/ui/dbgui/pvlaydlg.cxx
parent1f5d8fb18eabfb76f3725bb3e1c0ed2b4926f31c (diff)
#101676#; add name of select control
Diffstat (limited to 'sc/source/ui/dbgui/pvlaydlg.cxx')
-rw-r--r--sc/source/ui/dbgui/pvlaydlg.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/dbgui/pvlaydlg.cxx b/sc/source/ui/dbgui/pvlaydlg.cxx
index cac2a64069cc..5131d82a1a12 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.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: dr $ $Date: 2002-03-05 13:45:10 $
+ * last change: $Author: sab $ $Date: 2002-08-06 10:59:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -158,7 +158,7 @@ ScDPLayoutDlg::ScDPLayoutDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pPar
aWndCol ( this, ScResId( WND_COL ), TYPE_COL, &aFtCol ),
aFtData ( this, ScResId( FT_DATA ) ),
aWndData ( this, ScResId( WND_DATA ), TYPE_DATA, &aFtData ),
- aWndSelect ( this, ScResId( WND_SELECT ), TYPE_SELECT, NULL ),
+ aWndSelect ( this, ScResId( WND_SELECT ), TYPE_SELECT, String(ScResId(STR_SELECT)) ),
aPtrArrow ( POINTER_ARROW ),
aPtrField ( POINTER_PIVOT_FIELD ),