@@ -146,7 +146,7 @@ class PopupMenuDispatcher : // interfaces
css::uno::WeakReference<css::frame::XFrame>m_xWeakFrame;/// css::uno::WeakReference to frame (Don't use a hard css::uno::Reference. Owner can't delete us then!)
css::uno::Reference<css::container::XNameAccess>m_xPopupCtrlQuery;/// reference to query for popup controller
css::uno::Reference<css::uri::XUriReferenceFactory>m_xUriRefFactory;/// reference to the uri reference factory
css::uno::Reference<css::lang::XMultiServiceFactory>m_xFactory;/// factory shared with our owner to create new services!
css::uno::Reference<css::uno::XComponentContext>m_xContext;/// factory shared with our owner to create new services!
IMPL_ListenerHashContainerm_aListenerContainer;/// hash table for listener at specified URLs
sal_Boolm_bAlreadyDisposed;/// Protection against multiple disposing calls.
sal_Boolm_bActivateListener;/// dispatcher is listener for frame activation