diff options
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r-- | sw/inc/doc.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index 452a7aa214de..3878c4299b89 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -1225,8 +1225,8 @@ public: // Change (replace) a table style named rName. Tracked by undo. void ChgTableStyle(const OUString& rName, const SwTableAutoFormat& rNewFormat); - const SwCellStyleTable& GetCellStyles() const { return *mpCellStyles.get(); } - SwCellStyleTable& GetCellStyles() { return *mpCellStyles.get(); } + const SwCellStyleTable& GetCellStyles() const { return *mpCellStyles; } + SwCellStyleTable& GetCellStyles() { return *mpCellStyles; } void AppendUndoForInsertFromDB( const SwPaM& rPam, bool bIsTable ); |