diff options
author | Martin Hollmichel <mh@openoffice.org> | 2001-07-31 13:27:38 +0000 |
---|---|---|
committer | Martin Hollmichel <mh@openoffice.org> | 2001-07-31 13:27:38 +0000 |
commit | d924315394be8ef4dc626c7026508d77a7c62723 (patch) | |
tree | 03faa30a499c3f12030b3b6c31e704d74b1d2bd6 | |
parent | b95b9e9b6916db7d0065ba207fcae7c55caf95a8 (diff) |
chg: header
-rw-r--r-- | svx/source/form/confirmdelete.cxx | 9 | ||||
-rw-r--r-- | svx/source/xml/editsource.hxx | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/svx/source/form/confirmdelete.cxx b/svx/source/form/confirmdelete.cxx index 235ae865b820..e8461b302d2e 100644 --- a/svx/source/form/confirmdelete.cxx +++ b/svx/source/form/confirmdelete.cxx @@ -2,9 +2,9 @@ * * $RCSfile: confirmdelete.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: fs $ $Date: 2001-07-25 13:37:28 $ + * last change: $Author: mh $ $Date: 2001-07-31 14:27:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -64,7 +64,7 @@ #endif #ifndef _SVX_DIALMGR_HXX -#include <svx/dialmgr.hxx> +#include <dialmgr.hxx> #endif #ifndef _SVX_FMHELP_HRC #include "fmhelp.hrc" @@ -176,6 +176,9 @@ namespace svxform /************************************************************************* * history: * $Log: not supported by cvs2svn $ + * Revision 1.1 2001/07/25 13:37:28 fs + * initial checkin - replacement of the SvxDbMsgBox, now only used for deletion confirmation + * * * Revision 1.0 25.07.01 09:44:47 fs ************************************************************************/ diff --git a/svx/source/xml/editsource.hxx b/svx/source/xml/editsource.hxx index e003597f9d43..15f6d34d0ed8 100644 --- a/svx/source/xml/editsource.hxx +++ b/svx/source/xml/editsource.hxx @@ -2,9 +2,9 @@ * * $RCSfile: editsource.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2001-07-24 11:41:10 $ + * last change: $Author: mh $ $Date: 2001-07-31 14:25:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -63,7 +63,7 @@ #define _SVX_EDITSOURCE_HXX #ifndef _SVX_UNOEDSRC_HXX -#include <svx/unoedsrc.hxx> +#include <unoedsrc.hxx> #endif class EditEngine; |