diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 11:46:33 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 11:46:33 +0000 |
commit | 549922117500dc71db2a522a380b8673f0015d0d (patch) | |
tree | 544171c8cf2617c56c8e91c6240596747a06fdca | |
parent | e75ce92cf8185376f3c45c8ed6616967b920841e (diff) |
INTEGRATION: CWS gh15 (1.21.4); FILE MERGED
2008/07/22 09:47:28 gh 1.21.4.2: RESYNC: (1.21-1.22); FILE MERGED
2008/05/02 15:00:15 gh 1.21.4.1: #132232#close menu before calling slot
-rw-r--r-- | automation/source/server/statemnt.hxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/automation/source/server/statemnt.hxx b/automation/source/server/statemnt.hxx index 4cad3c38f..1b06abc2c 100644 --- a/automation/source/server/statemnt.hxx +++ b/automation/source/server/statemnt.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: statemnt.hxx,v $ - * $Revision: 1.22 $ + * $Revision: 1.23 $ * * This file is part of OpenOffice.org. * @@ -258,6 +258,8 @@ protected: Window* GetFadeSplitWin( Window *pBase, WindowAlign nAlign, BOOL MaybeBase = TRUE ); BOOL ValueOK(SmartId nId, String aBezeichnung, ULONG nValue, ULONG nMax); + USHORT GetCurrentMenues( PopupMenu *&pPopup, MenuBar *&pMenuBar, Menu *&pMenu ); + public: // void AddStatement( StatementList *pNewStatement ); @@ -329,6 +331,7 @@ protected: ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue> aArgs; USHORT nFunctionId; // can get removed when the old (numeric) slothandling is removed String aUnoUrl; + BOOL bMenuClosed; StatementSlot(); void AddReferer(); |