diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-12 17:23:06 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-13 22:41:03 +0200 |
commit | b7aaafd358fb85e4424e55f9b12a395d39f5e4b6 (patch) | |
tree | bc2ef9fb1c8b2c2a44a88712de2511fb3a97d890 /sw | |
parent | 474fad31db327486b04b7223563633f183dc9152 (diff) |
Removed duplicated include
Change-Id: I42d64ec828e4ae03025f0b65a6b3bebbde267ec6
Reviewed-on: https://gerrit.libreoffice.org/75505
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/crsr/bookmrk.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/core/crsr/bookmrk.cxx b/sw/source/core/crsr/bookmrk.cxx index 85228b5fc195..769268d15b15 100644 --- a/sw/source/core/crsr/bookmrk.cxx +++ b/sw/source/core/crsr/bookmrk.cxx @@ -41,7 +41,6 @@ #include <DateFormFieldButton.hxx> #include <DropDownFormFieldButton.hxx> #include <svx/numfmtsh.hxx> -#include <ndtxt.hxx> #include <DocumentContentOperationsManager.hxx> using namespace ::sw::mark; |