summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/docvor.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-18 14:19:07 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-18 14:19:07 +0000
commit2c4fcd256c49c06f0f22c77a1cd21105f22f5f54 (patch)
treea31a7257d353c5810165fd3a1f910e7a9ce21eb8 /sfx2/source/doc/docvor.cxx
parent4f88aac0d8ed0cb3db5c881a23cd29294f16dac4 (diff)
INTEGRATION: CWS mav14 (1.35.108); FILE MERGED
2005/01/03 15:00:10 mav 1.35.108.2: RESYNC: (1.35-1.37); FILE MERGED 2004/12/03 15:27:18 mav 1.35.108.1: #i33673# no need to open storage with write access
Diffstat (limited to 'sfx2/source/doc/docvor.cxx')
-rw-r--r--sfx2/source/doc/docvor.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/doc/docvor.cxx b/sfx2/source/doc/docvor.cxx
index 993b925d01c6..da2c9c99af21 100644
--- a/sfx2/source/doc/docvor.cxx
+++ b/sfx2/source/doc/docvor.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docvor.cxx,v $
*
- * $Revision: 1.37 $
+ * $Revision: 1.38 $
*
- * last change: $Author: hr $ $Date: 2004-12-13 12:52:34 $
+ * last change: $Author: kz $ $Date: 2005-01-18 15:19:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1679,7 +1679,7 @@ sal_Bool SfxOrganizeDlg_Impl::GetServiceName_Impl( String& rName, String& rFileU
{
uno::Reference< embed::XStorage > xStorage = ::comphelper::OStorageHelper::GetStorageFromURL(
rFileURL,
- embed::ElementModes::READWRITE );
+ embed::ElementModes::READ );
ULONG nFormat = SotStorage::GetFormatID( xStorage );
const SfxFilter* pFilter =
SFX_APP()->GetFilterMatcher().GetFilter4ClipBoardId( nFormat );