diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:34:57 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:59 +0200 |
commit | a50d42929aefc5a3a421228efde86aa83f478e05 (patch) | |
tree | c01880667fc4f9694b0449c316ca3f4f9f74b18d /package/inc/ZipPackageStream.hxx | |
parent | cb3b0cb54e1e505a0e54ef64fe46e8173c1379b2 (diff) |
loplugin:includeform: package
Change-Id: I64200b2d03d579c5c83d1ec0cc8aaa839edaa7ed
Diffstat (limited to 'package/inc/ZipPackageStream.hxx')
-rw-r--r-- | package/inc/ZipPackageStream.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/inc/ZipPackageStream.hxx b/package/inc/ZipPackageStream.hxx index c84d39ca565d..d8f6903e35ac 100644 --- a/package/inc/ZipPackageStream.hxx +++ b/package/inc/ZipPackageStream.hxx @@ -24,12 +24,12 @@ #include <com/sun/star/beans/NamedValue.hpp> #include <com/sun/star/packages/XDataSinkEncrSupport.hpp> #include <com/sun/star/uno/XComponentContext.hpp> -#include <ZipPackageEntry.hxx> +#include "ZipPackageEntry.hxx" #include <rtl/ref.hxx> #include <comphelper/refcountedmutex.hxx> #include <cppuhelper/implbase.hxx> -#include <EncryptionData.hxx> +#include "EncryptionData.hxx" #define PACKAGE_STREAM_NOTSET 0 #define PACKAGE_STREAM_PACKAGEMEMBER 1 |