summaryrefslogtreecommitdiff
path: root/toolkit/source/layout/core/root.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/source/layout/core/root.cxx')
-rw-r--r--toolkit/source/layout/core/root.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/source/layout/core/root.cxx b/toolkit/source/layout/core/root.cxx
index f5b96d94d5ae..db6bedc075fc 100644
--- a/toolkit/source/layout/core/root.cxx
+++ b/toolkit/source/layout/core/root.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -175,7 +175,7 @@ void SAL_CALL LayoutRoot::initialize( const uno::Sequence< uno::Any >& aArgument
if (! xDocHandler.is() )
error( OUString::createFromAscii( "cannot find SAx handler for document type of:") + aXMLName );
-
+
xParser->setDocumentHandler( xDocHandler );
xml::sax::InputSource source;