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/source/doc | |
parent | ed30f63364883ffa7e0f496aa626ebd3e291965a (diff) |
unotools: Internalize ucblockbytes.hxx header
Change-Id: I1a9b795eda832673a83a426c8bf10d5bb9c28581
Diffstat (limited to 'sfx2/source/doc')
-rw-r--r-- | sfx2/source/doc/docfile.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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> |