summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-10-19 11:47:00 +0000
committerRüdiger Timm <rt@openoffice.org>2005-10-19 11:47:00 +0000
commit70279ce5df8e7ee5771d496bd6a1b6adb561e5eb (patch)
tree25758d9da703588908a6a0d31ba1288845b1ab02
parent5ac499015686d71834fece1642fec1492cd55b71 (diff)
INTEGRATION: CWS cov2src (1.100.8); FILE MERGED
2005/10/18 13:03:59 rt 1.100.8.1: #126234# Join MWS COV680 m4 into SRC680
-rw-r--r--sfx2/source/doc/sfxbasemodel.cxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/sfx2/source/doc/sfxbasemodel.cxx b/sfx2/source/doc/sfxbasemodel.cxx
index 8f2296f94fc7..8740b305495f 100644
--- a/sfx2/source/doc/sfxbasemodel.cxx
+++ b/sfx2/source/doc/sfxbasemodel.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sfxbasemodel.cxx,v $
*
- * $Revision: 1.100 $
+ * $Revision: 1.101 $
*
- * last change: $Author: kz $ $Date: 2005-10-06 11:15:09 $
+ * last change: $Author: rt $ $Date: 2005-10-19 12:47:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -587,10 +587,7 @@ SfxSaveGuard::SfxSaveGuard(const REFERENCE< XMODEL >& xModel
static ::rtl::OUString MSG_1 = ::rtl::OUString::createFromAscii("Object already disposed." );
static ::rtl::OUString MSG_2 = ::rtl::OUString::createFromAscii("Concurrent save requests on the same document are not possible.");
- if (
- m_pData->m_bClosing ||
- m_pData->m_bClosed
- )
+ if ( m_pData->m_bClosed )
throw ::com::sun::star::lang::DisposedException(
MSG_1,
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >());