diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-11-24 11:08:31 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-11-24 23:14:54 +0100 |
commit | 09186fceb0ca5ab67cc81ed601fd0e25d49a03ad (patch) | |
tree | 39df13e69d4291eb1c59620e5740e41fb8fd9bf7 /sfx2 | |
parent | ed30f63364883ffa7e0f496aa626ebd3e291965a (diff) |
unotools: Internalize ucblockbytes.hxx header
Change-Id: I1a9b795eda832673a83a426c8bf10d5bb9c28581
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/inc/pch/precompiled_sfx.hxx | 1 | ||||
-rw-r--r-- | sfx2/source/doc/docfile.cxx | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/sfx2/inc/pch/precompiled_sfx.hxx b/sfx2/inc/pch/precompiled_sfx.hxx index f941479d2f8b..39cfe314fd17 100644 --- a/sfx2/inc/pch/precompiled_sfx.hxx +++ b/sfx2/inc/pch/precompiled_sfx.hxx @@ -739,7 +739,6 @@ #include <unotools/syslocaleoptions.hxx> #include <unotools/tempfile.hxx> #include <unotools/ucbhelper.hxx> -#include <unotools/ucblockbytes.hxx> #include <unotools/ucbstreamhelper.hxx> #include <unotools/useroptions.hxx> #include <unotools/viewoptions.hxx> diff --git a/sfx2/source/doc/docfile.cxx b/sfx2/source/doc/docfile.cxx index a80454d64e09..9260fea0e9d8 100644 --- a/sfx2/source/doc/docfile.cxx +++ b/sfx2/source/doc/docfile.cxx @@ -88,8 +88,8 @@ #include <comphelper/storagehelper.hxx> #include <unotools/mediadescriptor.hxx> #include <comphelper/docpasswordhelper.hxx> +#include <tools/datetime.hxx> #include <tools/inetmime.hxx> -#include <unotools/ucblockbytes.hxx> #include <unotools/pathoptions.hxx> #include <svtools/asynclink.hxx> #include <svl/inettype.hxx> |