summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-08-02 12:16:51 +0000
committerKurt Zenker <kz@openoffice.org>2004-08-02 12:16:51 +0000
commit136fd1bba7dd09c5a362195a27a1a4efbf044562 (patch)
tree8bde0ab5d5e16a46356d6a8cf7552b2b5230ad96 /framework
parent7be3f1a563b40364f5a4cbd09e266b567f460c05 (diff)
INTEGRATION: CWS os35 (1.3.34); FILE MERGED
2004/07/12 16:17:54 cd 1.3.34.1: #i31348# New popup menu controller for recent file list
Diffstat (limited to 'framework')
-rw-r--r--framework/source/uielement/menubarwrapper.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/uielement/menubarwrapper.cxx b/framework/source/uielement/menubarwrapper.cxx
index 55b98fc04edd..610708a4da61 100644
--- a/framework/source/uielement/menubarwrapper.cxx
+++ b/framework/source/uielement/menubarwrapper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: menubarwrapper.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2004-05-03 13:22:48 $
+ * last change: $Author: kz $ $Date: 2004-08-02 13:16:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -323,7 +323,7 @@ Reference< XInterface > SAL_CALL MenuBarWrapper::getRealInterface() throw ( Runt
if ( m_bDisposed )
throw DisposedException();
- return Reference< com::sun::star::awt::XSystemDependentMenuPeer >( m_xMenuBarManager, UNO_QUERY );
+ return Reference< XInterface >( m_xMenuBarManager, UNO_QUERY );
}
} // namespace framework