diff options
-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> |