diff options
-rw-r--r-- | framework/inc/services/popupmenucontrollerfactory.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/framework/inc/services/popupmenucontrollerfactory.hxx b/framework/inc/services/popupmenucontrollerfactory.hxx index 22d8137a128f..c5e946b9d20c 100644 --- a/framework/inc/services/popupmenucontrollerfactory.hxx +++ b/framework/inc/services/popupmenucontrollerfactory.hxx @@ -2,9 +2,9 @@ * * $RCSfile: popupmenucontrollerfactory.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2004-02-25 17:35:43 $ + * last change: $Author: kz $ $Date: 2005-03-01 19:26:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -113,8 +113,8 @@ #include <com/sun/star/lang/XMultiComponentFactory.hpp> #endif -#ifndef _DRAFTS_COM_SUN_STAR_FRAME_XUICONTROLLERREGISTRATION_HPP_ -#include <drafts/com/sun/star/frame/XUIControllerRegistration.hpp> +#ifndef _COM_SUN_STAR_FRAME_XUICONTROLLERREGISTRATION_HPP_ +#include <com/sun/star/frame/XUIControllerRegistration.hpp> #endif //_________________________________________________________________________________________________________________ @@ -136,7 +136,7 @@ class ConfigurationAccess_PopupMenuControllerFactory; class PopupMenuControllerFactory : public com::sun::star::lang::XTypeProvider , public com::sun::star::lang::XServiceInfo , public com::sun::star::lang::XMultiComponentFactory , - public drafts::com::sun::star::frame::XUIControllerRegistration , + public ::com::sun::star::frame::XUIControllerRegistration , private ThreadHelpBase , // Struct for right initalization of mutex member! Must be first of baseclasses. public ::cppu::OWeakObject { |