summaryrefslogtreecommitdiff
path: root/sc/inc/column.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-01-03 23:08:33 -0500
committerKohei Yoshida <kyoshida@novell.com>2011-01-03 23:08:33 -0500
commitca5ece90d2df0b5e3ccbe5039b2311f73991a644 (patch)
treeec368c69dfbe49d5c750d2ccece9f039b50701f8 /sc/inc/column.hxx
parent785f39be5a09079431dbf6fb3552bb9d04cded3e (diff)
Fixed build errors due to BOOL to bool conversions.
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r--sc/inc/column.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index 91deffcabab9..4a0e9c46601b 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -252,8 +252,7 @@ public:
void GetString( SCROW nRow, String& rString ) const;
void GetInputString( SCROW nRow, String& rString ) const;
double GetValue( SCROW nRow ) const;
- void GetFormula( SCROW nRow, String& rFormula,
- bool bAsciiExport = false ) const;
+ void GetFormula( SCROW nRow, String& rFormula ) const;
CellType GetCellType( SCROW nRow ) const;
SCSIZE GetCellCount() const { return nCount; }
sal_uIntPtr GetWeightedCount() const;