diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-04-30 12:41:47 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-05-02 10:05:52 +0200 |
commit | 9a02976a0738f077859f4afc5829388f35f4c103 (patch) | |
tree | b07af135947817b7f59479c0d278be7165f713d2 /sw | |
parent | 86b345a963a64fd9b9a3cab522b3ac2e909977fd (diff) |
Remove duplicated include
Change-Id: Ib26ae0e3e1b1b1721f426b3f9967d97baf4f982c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114903
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/utlui/content.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/uibase/utlui/content.cxx b/sw/source/uibase/utlui/content.cxx index 747d99eac8a5..afe313cfafcf 100644 --- a/sw/source/uibase/utlui/content.cxx +++ b/sw/source/uibase/utlui/content.cxx @@ -91,7 +91,6 @@ #include <IDocumentFieldsAccess.hxx> #include <IDocumentLayoutAccess.hxx> -#include <ndtxt.hxx> #include <docfld.hxx> #include <txtfld.hxx> #include <expfld.hxx> |