diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2009-12-17 12:17:52 +0100 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2009-12-17 12:17:52 +0100 |
commit | de57598aa9998ea53b606e6cd89160a27515910a (patch) | |
tree | 16b599a97d840dc0be31ebe6bcbb46b88568e707 | |
parent | 0cdc5c6aa454876000d64ba4cc5c47eea1caa583 (diff) |
#i100000# corrected includesooo/DEV300_m68
-rw-r--r-- | sw/source/core/fields/docufld.cxx | 8 | ||||
-rw-r--r-- | sw/source/ui/fldui/flddinf.cxx | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/core/fields/docufld.cxx b/sw/source/core/fields/docufld.cxx index 039da17af4..daf8e04387 100644 --- a/sw/source/core/fields/docufld.cxx +++ b/sw/source/core/fields/docufld.cxx @@ -61,10 +61,10 @@ #include <comphelper/string.hxx> #include <tools/urlobj.hxx> #include <vcl/svapp.hxx> -#include <svtools/urihelper.hxx> -#include <svtools/useroptions.hxx> -#include <svtools/syslocale.hxx> -#include <svtools/zforlist.hxx> +#include <svl/urihelper.hxx> +#include <unotools/useroptions.hxx> +#include <unotools/syslocale.hxx> +#include <svl/zforlist.hxx> #include <tools/time.hxx> #include <tools/datetime.hxx> diff --git a/sw/source/ui/fldui/flddinf.cxx b/sw/source/ui/fldui/flddinf.cxx index 4dec023a6f..47f10db6fb 100644 --- a/sw/source/ui/fldui/flddinf.cxx +++ b/sw/source/ui/fldui/flddinf.cxx @@ -39,6 +39,7 @@ #include <sfx2/frame.hxx> #include <vcl/svapp.hxx> #include <svl/zforlist.hxx> +#include <svl/zformat.hxx> #include <helpid.h> #include <swtypes.hxx> @@ -59,7 +60,6 @@ #ifndef _VIEW_HXX #include <view.hxx> #endif -#include <svtools/zformat.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/util/Time.hpp> #include <com/sun/star/util/DateTime.hpp> |