summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2000-10-04 10:43:53 +0000
committerMathias Bauer <mba@openoffice.org>2000-10-04 10:43:53 +0000
commit75ee5778f75174b4e101fd10ce6f6cdf601c5565 (patch)
treeee72a0c618479122df996df64a96894bf64e2fb4 /sfx2
parentfb66ed646564fab54e48b137deaf623ad15c38d1 (diff)
#79024#: 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 a6f225aec35e..b09313fd2b66 100644
--- a/sfx2/source/doc/docfile.cxx
+++ b/sfx2/source/doc/docfile.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docfile.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mba $ $Date: 2000-09-28 16:30:03 $
+ * last change: $Author: mba $ $Date: 2000-10-04 11:43:53 $
*
* 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_True;
+ return sal_False;
}
//------------------------------------------------------------------