diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-06-05 10:14:16 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-06-05 10:14:49 +0100 |
commit | 1205e9e393ca12740cd6af1a51e05ea8d223c30f (patch) | |
tree | 2557e3ac6238b079452d9a30ea558c5d9035b907 /sc/inc/table.hxx | |
parent | fd0ede6f5d60e69a6002bcab05ef3edb227af96a (diff) |
drop some unused code
Change-Id: I952fa56cb8cef0321688ccd117659c8603f71e16
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r-- | sc/inc/table.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx index 397da579b096..c417562a2a15 100644 --- a/sc/inc/table.hxx +++ b/sc/inc/table.hxx @@ -801,7 +801,6 @@ public: ScConditionalFormatList* GetCondFormList(); const ScConditionalFormatList* GetCondFormList() const; - void SetCondFormList(ScConditionalFormatList* pNew); sal_uLong AddCondFormat( const ScConditionalFormat& rNew ); sal_uLong AddColorFormat( ScColorFormat* pNew ); |