summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/scuiimoptdlg.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2011-01-27 13:25:09 +0100
committerNiklas Nebel <nn@openoffice.org>2011-01-27 13:25:09 +0100
commitaede73a350906eedae41e5971511c6c2f2c0e5f2 (patch)
tree33126cabccfe733a8d7e04880007b0566f7c89e1 /sc/source/ui/inc/scuiimoptdlg.hxx
parent6f68642b7b2310b902264849a5ffc5dca6c15510 (diff)
csvexport: #i116636# option to leave out unnecessary quotes in CSV export
Diffstat (limited to 'sc/source/ui/inc/scuiimoptdlg.hxx')
-rw-r--r--sc/source/ui/inc/scuiimoptdlg.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/ui/inc/scuiimoptdlg.hxx b/sc/source/ui/inc/scuiimoptdlg.hxx
index 957d174a3deb..705b244233a9 100644
--- a/sc/source/ui/inc/scuiimoptdlg.hxx
+++ b/sc/source/ui/inc/scuiimoptdlg.hxx
@@ -58,11 +58,12 @@ private:
ComboBox aEdFieldSep;
FixedText aFtTextSep;
ComboBox aEdTextSep;
+ CheckBox aCbQuoteAll;
+ CheckBox aCbShown;
CheckBox aCbFixed;
OKButton aBtnOk;
CancelButton aBtnCancel;
HelpButton aBtnHelp;
- CheckBox aCbShown;
ScDelimiterTable* pFieldSepTab;
ScDelimiterTable* pTextSepTab;