[Libreoffice-commits] .: sc/inc
Tor Lillqvist
tml at kemper.freedesktop.org
Mon Mar 19 01:42:56 PDT 2012
sc/inc/dpnumgroupinfo.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f21960f3b34480ac1d81432ec599b7a6820adf01
Author: Tor Lillqvist <tlillqvist at suse.com>
Date: Mon Mar 19 10:40:48 2012 +0200
Mark also the copy constructor as SC_DLLPUBLIC, needed by the scfilt library
diff --git a/sc/inc/dpnumgroupinfo.hxx b/sc/inc/dpnumgroupinfo.hxx
index 2e0196d..9d6f254 100644
--- a/sc/inc/dpnumgroupinfo.hxx
+++ b/sc/inc/dpnumgroupinfo.hxx
@@ -43,7 +43,7 @@ struct ScDPNumGroupInfo
double mfStep;
SC_DLLPUBLIC ScDPNumGroupInfo();
- ScDPNumGroupInfo(const ScDPNumGroupInfo& r);
+ SC_DLLPUBLIC ScDPNumGroupInfo(const ScDPNumGroupInfo& r);
};
#endif
More information about the Libreoffice-commits
mailing list