diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-12-23 19:58:19 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-12-23 21:37:47 +0100 |
commit | 2e9a3ad1c6ce34af70d007cb6eda54888139f250 (patch) | |
tree | 48c3f124a7818c379a6557e6a18bdb634602b04e /sc/inc | |
parent | d40c992e6fd2d876b06c2890ca574a8b7ad20112 (diff) |
ScCondFormatItem::RemoveCondFormatData() is not implemented
Change-Id: I00b0fcf60725b7c728b1d92734f27b914d57b1a3
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/attrib.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/attrib.hxx b/sc/inc/attrib.hxx index ab083065bc4e..42535b99430a 100644 --- a/sc/inc/attrib.hxx +++ b/sc/inc/attrib.hxx @@ -380,10 +380,8 @@ public: const std::vector<sal_uInt32>& GetCondFormatData() const { return maIndex;} void AddCondFormatData( sal_uInt32 nIndex ); void SetCondFormatData( const std::vector<sal_uInt32>& aIndex ); - void RemoveCondFormatData( sal_uInt32 nIndex ); private: - std::vector<sal_uInt32> maIndex; }; |