Kaydet (Commit) 95fbc9f4 authored tarafından Michael Stahl's avatar Michael Stahl

xmlfix3: unoxml: clean up trailing whitespace infestation

üst a10e0ee6
......@@ -91,7 +91,8 @@ namespace DOM
while (pNode != NULL )
{
if (pNode->type == XML_ELEMENT_NODE && strcmp((char*)pNode->name, (char*)xName)==0)
if (pNode->type == XML_ELEMENT_NODE &&
strcmp((char*)pNode->name, (char*)xName)==0)
{
if (xURI == NULL)
m_nodevector.push_back(pNode);
......
......@@ -62,7 +62,6 @@ namespace DOM
sal_Bool m_bRebuild;
nodevector m_nodevector;
void buildlist(xmlNodePtr pNode, sal_Bool start=sal_True);
void registerListener(const CElement* pElement);
......
#*************************************************************************
#
# 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
......
......@@ -178,8 +178,8 @@ namespace DOM
throw (RuntimeException);
/**
A NamedNodeMap containing the attributes of this node (if it is an Element)
or null otherwise.
A NamedNodeMap containing the attributes of this node
(if it is an Element) or null otherwise.
*/
virtual Reference< XNamedNodeMap > SAL_CALL getAttributes()
throw (RuntimeException);
......
......@@ -241,7 +241,8 @@ namespace DOM
if ( result != aNSMap.end())
{
// found a URI for prefix
aElement = m_aDocument->createElementNS( result->second, aName); // qualified name
// qualified name
aElement = m_aDocument->createElementNS( result->second, aName);
}
else
{
......
......@@ -58,7 +58,7 @@ namespace DOM
void SAL_CALL CText::fastSaxify( Context& io_rContext )
{
if( io_rContext.mxCurrentHandler.is() )
if (io_rContext.mxCurrentHandler.is())
{
try
{
......
#*************************************************************************
#
# 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
......@@ -47,7 +47,7 @@ SLOFILES =\
$(SLO)$/mutationevent.obj \
$(SLO)$/uievent.obj \
$(SLO)$/mouseevent.obj \
$(SLO)$/testlistener.obj
$(SLO)$/testlistener.obj \
# --- Targets ------------------------------------------------------
......
#*************************************************************************
#
# 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment