diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-06-11 23:12:04 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-06-12 04:46:51 +0200 |
commit | 7618860eac39b89bce9958a3271033a8b39407b7 (patch) | |
tree | b456cd4c6b53b36554523cc7d4a4bc51f513be65 /sc/inc | |
parent | 9852f01df91cdf5bb5ac924d2354eac8a6481df7 (diff) |
need to export all symbols for color formats
Change-Id: I18209f594ac6aa9ba03081342532e37a7b686571
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/colorscale.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/colorscale.hxx b/sc/inc/colorscale.hxx index 56e653e211ca..e93d5b6fcaf9 100644 --- a/sc/inc/colorscale.hxx +++ b/sc/inc/colorscale.hxx @@ -85,7 +85,7 @@ public: namespace databar { -enum ScAxisPostion +enum SC_DLLPUBLIC ScAxisPostion { NONE, AUTOMATIC, @@ -94,7 +94,7 @@ enum ScAxisPostion } -struct ScDataBarFormatData +struct SC_DLLPUBLIC ScDataBarFormatData { ScDataBarFormatData(): mbGradient(true), |