summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/olmenu.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 11:06:18 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 11:06:18 +0000
commitea5756fe735569a994a619817ebf34ff0bbed22d (patch)
tree8947368f99d9c58082469c0ba89ec19e6c7d73a0 /sw/source/ui/inc/olmenu.hxx
parentf6668efba69b5191b858d6e4edd46fd29bca7608 (diff)
INTEGRATION: CWS swwarnings (1.7.242); FILE MERGED
2007/06/28 11:58:44 os 1.7.242.2: RESYNC: (1.7-1.8); FILE MERGED 2007/03/05 12:45:47 tl 1.7.242.1: #i69287# warning-free code
Diffstat (limited to 'sw/source/ui/inc/olmenu.hxx')
-rw-r--r--sw/source/ui/inc/olmenu.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/source/ui/inc/olmenu.hxx b/sw/source/ui/inc/olmenu.hxx
index 685b45bb389d..3d3c29640399 100644
--- a/sw/source/ui/inc/olmenu.hxx
+++ b/sw/source/ui/inc/olmenu.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: olmenu.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: kz $ $Date: 2007-06-19 15:51:41 $
+ * last change: $Author: hr $ $Date: 2007-09-27 12:06:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -64,7 +64,8 @@ public:
::com::sun::star::linguistic2::XSpellAlternatives > &xAlt,
const String & rParaText );
- sal_uInt16 Execute( Window* pWin, const Rectangle& rPopupPos );
+ using PopupMenu::Execute;
+ sal_uInt16 Execute( const Rectangle& rPopupPos, Window* pWin );
void Execute( USHORT nId );
};