summaryrefslogtreecommitdiff
path: root/sfx2/source/inc/objshimp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/inc/objshimp.hxx')
-rw-r--r--sfx2/source/inc/objshimp.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sfx2/source/inc/objshimp.hxx b/sfx2/source/inc/objshimp.hxx
index d52ee83d9a3c..3d7b0b69c945 100644
--- a/sfx2/source/inc/objshimp.hxx
+++ b/sfx2/source/inc/objshimp.hxx
@@ -131,6 +131,9 @@ struct SfxObjectShell_Impl : public ::sfx2::IMacroDocumentAccess
bool m_bSavingForSigning;
bool m_bAllowModifiedBackAfterSigning;
+ /// Holds Infobars until View is fully loaded
+ std::vector<InfobarData> m_aPendingInfobars;
+
SfxObjectShell_Impl( SfxObjectShell& _rDocShell );
virtual ~SfxObjectShell_Impl();