summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-07-12 20:40:29 +0200
committerMichael Stahl <mstahl@redhat.com>2012-07-12 20:40:59 +0200
commit0866e0f41f359feef99ede2d27c883c3b27b65e9 (patch)
treeb80ae91081f41b0d1066b7abf2403f1596602be1 /filter
parent1e7276f52e3e89f794711d65eaaf5221d6bd9547 (diff)
MSVC doesn't like dll-public MSDffImportRecords
Change-Id: Ic1320988e7b47cfc2b0d589390341a56b1ff8aa7
Diffstat (limited to 'filter')
-rw-r--r--filter/inc/filter/msfilter/msdffimp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/inc/filter/msfilter/msdffimp.hxx b/filter/inc/filter/msfilter/msdffimp.hxx
index 24137ad8001a..22a8d7220c9b 100644
--- a/filter/inc/filter/msfilter/msdffimp.hxx
+++ b/filter/inc/filter/msfilter/msdffimp.hxx
@@ -329,7 +329,7 @@ private:
};
/** list of all SvxMSDffImportRec instances of/for a group */
-class MSFILTER_DLLPUBLIC MSDffImportRecords
+class MSDffImportRecords
: public ::boost::ptr_set<SvxMSDffImportRec>
{};