diff options
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/docfile.cxx | 6 |
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; } //------------------------------------------------------------------ |