summaryrefslogtreecommitdiff
path: root/sfx2/source/view/viewimp.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-12-06 13:50:20 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-12-06 14:41:26 -0500
commitaafcbb3e1e70642983152f79843b2f0cd15eb79c (patch)
tree2156c68adfc95890ca76390e91f300d63f4a6732 /sfx2/source/view/viewimp.hxx
parent5ae4cc92bd6660ccf36ff6cc45f96fa267514f1b (diff)
Move SfxInPlaceClientList to SfxViewShell_Impl.
Change-Id: I38c8dfa8198037268dabc0039f44e75e150b380b
Diffstat (limited to 'sfx2/source/view/viewimp.hxx')
-rw-r--r--sfx2/source/view/viewimp.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/sfx2/source/view/viewimp.hxx b/sfx2/source/view/viewimp.hxx
index 7ce2473e8655..c07fbc67f782 100644
--- a/sfx2/source/view/viewimp.hxx
+++ b/sfx2/source/view/viewimp.hxx
@@ -38,6 +38,7 @@ typedef SfxShell* SfxShellPtr_Impl;
typedef std::vector<SfxShellPtr_Impl> SfxShellArr_Impl;
class SfxClipboardChangeListener;
+class SfxInPlaceClientList;
struct SfxViewShell_Impl
{
@@ -62,7 +63,12 @@ struct SfxViewShell_Impl
::rtl::Reference< SfxClipboardChangeListener > xClipboardListener;
::boost::shared_ptr< vcl::PrinterController > m_pPrinterController;
+ mutable SfxInPlaceClientList* mpIPClientList;
+
SfxViewShell_Impl(sal_uInt16 const nFlags);
+ ~SfxViewShell_Impl();
+
+ SfxInPlaceClientList* GetIPClientList_Impl( bool bCreate = true ) const;
};
#endif