diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-07-02 11:30:28 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-07-04 02:17:25 +0200 |
commit | 7d295975c51f198a0e6933f6e4c7d85dfa9e3c8f (patch) | |
tree | 6a7f945af0be9fbc77f3a8532e5be768301def5d /sc/inc/conditio.hxx | |
parent | 871111155e302ecaf245003bcd8357e294f8b268 (diff) |
add the cond format manager
Change-Id: I2c21b048c24333e4d04434ff92b9d9da2efe9558
Diffstat (limited to 'sc/inc/conditio.hxx')
-rw-r--r-- | sc/inc/conditio.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/conditio.hxx b/sc/inc/conditio.hxx index 2938ca7c54b8..eaeccf5a8f14 100644 --- a/sc/inc/conditio.hxx +++ b/sc/inc/conditio.hxx @@ -314,7 +314,7 @@ public: // List of areas and formats: // -class ScConditionalFormatList +class SC_DLLPUBLIC ScConditionalFormatList { private: boost::ptr_set<ScConditionalFormat> maConditionalFormats; |