diff options
Diffstat (limited to 'sw/inc/charfmt.hxx')
-rw-r--r-- | sw/inc/charfmt.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/charfmt.hxx b/sw/inc/charfmt.hxx index 27d6e5c0f896..b42dd303e953 100644 --- a/sw/inc/charfmt.hxx +++ b/sw/inc/charfmt.hxx @@ -29,7 +29,7 @@ class SwCharFormat final : public SwFormat SwCharFormat( SwAttrPool& rPool, const OUString &rFormatName, SwCharFormat *pDerivedFrom ) - : SwFormat( rPool, rFormatName, aCharFormatSetRange, pDerivedFrom, RES_CHRFMT ) + : SwFormat( rPool, rFormatName, &aCharFormatSetRange, pDerivedFrom, RES_CHRFMT ) {} public: |