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 | affd865c0c169be7448349133b155d4bc6eaf3b9 (patch) | |
tree | 16ca1f9c5fe24b02a7e8cddb02508190d71662d1 /automation | |
parent | 08a52335e3f685fe9fe29aee3a43e31c4d7e191d (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
Diffstat (limited to 'automation')
-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 2d4b85493d7c..2d287bcafa85 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(); |