diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-09-01 18:17:47 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-09-02 12:03:21 +0200 |
commit | b0b7db318717b64259fc136e8d5b3268cd9af1c3 (patch) | |
tree | c9ae490ab0509790cbf4703ca44965321915bb21 /desktop | |
parent | 2ee60cb3535937eb85b808977a020b55a7123a92 (diff) |
Remove duplicated include
Change-Id: I3a3ca7313e1921f806b256c7a66340d0e90a582e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156428
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/lib/init.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 4b81619cbc1f..434b65319776 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -127,7 +127,6 @@ #include <com/sun/star/i18n/LocaleCalendar2.hpp> #include <com/sun/star/i18n/ScriptType.hpp> #include <com/sun/star/lang/DisposedException.hpp> -#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <editeng/flstitem.hxx> #ifdef IOS |