From c041db6f59888adc90ee8257eafe150d874c46c9 Mon Sep 17 00:00:00 2001 From: Florent Gallaire Date: Sat, 21 Apr 2012 22:00:19 +0200 Subject: fdo#45664 EasyHack: Add a "Save cell formulas" checkbox to the CSV Export panel. --- sc/source/ui/dbgui/asciiopt.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sc/source/ui/dbgui/asciiopt.cxx') 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; } -- cgit