summaryrefslogtreecommitdiff
path: root/include/sfx2/viewfrm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/viewfrm.hxx')
-rw-r--r--include/sfx2/viewfrm.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sfx2/viewfrm.hxx b/include/sfx2/viewfrm.hxx
index c01da176b847..4585b722e487 100644
--- a/include/sfx2/viewfrm.hxx
+++ b/include/sfx2/viewfrm.hxx
@@ -44,6 +44,7 @@ class Size;
class SfxChildWindow;
class SfxInfoBarWindow;
enum class InfobarType;
+class CommandPopupHandler;
class SFX2_DLLPUBLIC SfxViewFrame: public SfxShell, public SfxListener
{
@@ -56,6 +57,8 @@ class SFX2_DLLPUBLIC SfxViewFrame: public SfxShell, public SfxListener
ImplSVWinData* m_pWinData;
sal_uInt16 m_nAdjustPosPixelLock;
+ std::unique_ptr<CommandPopupHandler> m_pCommandPopupHandler;
+
private:
SAL_DLLPRIVATE void Construct_Impl( SfxObjectShell *pObjSh );