diff options
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/stbctrls/xmlsecctrl.cxx | 14 | ||||
-rw-r--r-- | svx/source/stbctrls/zoomctrl.cxx | 10 |
2 files changed, 12 insertions, 12 deletions
diff --git a/svx/source/stbctrls/xmlsecctrl.cxx b/svx/source/stbctrls/xmlsecctrl.cxx index c38bc17e7843..42af17dfa54c 100644 --- a/svx/source/stbctrls/xmlsecctrl.cxx +++ b/svx/source/stbctrls/xmlsecctrl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xmlsecctrl.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: obo $ $Date: 2006-10-12 13:05:35 $ + * last change: $Author: hr $ $Date: 2007-06-27 18:55:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -73,19 +73,19 @@ #include <svtools/eitem.hxx> -#include "dialogs.hrc" -#include "dialmgr.hxx" +#include <svx/dialogs.hrc> +#include <svx/dialmgr.hxx> #include "xmlsecctrl.hxx" #include <tools/urlobj.hxx> #define PAINT_OFFSET 5 -//#include "sizeitem.hxx" -//#include "dialmgr.hxx" +//#include <svx/sizeitem.hxx> +//#include <svx/dialmgr.hxx> //#include "dlgutil.hxx" //#include "stbctrls.h" -//#include "dialogs.hrc" +//#include <svx/dialogs.hrc> /*#ifndef _UNOTOOLS_LOCALEDATAWRAPPER_HXX #include <unotools/localedatawrapper.hxx> diff --git a/svx/source/stbctrls/zoomctrl.cxx b/svx/source/stbctrls/zoomctrl.cxx index 48dab921618e..94ad48553908 100644 --- a/svx/source/stbctrls/zoomctrl.cxx +++ b/svx/source/stbctrls/zoomctrl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: zoomctrl.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: obo $ $Date: 2006-10-12 13:06:20 $ + * last change: $Author: hr $ $Date: 2007-06-27 18:55:59 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -50,13 +50,13 @@ #endif #include <tools/urlobj.hxx> -#include "dialogs.hrc" +#include <svx/dialogs.hrc> #include "zoomctrl.hxx" //CHINA001 #include "zoom.hxx" -#include "zoomitem.hxx" +#include <svx/zoomitem.hxx> #include "stbctrls.h" -#include "dialmgr.hxx" +#include <svx/dialmgr.hxx> SFX_IMPL_STATUSBAR_CONTROL(SvxZoomStatusBarControl,SvxZoomItem); |