diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/SwNodeNum.hxx | 2 | ||||
-rw-r--r-- | sw/inc/SwNumberTree.hxx | 2 | ||||
-rw-r--r-- | sw/inc/chpfld.hxx | 2 | ||||
-rw-r--r-- | sw/inc/flypos.hxx | 2 | ||||
-rw-r--r-- | sw/inc/fmtcntnt.hxx | 2 | ||||
-rw-r--r-- | sw/inc/swtblfmt.hxx | 4 | ||||
-rw-r--r-- | sw/inc/unotbl.hxx | 2 | ||||
-rw-r--r-- | sw/source/core/inc/frame.hxx | 2 |
8 files changed, 9 insertions, 9 deletions
diff --git a/sw/inc/SwNodeNum.hxx b/sw/inc/SwNodeNum.hxx index b75759912a61..a29099dbfac4 100644 --- a/sw/inc/SwNodeNum.hxx +++ b/sw/inc/SwNodeNum.hxx @@ -26,7 +26,7 @@ class SwTextNode; struct SwPosition; class SwNumRule; -class SwNodeNum : public SwNumberTreeNode +class SAL_DLLPUBLIC_RTTI SwNodeNum : public SwNumberTreeNode { public: diff --git a/sw/inc/SwNumberTree.hxx b/sw/inc/SwNumberTree.hxx index a3e6cd5d23bd..ad3ffe845110 100644 --- a/sw/inc/SwNumberTree.hxx +++ b/sw/inc/SwNumberTree.hxx @@ -111,7 +111,7 @@ struct compSwNumberTreeNodeLessThan The phantom gets numbered with the start value. */ -class SwNumberTreeNode +class SAL_DLLPUBLIC_RTTI SwNumberTreeNode { protected: typedef std::set<SwNumberTreeNode *, compSwNumberTreeNodeLessThan> diff --git a/sw/inc/chpfld.hxx b/sw/inc/chpfld.hxx index 34bac09bb61c..305831911b5f 100644 --- a/sw/inc/chpfld.hxx +++ b/sw/inc/chpfld.hxx @@ -36,7 +36,7 @@ enum SwChapterFormat CF_NUM_NOPREPST_TITLE, ///< chapter number without post-/prefix and title }; -class SwChapterFieldType final : public SwFieldType +class SAL_DLLPUBLIC_RTTI SwChapterFieldType final : public SwFieldType { public: SwChapterFieldType(); diff --git a/sw/inc/flypos.hxx b/sw/inc/flypos.hxx index 360a5ec9ff61..933a9a30e5e0 100644 --- a/sw/inc/flypos.hxx +++ b/sw/inc/flypos.hxx @@ -27,7 +27,7 @@ class SwFrameFormat; class SwNodeIndex; /// For querying current flys in document. -class SwPosFlyFrame final +class SAL_DLLPUBLIC_RTTI SwPosFlyFrame final { const SwFrameFormat* m_pFrameFormat; ///< FlyFrameFormat SwNodeIndex* m_pNodeIndex; ///< Index for node is sufficient. diff --git a/sw/inc/fmtcntnt.hxx b/sw/inc/fmtcntnt.hxx index 756f8f699d5e..655c2ed8d7a3 100644 --- a/sw/inc/fmtcntnt.hxx +++ b/sw/inc/fmtcntnt.hxx @@ -28,7 +28,7 @@ class SwNodeIndex; class SwStartNode; /// Content, content of frame (header, footer, fly). -class SwFormatContent: public SfxPoolItem +class SAL_DLLPUBLIC_RTTI SwFormatContent: public SfxPoolItem { std::unique_ptr<SwNodeIndex> m_pStartNode; diff --git a/sw/inc/swtblfmt.hxx b/sw/inc/swtblfmt.hxx index 2d7aceb8e1a9..c1a114ea4066 100644 --- a/sw/inc/swtblfmt.hxx +++ b/sw/inc/swtblfmt.hxx @@ -21,7 +21,7 @@ #include "frmfmt.hxx" -class SwTableFormat final : public SwFrameFormat +class SAL_DLLPUBLIC_RTTI SwTableFormat final : public SwFrameFormat { friend class SwDoc; @@ -46,7 +46,7 @@ public: virtual bool supportsFullDrawingLayerFillAttributeSet() const override; }; -class SwTableBoxFormat final : public SwFrameFormat +class SAL_DLLPUBLIC_RTTI SwTableBoxFormat final : public SwFrameFormat { friend class SwDoc; diff --git a/sw/inc/unotbl.hxx b/sw/inc/unotbl.hxx index 641deecf0a7f..7ec4121a9ad8 100644 --- a/sw/inc/unotbl.hxx +++ b/sw/inc/unotbl.hxx @@ -251,7 +251,7 @@ struct SwRangeDescriptor void Normalize(); }; -class SwXTextTable final : public cppu::WeakImplHelper +class SAL_DLLPUBLIC_RTTI SwXTextTable final : public cppu::WeakImplHelper < css::text::XTextTable, css::lang::XServiceInfo, diff --git a/sw/source/core/inc/frame.hxx b/sw/source/core/inc/frame.hxx index 4f3a4afa8fbc..13270c1258a8 100644 --- a/sw/source/core/inc/frame.hxx +++ b/sw/source/core/inc/frame.hxx @@ -127,7 +127,7 @@ namespace drawinglayer { namespace attribute { /// /// Added most important flags about the state of this geometric /// information and if it is valid or not -class SwFrameAreaDefinition +class SAL_DLLPUBLIC_RTTI SwFrameAreaDefinition { private: // The absolute position and size of the SwFrame in the document. |