diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 20:29:15 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 20:29:15 +0000 |
commit | 25e6d9bfe6ee7145faf96dfff036b6cb606d890d (patch) | |
tree | d35236e8c11baef6716dde911766d2bcb204289e /xmloff | |
parent | 80605a51734bc155315e9b9982ee8a8da2557e06 (diff) |
#i10000# Typo fixed
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/core/xmlimp.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/core/xmlimp.cxx b/xmloff/source/core/xmlimp.cxx index f1e6aa7a6da8..9f58cbfc13af 100644 --- a/xmloff/source/core/xmlimp.cxx +++ b/xmloff/source/core/xmlimp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xmlimp.cxx,v $ * - * $Revision: 1.105 $ + * $Revision: 1.106 $ * - * last change: $Author: rt $ $Date: 2008-03-12 10:30:07 $ + * last change: $Author: rt $ $Date: 2008-03-12 21:29:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -405,7 +405,7 @@ SvXMLImport::SvXMLImport( mxServiceFactory(xServiceFactory), mbIsFormsSupported( sal_True ), mbIsTableShapeSupported( false ), - mbIsGraphicLoadOnDemmandSupported( true ) + mbIsGraphicLoadOnDemandSupported( true ) { DBG_ASSERT( mxServiceFactory.is(), "got no service manager" ); _InitCtor(); @@ -434,7 +434,7 @@ SvXMLImport::SvXMLImport( mxServiceFactory(xServiceFactory), mbIsFormsSupported( sal_True ), mbIsTableShapeSupported( false ), - mbIsGraphicLoadOnDemmandSupported( true ) + mbIsGraphicLoadOnDemandSupported( true ) { DBG_ASSERT( mxServiceFactory.is(), "got no service manager" ); _InitCtor(); |