diff options
-rw-r--r-- | sw/inc/flypos.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/flypos.hxx b/sw/inc/flypos.hxx index e979ab8226f3..b172054695bb 100644 --- a/sw/inc/flypos.hxx +++ b/sw/inc/flypos.hxx @@ -55,7 +55,7 @@ public: sal_uInt32 GetOrdNum() const { return nOrdNum; } }; -class SW_DLLPUBLIC SwPosFlyFrms : public std::set<SwPosFlyFrm*> {}; +class SwPosFlyFrms : public std::multiset<SwPosFlyFrm*> {}; #endif // _FLYPOS_HXX |