summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/asciiopt.cxx
diff options
context:
space:
mode:
authorFlorent Gallaire <fgallaire@gmail.com>2012-04-21 22:00:19 +0200
committerEike Rathke <erack@redhat.com>2012-04-25 14:19:23 +0200
commitc041db6f59888adc90ee8257eafe150d874c46c9 (patch)
treeefa5f611783883cfe470f3276a8d97672077533a /sc/source/ui/dbgui/asciiopt.cxx
parentd88493adfd549ec77f08ee919df609e645011b8b (diff)
fdo#45664 EasyHack: Add a "Save cell formulas" checkbox to the CSV Export panel.
Diffstat (limited to 'sc/source/ui/dbgui/asciiopt.cxx')
-rw-r--r--sc/source/ui/dbgui/asciiopt.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/dbgui/asciiopt.cxx b/sc/source/ui/dbgui/asciiopt.cxx
index 0b6ce50e4527..5fd151035077 100644
--- a/sc/source/ui/dbgui/asciiopt.cxx
+++ b/sc/source/ui/dbgui/asciiopt.cxx
@@ -315,6 +315,7 @@ void ScAsciiOptions::ReadFromString( const String& rString )
bDetectSpecialNumber = sal_True; // default of versions that didn't add the parameter
// 9th token is used for "Save as shown" in export options
+ // 10th token is used for "Save cell formulas" in export options
}
@@ -403,6 +404,7 @@ String ScAsciiOptions::WriteToString() const
aOutStr += String::CreateFromAscii(bDetectSpecialNumber ? "true" : "false");
// 9th token is used for "Save as shown" in export options
+ // 10th token is used for "Save cell formulas" in export options
return aOutStr;
}