From aafcbb3e1e70642983152f79843b2f0cd15eb79c Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Sat, 6 Dec 2014 13:50:20 -0500 Subject: Move SfxInPlaceClientList to SfxViewShell_Impl. Change-Id: I38c8dfa8198037268dabc0039f44e75e150b380b --- include/sfx2/viewsh.hxx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'include') diff --git a/include/sfx2/viewsh.hxx b/include/sfx2/viewsh.hxx index 77353f6a62cd..2894122b07c6 100644 --- a/include/sfx2/viewsh.hxx +++ b/include/sfx2/viewsh.hxx @@ -58,6 +58,7 @@ class SfxFrameItem; class Dialog; class Menu; class NotifyEvent; +class SfxInPlaceClient; #define SFX_PRINTER_PRINTER 1 // without JOB SETUP => Temporary #define SFX_PRINTER_JOBSETUP 2 @@ -120,9 +121,6 @@ public: \ #define SFX_VIEW_REGISTRATION(DocClass) \ DocClass::Factory().RegisterViewFactory( *Factory() ) -class SfxInPlaceClient; -class SfxInPlaceClientList; - class SFX2_DLLPUBLIC SfxViewShell: public SfxShell, public SfxListener { #ifdef INCLUDED_SFX2_VIEWSH_HXX @@ -132,7 +130,6 @@ friend class SfxPrinterController; #endif struct SfxViewShell_Impl* pImp; - SfxInPlaceClientList* pIPClientList; SfxViewFrame* pFrame; SfxShell* pSubShell; vcl::Window* pWindow; @@ -167,8 +164,6 @@ private: /// SfxInterface initializer. static void InitInterface_Impl(); - SAL_DLLPRIVATE SfxInPlaceClientList* GetIPClientList_Impl( bool bCreate = true ) const; - public: SfxViewShell( SfxViewFrame *pFrame, sal_uInt16 nFlags = 0 ); -- cgit