diff options
author | Jens Carl <j.carl43@gmx.de> | 2018-01-23 01:45:21 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-01-23 19:04:52 +0100 |
commit | cceaece18a42405190941865908636522e0ee4cb (patch) | |
tree | c5b1d7a4755b6b259f0f55177a888bc055781df4 /sc/inc/cellsuno.hxx | |
parent | 659109609ba2a7a827a4920c9456432b70cb001a (diff) |
offapi: Add properties FormulaResultType2 and CellContentType
Add two new properties to SheetCell.idl "FormulaResultType2" and
"CellContentType", because the "FormulaResultType" is returning the
wrong value (com::sun::star::table::CellContentType instead of
com::sun::star::sheet::FormulaResult). Also documeted the curiosity.
Change-Id: Icc6538e155ba27fb9d097d8790ac9b4b230c1446
Reviewed-on: https://gerrit.libreoffice.org/48367
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jens Carl <j.carl43@gmx.de>
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; |