diff options
Diffstat (limited to 'sw/inc/docfac.hxx')
-rw-r--r-- | sw/inc/docfac.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/docfac.hxx b/sw/inc/docfac.hxx index 01bf092f2ee8..60e6a2ab1626 100644 --- a/sw/inc/docfac.hxx +++ b/sw/inc/docfac.hxx @@ -33,7 +33,7 @@ public: ~SwDocFac() COVERITY_NOEXCEPT_FALSE; /// Document is created after calling Read(...). - SwDoc* GetDoc(); + SwDoc& GetDoc(); }; #endif |