summaryrefslogtreecommitdiff
path: root/package/source/zipapi/XMemoryStream.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'package/source/zipapi/XMemoryStream.hxx')
-rw-r--r--package/source/zipapi/XMemoryStream.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/source/zipapi/XMemoryStream.hxx b/package/source/zipapi/XMemoryStream.hxx
index 935712abbe42..e6bc88e81797 100644
--- a/package/source/zipapi/XMemoryStream.hxx
+++ b/package/source/zipapi/XMemoryStream.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -37,7 +37,7 @@ class XMemoryStream: public ZipPackageBuffer
public:
XMemoryStream ( com::sun::star::uno::Sequence < sal_Int8 > & rNewBuffer );
virtual ~XMemoryStream(void);
- virtual com::sun::star::uno::Any SAL_CALL queryInterface( const com::sun::star::uno::Type& rType )
+ virtual com::sun::star::uno::Any SAL_CALL queryInterface( const com::sun::star::uno::Type& rType )
throw(com::sun::star::uno::RuntimeException);
};
#endif