diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-03-01 18:37:35 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-03-01 18:37:35 +0000 |
commit | 368ad4a7b20ad47da9f705c9c43d6fb94641422c (patch) | |
tree | 5a9159ade4f980b04ab4c9e0b0739e7bd20ca9da /framework | |
parent | d2fd6f65e9412b6dd939d6efa72bfc952469e70e (diff) |
INTEGRATION: CWS removedrafts (1.4.58); FILE MERGED
2005/02/17 12:47:41 cd 1.4.58.1: #i42557# move UNOIDL types from drafts to com
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/inc/accelerators/documentacceleratorconfiguration.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/framework/source/inc/accelerators/documentacceleratorconfiguration.hxx b/framework/source/inc/accelerators/documentacceleratorconfiguration.hxx index 741ac6e5a1be..a50ab245ae10 100644 --- a/framework/source/inc/accelerators/documentacceleratorconfiguration.hxx +++ b/framework/source/inc/accelerators/documentacceleratorconfiguration.hxx @@ -2,9 +2,9 @@ * * $RCSfile: documentacceleratorconfiguration.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2004-12-08 08:32:53 $ + * last change: $Author: kz $ $Date: 2005-03-01 19:37:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -92,8 +92,8 @@ #include <com/sun/star/lang/XInitialization.hpp> #endif -#ifndef _DRAFTS_COM_SUN_STAR_UI_XUICONFIGURATIONSTORAGE_HPP_ -#include <drafts/com/sun/star/ui/XUIConfigurationStorage.hpp> +#ifndef _COM_SUN_STAR_UI_XUICONFIGURATIONSTORAGE_HPP_ +#include <com/sun/star/ui/XUIConfigurationStorage.hpp> #endif //__________________________________________ @@ -113,7 +113,7 @@ namespace framework class DocumentAcceleratorConfiguration : public AcceleratorConfiguration , public css::lang::XServiceInfo , public css::lang::XInitialization -// , public dcss::ui::XUIConfigurationStorage +// , public css::ui::XUIConfigurationStorage { //______________________________________ // member |