summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/wrtsh.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-06-29 07:11:45 +0000
committerKurt Zenker <kz@openoffice.org>2004-06-29 07:11:45 +0000
commit8a0742d4d5dda8213d8e4910ad4a1191887ca751 (patch)
tree0d38d86a7eb4f068a4d6ad960211d3124bd1d549 /sw/source/ui/inc/wrtsh.hxx
parentacc54a676d57c1219ca788c9d5f455193414aa00 (diff)
INTEGRATION: CWS swqbugfixes02 (1.17.32); FILE MERGED
2004/06/16 19:20:20 fme 1.17.32.2: RESYNC: (1.17-1.18); FILE MERGED 2004/06/09 08:57:00 os 1.17.32.1: #i256566# prevent muliple creation of the input field insert dialog
Diffstat (limited to 'sw/source/ui/inc/wrtsh.hxx')
-rw-r--r--sw/source/ui/inc/wrtsh.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/inc/wrtsh.hxx b/sw/source/ui/inc/wrtsh.hxx
index baa0cc29a7a8..52291feef774 100644
--- a/sw/source/ui/inc/wrtsh.hxx
+++ b/sw/source/ui/inc/wrtsh.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: wrtsh.hxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: kz $ $Date: 2004-06-11 15:23:23 $
+ * last change: $Author: kz $ $Date: 2004-06-29 08:11:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -396,7 +396,7 @@ typedef FASTBOOL (SwWrtShell:: *FNSimpleMove)();
void MoveCrsr( FASTBOOL bWithSelect = FALSE );
// Eingabefelder updaten
- BOOL StartInputFldDlg(SwField*, BOOL bNextButton, ByteString* pWindowState = 0);
+ BOOL StartInputFldDlg(SwField*, BOOL bNextButton, Window* pParentWin = 0, ByteString* pWindowState = 0);
// update DropDown fields
BOOL StartDropDownFldDlg(SwField*, BOOL bNextButton, ByteString* pWindowState = 0);