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 /forms | |
parent | ed30f63364883ffa7e0f496aa626ebd3e291965a (diff) |
unotools: Internalize ucblockbytes.hxx header
Change-Id: I1a9b795eda832673a83a426c8bf10d5bb9c28581
Diffstat (limited to 'forms')
-rw-r--r-- | forms/inc/pch/precompiled_frm.hxx | 1 | ||||
-rw-r--r-- | forms/source/component/DatabaseForm.cxx | 2 | ||||
-rw-r--r-- | forms/source/component/ImageControl.cxx | 1 |
3 files changed, 1 insertions, 3 deletions
diff --git a/forms/inc/pch/precompiled_frm.hxx b/forms/inc/pch/precompiled_frm.hxx index 18893ee34813..173b0b9e74ab 100644 --- a/forms/inc/pch/precompiled_frm.hxx +++ b/forms/inc/pch/precompiled_frm.hxx @@ -347,7 +347,6 @@ #include <unotools/streamhelper.hxx> #include <unotools/syslocale.hxx> #include <unotools/textsearch.hxx> -#include <unotools/ucblockbytes.hxx> #include <unotools/ucbstreamhelper.hxx> #include <vcl/bmpacc.hxx> #include <vcl/cvtgrf.hxx> diff --git a/forms/source/component/DatabaseForm.cxx b/forms/source/component/DatabaseForm.cxx index 02e3c626072b..8090dc05296d 100644 --- a/forms/source/component/DatabaseForm.cxx +++ b/forms/source/component/DatabaseForm.cxx @@ -70,12 +70,12 @@ #include <rtl/math.hxx> #include <rtl/tencinfo.h> #include <svl/inettype.hxx> +#include <tools/datetime.hxx> #include <tools/debug.hxx> #include <tools/diagnose_ex.h> #include <tools/inetmsg.hxx> #include <tools/inetstrm.hxx> #include <tools/urlobj.hxx> -#include <unotools/ucblockbytes.hxx> #include <unotools/ucbstreamhelper.hxx> #include <vcl/svapp.hxx> #include <vcl/timer.hxx> diff --git a/forms/source/component/ImageControl.cxx b/forms/source/component/ImageControl.cxx index f94b32e4cabf..a770c5aaff4d 100644 --- a/forms/source/component/ImageControl.cxx +++ b/forms/source/component/ImageControl.cxx @@ -26,7 +26,6 @@ #include "componenttools.hxx" #include <svtools/imageresourceaccess.hxx> -#include <unotools/ucblockbytes.hxx> #include <sfx2/filedlghelper.hxx> #include <com/sun/star/awt/PopupMenu.hpp> #include <com/sun/star/awt/XPopupMenu.hpp> |