summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-06-22 17:55:01 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2021-06-23 12:19:07 +0200
commitae31c8503c568171cadc87a0b3de0ca23619afdd (patch)
treedd20ad86c9d58709c0bd1bd6cbc9f9b580612171 /package
parenta951ad1e5062b06dcd7d8d11d5d85f4b7bf720da (diff)
Removed duplicated include
Change-Id: I5c82c0b216dd680d5cbac154a276bbd09fa32477 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117667 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'package')
-rw-r--r--package/inc/ZipPackageFolder.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/inc/ZipPackageFolder.hxx b/package/inc/ZipPackageFolder.hxx
index 6be8063fe27b..75889a6b14f4 100644
--- a/package/inc/ZipPackageFolder.hxx
+++ b/package/inc/ZipPackageFolder.hxx
@@ -23,7 +23,6 @@
#include <com/sun/star/container/XEnumerationAccess.hpp>
#include <com/sun/star/beans/StringPair.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
-#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/lang/XUnoTunnel.hpp>
#include "ZipPackageEntry.hxx"
#include <cppuhelper/implbase.hxx>