From 2e9a3ad1c6ce34af70d007cb6eda54888139f250 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Tue, 23 Dec 2014 19:58:19 +0100 Subject: ScCondFormatItem::RemoveCondFormatData() is not implemented Change-Id: I00b0fcf60725b7c728b1d92734f27b914d57b1a3 --- sc/inc/attrib.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'sc') 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& GetCondFormatData() const { return maIndex;} void AddCondFormatData( sal_uInt32 nIndex ); void SetCondFormatData( const std::vector& aIndex ); - void RemoveCondFormatData( sal_uInt32 nIndex ); private: - std::vector maIndex; }; -- cgit