diff options
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r-- | sc/inc/document.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index 20b47abe25e5..5508c32c42a3 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -1207,7 +1207,6 @@ public: SC_DLLPUBLIC const ScValidationData* GetValidationEntry( sal_uLong nIndex ) const; SC_DLLPUBLIC ScConditionalFormatList* GetCondFormList( SCTAB nTab ) const; - void SetCondFormList(ScConditionalFormatList* pNew, SCTAB nTab); SC_DLLPUBLIC const ScColorFormatList* GetColorScaleList(SCTAB nTab) const; SC_DLLPUBLIC ScColorFormatList* GetColorScaleList(SCTAB nTab); |