diff options
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/core/text/porlin.hxx | 2 | ||||
-rw-r--r-- | sw/source/core/text/pormulti.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/text/porlin.hxx b/sw/source/core/text/porlin.hxx index f0efc86e5888..3dc7ff9e287d 100644 --- a/sw/source/core/text/porlin.hxx +++ b/sw/source/core/text/porlin.hxx @@ -46,7 +46,7 @@ class SwPortionHandler; /// Base class for anything that can be part of a line in the Writer layout. /// Typically owned by SwLineLayout. -class SwLinePortion: public SwPosSize +class SAL_DLLPUBLIC_RTTI SwLinePortion: public SwPosSize { protected: // Here we have areas with different attributes diff --git a/sw/source/core/text/pormulti.hxx b/sw/source/core/text/pormulti.hxx index 7c17df2e175c..c1df8b0400f2 100644 --- a/sw/source/core/text/pormulti.hxx +++ b/sw/source/core/text/pormulti.hxx @@ -77,7 +77,7 @@ struct SwBracket // or phonetics (ruby) // or combined characters // or a rotated portion. -class SwMultiPortion : public SwLinePortion +class SAL_DLLPUBLIC_RTTI SwMultiPortion : public SwLinePortion { SwLineLayout m_aRoot; // One or more lines bool m_bTab1 :1; // First line tabulator |