From 03d71c2608a6f897189e7d44be80483270ea9bf1 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Wed, 22 Mar 2006 11:11:18 +0000 Subject: INTEGRATION: CWS dr46 (1.4.106); FILE MERGED 2006/02/16 13:06:20 er 1.4.106.1: #i4925# CSV export with option 'save as shown' --- sc/source/ui/inc/scuiimoptdlg.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sc/source/ui') diff --git a/sc/source/ui/inc/scuiimoptdlg.hxx b/sc/source/ui/inc/scuiimoptdlg.hxx index d95184238c1c..5e5fbbcce6a3 100644 --- a/sc/source/ui/inc/scuiimoptdlg.hxx +++ b/sc/source/ui/inc/scuiimoptdlg.hxx @@ -4,9 +4,9 @@ * * $RCSfile: scuiimoptdlg.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 21:48:34 $ + * last change: $Author: obo $ $Date: 2006-03-22 12:11:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -70,6 +70,7 @@ private: OKButton aBtnOk; CancelButton aBtnCancel; HelpButton aBtnHelp; + CheckBox aCbShown; ScDelimiterTable* pFieldSepTab; ScDelimiterTable* pTextSepTab; -- cgit