diff options
Diffstat (limited to 'svx/source/dialog')
-rw-r--r-- | svx/source/dialog/strarray.cxx | 10 | ||||
-rw-r--r-- | svx/source/dialog/swframeposstrings.cxx | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/svx/source/dialog/strarray.cxx b/svx/source/dialog/strarray.cxx index 929bd1d0d583..1fb0ef2e7be4 100644 --- a/svx/source/dialog/strarray.cxx +++ b/svx/source/dialog/strarray.cxx @@ -4,9 +4,9 @@ * * $RCSfile: strarray.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2007-04-26 07:43:39 $ + * last change: $Author: hr $ $Date: 2007-06-27 17:41:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -42,9 +42,9 @@ // include --------------------------------------------------------------- -#include "dialogs.hrc" // -> RID_SVXSTR_LANGUAGE_TABLE -#include "dialmgr.hxx" -#include "strarray.hxx" +#include <svx/dialogs.hrc> // -> RID_SVXSTR_LANGUAGE_TABLE +#include <svx/dialmgr.hxx> +#include <svx/strarray.hxx> //------------------------------------------------------------------------ diff --git a/svx/source/dialog/swframeposstrings.cxx b/svx/source/dialog/swframeposstrings.cxx index 3d24582db87e..dd21200472e7 100644 --- a/svx/source/dialog/swframeposstrings.cxx +++ b/svx/source/dialog/swframeposstrings.cxx @@ -4,9 +4,9 @@ * * $RCSfile: swframeposstrings.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2007-04-26 07:43:51 $ + * last change: $Author: hr $ $Date: 2007-06-27 17:42:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -46,9 +46,9 @@ #include <tools/debug.hxx> #endif #ifndef _SVX_DIALMGR_HXX -#include <dialmgr.hxx> +#include <svx/dialmgr.hxx> #endif -#include <dialogs.hrc> +#include <svx/dialogs.hrc> class SvxSwFramePosString_Impl : public Resource { |