diff options
author | Release Engineering <releng@openoffice.org> | 2010-06-16 09:53:26 +0200 |
---|---|---|
committer | Release Engineering <releng@openoffice.org> | 2010-06-16 09:53:26 +0200 |
commit | f86b554ecdad865978a821661c274d4b419c32cc (patch) | |
tree | 95fcc1433bdac84c37fb2982140a4af234173520 | |
parent | 909b86bd4b9a97da5971807df169e92809883715 (diff) |
masterfix: #i10000# PACKAGE_STORAGE to embed::StorageFormats::PACKAGEooo/DEV300_m83
-rw-r--r-- | package/source/xstor/owriteablestream.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/source/xstor/owriteablestream.cxx b/package/source/xstor/owriteablestream.cxx index 08954fac9..e17ffeeac 100644 --- a/package/source/xstor/owriteablestream.cxx +++ b/package/source/xstor/owriteablestream.cxx @@ -3280,7 +3280,7 @@ uno::Any SAL_CALL OWriteStream::getPropertyValue( const ::rtl::OUString& aProp ) if ( ( ( m_pData->m_nStorageType == embed::StorageFormats::PACKAGE || m_pData->m_nStorageType == embed::StorageFormats::OFOPXML ) && aPropertyName.equalsAscii( "MediaType" ) ) - || ( m_pData->m_nStorageType == PACKAGE_STORAGE && aPropertyName.equalsAscii( "Encrypted" ) ) + || ( m_pData->m_nStorageType == embed::StorageFormats::PACKAGE && aPropertyName.equalsAscii( "Encrypted" ) ) || aPropertyName.equalsAscii( "Compressed" ) ) { m_pImpl->GetStreamProperties(); |