summaryrefslogtreecommitdiff
path: root/package/source/zipapi/XMemoryStream.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'package/source/zipapi/XMemoryStream.cxx')
-rw-r--r--package/source/zipapi/XMemoryStream.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/package/source/zipapi/XMemoryStream.cxx b/package/source/zipapi/XMemoryStream.cxx
index 7003bf1b814b..8b737db6e2d2 100644
--- a/package/source/zipapi/XMemoryStream.cxx
+++ b/package/source/zipapi/XMemoryStream.cxx
@@ -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
@@ -40,16 +40,16 @@ XMemoryStream::XMemoryStream ( com::sun::star::uno::Sequence < sal_Int8 > & rNew
XMemoryStream::~XMemoryStream(void)
{
}
-::com::sun::star::uno::Any SAL_CALL XMemoryStream::queryInterface( const com::sun::star::uno::Type& rType )
+::com::sun::star::uno::Any SAL_CALL XMemoryStream::queryInterface( const com::sun::star::uno::Type& rType )
throw(com::sun::star::uno::RuntimeException)
{
- return ::cppu::queryInterface ( rType ,
+ return ::cppu::queryInterface ( rType ,
// OWeakObject interfaces
- reinterpret_cast< XInterface* > ( this ) ,
- static_cast< XWeak* > ( this ) ,
+ reinterpret_cast< XInterface* > ( this ) ,
+ static_cast< XWeak* > ( this ) ,
// my interfaces
- static_cast< XInputStream* > ( this ) ,
- static_cast< XSeekable* > ( this ) );
+ static_cast< XInputStream* > ( this ) ,
+ static_cast< XSeekable* > ( this ) );
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */