diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 21:54:47 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 21:54:47 +0000 |
commit | d2cd097014470d25de6e17ed5ba130e1f2d9b968 (patch) | |
tree | 38a00ac79f6693b4a00830d9d05e8361f76a33c9 /toolkit | |
parent | c977dd1cc5d8484f28c89cb0f6cfbc8cc61cc6df (diff) |
INTEGRATION: CWS warnings01 (1.7.20); FILE MERGED
2005/11/11 16:47:29 pl 1.7.20.1: #i55991# removed warnings
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/inc/toolkit/awt/vclxmenu.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolkit/inc/toolkit/awt/vclxmenu.hxx b/toolkit/inc/toolkit/awt/vclxmenu.hxx index b5fa689970cf..b5437a4cfb00 100644 --- a/toolkit/inc/toolkit/awt/vclxmenu.hxx +++ b/toolkit/inc/toolkit/awt/vclxmenu.hxx @@ -4,9 +4,9 @@ * * $RCSfile: vclxmenu.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2005-09-30 09:55:56 $ + * last change: $Author: hr $ $Date: 2006-06-19 22:54:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -73,7 +73,7 @@ class Menu; class MenuBar; class VclSimpleEvent; -DECLARE_LIST( PopupMenuRefList, ::com::sun::star::uno::Reference< ::com::sun::star::awt::XPopupMenu >* ); +DECLARE_LIST( PopupMenuRefList, ::com::sun::star::uno::Reference< ::com::sun::star::awt::XPopupMenu >* ) // ---------------------------------------------------- // class VCLXMenu |