From 7618860eac39b89bce9958a3271033a8b39407b7 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Mon, 11 Jun 2012 23:12:04 +0200 Subject: need to export all symbols for color formats Change-Id: I18209f594ac6aa9ba03081342532e37a7b686571 --- sc/inc/colorscale.hxx | 4 ++-- 1 file 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), -- cgit