summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-24 15:55:05 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-24 15:55:05 +0000
commiteda76fa550d130396ee18f0ebb8196df3e82326f (patch)
treeb41d0af7986228eaeeacc70c57d22592906a450e /framework
parent4756a649ea9a81bbc04573d059504312239eafe6 (diff)
INTEGRATION: CWS obo30 (1.17.40); FILE MERGED
2008/06/06 06:06:45 obo 1.17.40.2: #i90100# EOL missing 2008/05/29 14:43:43 obo 1.17.40.1: #i90100# ambigous Reference during ENABLE_PCH build
Diffstat (limited to 'framework')
-rw-r--r--framework/source/classes/bmkmenu.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/classes/bmkmenu.cxx b/framework/source/classes/bmkmenu.cxx
index 3fa4a3b6582b..f02109b44c53 100644
--- a/framework/source/classes/bmkmenu.cxx
+++ b/framework/source/classes/bmkmenu.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: bmkmenu.cxx,v $
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
* This file is part of OpenOffice.org.
*
@@ -69,7 +69,6 @@
// namespace
//_________________________________________________________________________________________________________________
-using namespace ::rtl;
using namespace ::comphelper;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
@@ -131,7 +130,7 @@ USHORT BmkMenu_Impl::GetMID()
// ------------------------------------------------------------------------
-BmkMenu::BmkMenu( Reference< XFrame >& xFrame, BmkMenu::BmkMenuType nType, BmkMenu* pRoot ) :
+BmkMenu::BmkMenu( com::sun::star::uno::Reference< XFrame >& xFrame, BmkMenu::BmkMenuType nType, BmkMenu* pRoot ) :
m_nType( nType ), m_xFrame( xFrame )
{
_pImp = new BmkMenu_Impl( pRoot );
@@ -263,3 +262,4 @@ void GetMenuEntry
}
}
+