summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-05-20 17:59:49 +0000
committerKurt Zenker <kz@openoffice.org>2008-05-20 17:59:49 +0000
commit99fdb76022ddd9d431df2e9f5f1896f0b1e239ec (patch)
tree6fb976cffcd99e261fee42e2e416e9f1c8992169 /sfx2
parent754c6cbca15e81014878be5905d400fd5dd33929 (diff)
INTEGRATION: CWS mba30patches01 (1.102.24); FILE MERGED
2008/04/28 10:27:56 mba 1.102.24.3: #i5226#: change reverted for further investigation 2008/04/23 09:46:29 mba 1.102.24.2: RESYNC: (1.102-1.104); FILE MERGED 2008/03/18 15:53:26 mba 1.102.24.1: #i5226#: saving enabled even if file is not modified
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/objserv.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/doc/objserv.cxx b/sfx2/source/doc/objserv.cxx
index bd7c982a84..da44a25408 100644
--- a/sfx2/source/doc/objserv.cxx
+++ b/sfx2/source/doc/objserv.cxx
@@ -1,13 +1,13 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2008 by Sun Microsystems, Inc.
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: objserv.cxx,v $
- * $Revision: 1.105 $
+ * $Revision: 1.106 $
*
* This file is part of OpenOffice.org.
*
@@ -435,7 +435,7 @@ void SfxObjectShell::ExecFile_Impl(SfxRequest &rReq)
BOOL bReadOnly = IsReadOnly();
SFX_REQUEST_ARG(rReq, pROItem, SfxBoolItem, SID_DOC_READONLY, FALSE);
if ( pROItem )
- // override readonly attribute of document
+ // override readonly attribute of document
// e.g. if a readonly document is saved elsewhere and user asks for editing DocInfo before
bReadOnly = pROItem->GetValue();
@@ -658,7 +658,7 @@ void SfxObjectShell::ExecFile_Impl(SfxRequest &rReq)
::rtl::OUString::createFromAscii( pSlot->GetUnoName() ),
aDispatchArgs,
bPreselectPassword,
- GetSharedFileURL() );
+ GetSharedFileURL() );
// the scripting signature might be preserved
// pImp->nScriptingSignatureState = SIGNATURESTATE_NOSIGNATURES;