diff options
Diffstat (limited to 'sc/inc/simpleformulacalc.hxx')
-rw-r--r-- | sc/inc/simpleformulacalc.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/simpleformulacalc.hxx b/sc/inc/simpleformulacalc.hxx index e7f61b5ddbe1..b75ab892340e 100644 --- a/sc/inc/simpleformulacalc.hxx +++ b/sc/inc/simpleformulacalc.hxx @@ -49,7 +49,7 @@ public: svl::SharedString GetString(); SvNumFormatType GetFormatType() const { return mnFormatType; } - bool HasColRowName(); + bool HasColRowName() const; ScTokenArray* GetCode(); |