diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-07-26 17:52:23 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-07-27 08:17:49 +0200 |
commit | 1ffed1e84b89454f8104e4fc7f28bce250142721 (patch) | |
tree | a4df0084d77437fe0b1d8610502d940eef7acce9 /cui/source | |
parent | b4f7a61abe222f874b064076eaec05c371b89c5f (diff) |
Remove duplicated includes
Change-Id: I545c74059e2af2308d981356a24382958105bc1b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119519
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/options/optsave.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/options/optsave.cxx b/cui/source/options/optsave.cxx index 14194720b7c0..08e4ce219197 100644 --- a/cui/source/options/optsave.cxx +++ b/cui/source/options/optsave.cxx @@ -39,9 +39,7 @@ #include <unotools/optionsdlg.hxx> #include <osl/diagnose.h> #include <tools/diagnose_ex.h> -#include <officecfg/Office/Common.hxx> #include <officecfg/Office/Recovery.hxx> -#include <officecfg/Office/Common.hxx> #include <sfx2/fcontnr.hxx> |