summaryrefslogtreecommitdiff
path: root/sc/inc/datauno.hxx
diff options
context:
space:
mode:
authorDaniel Bankston <daniel.e.bankston@gmail.com>2012-08-07 04:21:54 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-08-23 11:49:57 -0400
commitccce242c3a8892f1bc5b649ca43a544cdced28d9 (patch)
tree33c2eebc92ceba88658e7388405f5d42bff3cd06 /sc/inc/datauno.hxx
parent5d906574f2e7a7c7dd3ba166e3b1a58fdba0d5b8 (diff)
Convert xlsx unnamed database range import to direct sc
Will evaluate later if further conversion is useful here Change-Id: I6af5296b95075066335783e371d87be15f09f112
Diffstat (limited to 'sc/inc/datauno.hxx')
-rw-r--r--sc/inc/datauno.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/datauno.hxx b/sc/inc/datauno.hxx
index afe59fd98b42..75bd8938b1df 100644
--- a/sc/inc/datauno.hxx
+++ b/sc/inc/datauno.hxx
@@ -494,7 +494,7 @@ public:
};
-class ScDatabaseRangeObj : public cppu::WeakImplHelper6<
+class SC_DLLPUBLIC ScDatabaseRangeObj : public cppu::WeakImplHelper6<
com::sun::star::sheet::XDatabaseRange,
com::sun::star::util::XRefreshable,
com::sun::star::container::XNamed,