diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-12-06 13:50:20 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-12-06 14:41:26 -0500 |
commit | aafcbb3e1e70642983152f79843b2f0cd15eb79c (patch) | |
tree | 2156c68adfc95890ca76390e91f300d63f4a6732 /include | |
parent | 5ae4cc92bd6660ccf36ff6cc45f96fa267514f1b (diff) |
Move SfxInPlaceClientList to SfxViewShell_Impl.
Change-Id: I38c8dfa8198037268dabc0039f44e75e150b380b
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/viewsh.hxx | 7 |
1 files changed, 1 insertions, 6 deletions
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 ); |