diff options
Diffstat (limited to 'sc/inc/cellsuno.hxx')
-rw-r--r-- | sc/inc/cellsuno.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx index b654141dcab5..8e0a80668dec 100644 --- a/sc/inc/cellsuno.hxx +++ b/sc/inc/cellsuno.hxx @@ -653,7 +653,8 @@ private: void SetString_Impl(const OUString& rString, bool bInterpret, bool bEnglish); double GetValue_Impl() const; void SetValue_Impl(double fValue); - css::table::CellContentType GetResultType_Impl(); + css::table::CellContentType GetContentType_Impl(); + sal_Int32 GetResultType_Impl(); protected: virtual const SfxItemPropertyMap& GetItemPropertyMap() override; |