summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-03-01 18:36:15 +0000
committerKurt Zenker <kz@openoffice.org>2005-03-01 18:36:15 +0000
commit46c17a3b9d1614eda5daa338baebf0c68ed43da8 (patch)
tree822d7e7e182cc677232b87d013d26d04b52398cf /framework
parent8e51671d446ecb0f1462bab230b79f03da0f84c3 (diff)
INTEGRATION: CWS removedrafts (1.2.204); FILE MERGED
2005/02/17 12:47:40 cd 1.2.204.1: #i42557# move UNOIDL types from drafts to com
Diffstat (limited to 'framework')
-rw-r--r--framework/source/helper/popupmenucontrollerbase.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/source/helper/popupmenucontrollerbase.cxx b/framework/source/helper/popupmenucontrollerbase.cxx
index dcd83529471a..03349e45d572 100644
--- a/framework/source/helper/popupmenucontrollerbase.cxx
+++ b/framework/source/helper/popupmenucontrollerbase.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: popupmenucontrollerbase.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2004-02-25 17:47:19 $
+ * last change: $Author: kz $ $Date: 2005-03-01 19:36:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -132,7 +132,7 @@ DEFINE_XINTERFACE_8 ( PopupMenuControllerBase
OWeakObject ,
DIRECT_INTERFACE( css::lang::XTypeProvider ),
DIRECT_INTERFACE( css::lang::XServiceInfo ),
- DIRECT_INTERFACE( drafts::com::sun::star::frame::XPopupMenuController ),
+ DIRECT_INTERFACE( ::com::sun::star::frame::XPopupMenuController ),
DIRECT_INTERFACE( css::lang::XInitialization ),
DIRECT_INTERFACE( css::frame::XStatusListener ),
DIRECT_INTERFACE( css::awt::XMenuListener ),
@@ -143,7 +143,7 @@ DEFINE_XINTERFACE_8 ( PopupMenuControllerBase
DEFINE_XTYPEPROVIDER_7 ( PopupMenuControllerBase ,
css::lang::XTypeProvider ,
css::lang::XServiceInfo ,
- drafts::com::sun::star::frame::XPopupMenuController ,
+ ::com::sun::star::frame::XPopupMenuController ,
css::lang::XInitialization ,
css::frame::XStatusListener ,
css::awt::XMenuListener ,