summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2000-09-28 15:03:11 +0000
committerMathias Bauer <mba@openoffice.org>2000-09-28 15:03:11 +0000
commit4ef020cc11951834a12187ed9bf34c37af255e55 (patch)
tree0f36069cff5e81fb487d96741b4cdbb90748846c /sfx2
parent466668bf89ab231b2f9375827408102f3ae0a4ef (diff)
better default for Exists
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/docfile.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/doc/docfile.cxx b/sfx2/source/doc/docfile.cxx
index 02781ced84a1..89a5e70b0ccf 100644
--- a/sfx2/source/doc/docfile.cxx
+++ b/sfx2/source/doc/docfile.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docfile.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mba $ $Date: 2000-09-28 11:44:09 $
+ * last change: $Author: mba $ $Date: 2000-09-28 16:03:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1846,7 +1846,7 @@ sal_Bool SfxMedium::IsTemporary() const
sal_Bool SfxMedium::Exists( sal_Bool bForceSession )
{
DBG_ERROR( "Not implemented!" );
- return sal_False;
+ return sal_True;
}
//------------------------------------------------------------------