summaryrefslogtreecommitdiff
path: root/sw/inc/docfac.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/docfac.hxx')
-rw-r--r--sw/inc/docfac.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/docfac.hxx b/sw/inc/docfac.hxx
index 5f166394fe6a..b0e57c5e7226 100644
--- a/sw/inc/docfac.hxx
+++ b/sw/inc/docfac.hxx
@@ -20,14 +20,13 @@
#define INCLUDED_SW_INC_DOCFAC_HXX
#include <tools/solar.h>
-#include <rtl/ref.hxx>
#include <doc.hxx>
class SW_DLLPUBLIC SwDocFac
{
protected:
- rtl::Reference<SwDoc> mxDoc;
+ SwDoc* pDoc;
public:
SwDocFac( SwDoc *pDoc = nullptr );