diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-09-17 14:31:38 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-09-17 19:11:06 +0200 |
commit | ab86266f22ec3911bc0fff132efa76b9a151253f (patch) | |
tree | db449b01c60d3e9dab0efb2cdcbacec157d68924 | |
parent | ff5f02b9282e19a2a8a68604c588e9487021b0b5 (diff) |
Removed duplicated include
Change-Id: I2c8f8807e54b3efc5a572644c36861d69a605e0b
Reviewed-on: https://gerrit.libreoffice.org/79066
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | sw/source/core/text/txtfld.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/core/text/txtfld.cxx b/sw/source/core/text/txtfld.cxx index e0005a569994..dbcce0cba63e 100644 --- a/sw/source/core/text/txtfld.cxx +++ b/sw/source/core/text/txtfld.cxx @@ -51,7 +51,6 @@ #include <fmtmeta.hxx> #include <reffld.hxx> #include <flddat.hxx> -#include <fmtautofmt.hxx> #include <IDocumentSettingAccess.hxx> #include <sfx2/docfile.hxx> #include <svl/itemiter.hxx> |