diff options
author | Ashod Nakashian <ashodnakashian@yahoo.com> | 2015-08-31 20:33:37 -0400 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-09-03 08:19:36 +0000 |
commit | 2564ef96d295b2e09fb5e382c8f76924ea2cdb5c (patch) | |
tree | 76b43593baed3ed10e64303761f8eb027a986210 /editeng | |
parent | 72699595aaa3ecb8975050b6dfc6fde437770493 (diff) |
Restored missing includes from source files.
These source files relied on pch to include
these missing headers (at least on Windows).
Also included the script used to find the
missing includes. The script is self-contained
and includes unittests. It detects superfluous
includes and required includes (which was used
to restore the includes in this patch).
Change-Id: I7ee09e5c712f42d5f6c3524898bc62dda78f5cc0
Reviewed-on: https://gerrit.libreoffice.org/18208
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/editeng/fieldupdater.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editeng/source/editeng/fieldupdater.cxx b/editeng/source/editeng/fieldupdater.cxx index cd91b2f9aeae..1f90fc56bd33 100644 --- a/editeng/source/editeng/fieldupdater.cxx +++ b/editeng/source/editeng/fieldupdater.cxx @@ -9,6 +9,7 @@ #include "editeng/fieldupdater.hxx" #include "editeng/flditem.hxx" +#include <editeng/edtdlg.hxx> #include "editobj2.hxx" #include <com/sun/star/text/textfield/Type.hpp> |