diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-03-31 12:24:56 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-03-31 12:24:56 +0000 |
commit | e6714971413bd4ea196b97c021dc7ced874b10ba (patch) | |
tree | 5f1fe62035682ef1840c73bf63c4e8999271db03 /sd/source/ui/dlg | |
parent | a50b0b756c04c2602a1a341d14a68e8276dae9bf (diff) |
#i10000# No drafts any more.
Diffstat (limited to 'sd/source/ui/dlg')
-rw-r--r-- | sd/source/ui/dlg/dlgass.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sd/source/ui/dlg/dlgass.cxx b/sd/source/ui/dlg/dlgass.cxx index 343f597bcc19..2d775d013678 100644 --- a/sd/source/ui/dlg/dlgass.cxx +++ b/sd/source/ui/dlg/dlgass.cxx @@ -2,9 +2,9 @@ * * $RCSfile: dlgass.cxx,v $ * - * $Revision: 1.32 $ + * $Revision: 1.33 $ * - * last change: $Author: vg $ $Date: 2005-03-24 12:43:15 $ + * last change: $Author: rt $ $Date: 2005-03-31 13:21:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -174,15 +174,15 @@ #include <com/sun/star/uno/RuntimeException.hpp> #endif -#ifndef _DRAFTS_COM_SUN_STAR_FRAME_XMODULEMANAGER_HPP_ +#ifndef _COM_SUN_STAR_FRAME_XMODULEMANAGER_HPP_ #include <com/sun/star/frame/XModuleManager.hpp> #endif -#ifndef _DRAFTS_COM_SUN_STAR_UI_XMODULEUICONFIGURATIONMANAGERSUPPLIER_HPP_ +#ifndef _COM_SUN_STAR_UI_XMODULEUICONFIGURATIONMANAGERSUPPLIER_HPP_ #include <com/sun/star/ui/XModuleUIConfigurationManagerSupplier.hpp> #endif -#ifndef _DRAFTS_COM_SUN_STAR_UI_XIMAGEMANAGER_HPP_ +#ifndef _COM_SUN_STAR_UI_XIMAGEMANAGER_HPP_ #include <com/sun/star/ui/XImageManager.hpp> #endif |