diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-09 07:11:22 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-09 07:11:22 +0000 |
commit | 462830721d12c661ee88dd5409531138616ca496 (patch) | |
tree | 764b01c13b714e679d4407eff2b2e7f2ca9495a0 /svx/source | |
parent | dd2a52c5f884bbb077e2d54b6f301698bbb6d16b (diff) |
#i79376# Include path fixes. Patch by pjanik.
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/svdraw/svddrgv.cxx | 6 | ||||
-rw-r--r-- | svx/source/svdraw/svdopath.cxx | 6 | ||||
-rw-r--r-- | svx/source/tbxctrls/tbxcolorupdate.cxx | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/svx/source/svdraw/svddrgv.cxx b/svx/source/svdraw/svddrgv.cxx index 19a2b250f78b..d43f56318356 100644 --- a/svx/source/svdraw/svddrgv.cxx +++ b/svx/source/svdraw/svddrgv.cxx @@ -4,9 +4,9 @@ * * $RCSfile: svddrgv.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: rt $ $Date: 2007-07-06 13:20:46 $ + * last change: $Author: rt $ $Date: 2007-07-09 08:10:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -66,7 +66,7 @@ #ifndef _BGFX_POLYGON_B2DPOLYGONTOOLS_HXX #include <basegfx/polygon/b2dpolygontools.hxx> #endif -#include "polypolygoneditor.hxx" +#include <svx/polypolygoneditor.hxx> using namespace sdr; diff --git a/svx/source/svdraw/svdopath.cxx b/svx/source/svdraw/svdopath.cxx index 379427241d36..3ddd252be95d 100644 --- a/svx/source/svdraw/svdopath.cxx +++ b/svx/source/svdraw/svdopath.cxx @@ -4,9 +4,9 @@ * * $RCSfile: svdopath.cxx,v $ * - * $Revision: 1.43 $ + * $Revision: 1.44 $ * - * last change: $Author: rt $ $Date: 2007-07-06 13:22:13 $ + * last change: $Author: rt $ $Date: 2007-07-09 08:11:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -64,7 +64,7 @@ #include <svx/xflclit.hxx> #include <svx/svdogrp.hxx> -#include "polypolygoneditor.hxx" +#include <svx/polypolygoneditor.hxx> #ifndef _SVX_XLNTRIT_HXX #include <svx/xlntrit.hxx> diff --git a/svx/source/tbxctrls/tbxcolorupdate.cxx b/svx/source/tbxctrls/tbxcolorupdate.cxx index 7ad788e6ddc5..cfc7f771855b 100644 --- a/svx/source/tbxctrls/tbxcolorupdate.cxx +++ b/svx/source/tbxctrls/tbxcolorupdate.cxx @@ -4,9 +4,9 @@ * * $RCSfile: tbxcolorupdate.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2007-07-06 07:44:18 $ + * last change: $Author: rt $ $Date: 2007-07-09 08:11:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -34,7 +34,7 @@ ************************************************************************/ #include <svx/tbxcolorupdate.hxx> -#include "svxids.hrc" +#include <svx/svxids.hrc> #include <vcl/toolbox.hxx> #include <vcl/bmpacc.hxx> |