diff options
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 |