diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-10 06:58:34 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-10 06:58:34 +0000 |
commit | 668f800ae8199913e88a0ab3eff568c207de85ca (patch) | |
tree | 2308bff2cfc4962a74f7ad6e7d1cf14fec0f9181 | |
parent | 8d3c482a4147e8f0c9b7a44d64fa10f1e11a3cb0 (diff) |
#100000# Don't use svx include path in module svxgvim source/msfilter/msashape.cxx!
-rw-r--r-- | svx/source/unodraw/unoshtxt.cxx | 6 | ||||
-rw-r--r-- | svx/workben/edittest.cxx | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/svx/source/unodraw/unoshtxt.cxx b/svx/source/unodraw/unoshtxt.cxx index 9eee488328a1..1da95fbec7e1 100644 --- a/svx/source/unodraw/unoshtxt.cxx +++ b/svx/source/unodraw/unoshtxt.cxx @@ -2,9 +2,9 @@ * * $RCSfile: unoshtxt.cxx,v $ * - * $Revision: 1.43 $ + * $Revision: 1.44 $ * - * last change: $Author: hr $ $Date: 2003-03-27 15:05:12 $ + * last change: $Author: rt $ $Date: 2003-04-10 07:57:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -66,7 +66,7 @@ #endif //#include <tools/debug.hxx> -//#include <svx/editeng.hxx> +//#include <editeng.hxx> #include <unoshtxt.hxx> #include <unoedhlp.hxx> diff --git a/svx/workben/edittest.cxx b/svx/workben/edittest.cxx index e580bfd127fd..d487f2d01b96 100644 --- a/svx/workben/edittest.cxx +++ b/svx/workben/edittest.cxx @@ -2,9 +2,9 @@ * * $RCSfile: edittest.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: dbo $ $Date: 2001-05-11 11:26:41 $ + * last change: $Author: rt $ $Date: 2003-04-10 07:58:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -85,7 +85,7 @@ #include <editview.hxx> #include <editobj.hxx> #include <editstat.hxx> -#include <svx/editdll.hxx> +#include <editdll.hxx> #include <flditem.hxx> #include <itemdata.hxx> #include <tools/urlobj.hxx> @@ -107,7 +107,7 @@ #include <vcl/wrkwin.hxx> #include <vcl/msgbox.hxx> -#include <svx/dialdll.hxx> +#include <dialdll.hxx> #include <so3/factory.hxx> |