diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-06-10 01:59:23 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-06-11 08:01:26 +0200 |
commit | ecc2805d642d2ec562d8ba15a799fcf7d6fae0d8 (patch) | |
tree | f265fce9608c7684c17153ff743c0a9574f765d5 /sc/inc/document.hxx | |
parent | c161e8a5a816f649e21105b09723f620336507ac (diff) |
correctly set new conditional format
#
Change-Id: I6dc3f1cd99cd15aa3dad72a1417f3e2c1af0108d
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r-- | sc/inc/document.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index cc2780f694aa..61ab60eb7396 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -1196,6 +1196,7 @@ public: void ChangeSelectionIndent( bool bIncrement, const ScMarkData& rMark ); SC_DLLPUBLIC sal_uLong AddCondFormat( ScConditionalFormat* pNew, SCTAB nTab ); + void DeleteConditionalFormat( sal_uLong nIndex, SCTAB nTab ); SC_DLLPUBLIC void FindConditionalFormat( sal_uLong nKey, SCTAB nTab, ScRangeList& rRanges ); SC_DLLPUBLIC void FindConditionalFormat( sal_uLong nKey, ScRangeList& rRanges, SCTAB nTab ); void ConditionalChanged( sal_uLong nKey, SCTAB nTab ); |