From 7e2286b452e41470c9beb04291deb8a3009bd7be Mon Sep 17 00:00:00 2001 From: jp Date: Thu, 21 Dec 2000 15:15:31 +0000 Subject: FillInfo: store TabDistance as string --- sw/source/ui/misc/redlndlg.cxx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'sw') diff --git a/sw/source/ui/misc/redlndlg.cxx b/sw/source/ui/misc/redlndlg.cxx index 4bd55f92d785..b5eba8b7d893 100644 --- a/sw/source/ui/misc/redlndlg.cxx +++ b/sw/source/ui/misc/redlndlg.cxx @@ -2,9 +2,9 @@ * * $RCSfile: redlndlg.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: os $ $Date: 2000-12-07 11:47:55 $ + * last change: $Author: jp $ $Date: 2000-12-21 16:15:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1551,7 +1551,7 @@ void SwRedlineAcceptDlg::FillInfo(String &rExtraData) const rExtraData += ';'; for(USHORT i = 0; i < nCount; i++) { - rExtraData += String(pTable->GetTab(i)); + rExtraData += String::CreateFromInt32( pTable->GetTab(i) ); rExtraData += ';'; } rExtraData += ')'; @@ -1560,6 +1560,9 @@ void SwRedlineAcceptDlg::FillInfo(String &rExtraData) const /*------------------------------------------------------------------------ $Log: not supported by cvs2svn $ + Revision 1.3 2000/12/07 11:47:55 os + #81429# String::CreateFromInt32() + Revision 1.2 2000/10/25 19:14:21 jp Select the current/next/prev redline if the dialog starts -- cgit v1.2.3