diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2016-09-21 22:30:35 +0900 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-09-22 12:49:21 +0000 |
commit | 875c5905c71635c8e75d0756cc86d953523726e2 (patch) | |
tree | d3e4b4f3746e3544a433e89d7c69c7ea36fb22ac /sw/inc/viewsh.hxx | |
parent | fd22e36ff53c448d1d7831b0ac66ecc29621ff9e (diff) |
sw: Clean up forward declarations
Change-Id: I02eb887101f2ebe9eb5abe8e2291f8cf5d79d2ce
Reviewed-on: https://gerrit.libreoffice.org/29141
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw/inc/viewsh.hxx')
-rw-r--r-- | sw/inc/viewsh.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/inc/viewsh.hxx b/sw/inc/viewsh.hxx index 033bda7eea6e..a32babef0f8f 100644 --- a/sw/inc/viewsh.hxx +++ b/sw/inc/viewsh.hxx @@ -91,7 +91,6 @@ namespace vcl #define VSHELLFLAG_SHARELAYOUT ((long)0x2) typedef std::shared_ptr<SwRootFrame> SwRootFramePtr; -class SwViewShell; class SW_DLLPUBLIC SwViewShell : public sw::Ring<SwViewShell> { friend void SetOutDev( SwViewShell *pSh, OutputDevice *pOut ); |