MSVC doesn't like dll-public MSDffImportRecords
Change-Id: Ic1320988e7b47cfc2b0d589390341a56b1ff8aa7
This commit is contained in:
parent
1e7276f52e
commit
0866e0f41f
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
{};
|
||||
|
||||
|
|
Loading…
Reference in a new issue