You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by me...@apache.org on 2018/11/07 11:38:00 UTC

svn commit: r1845999 - in /openoffice/trunk/main/dbaccess/source/filter/xml: xmlTable.cxx xmlTableFilterList.cxx xmlTableFilterPattern.cxx

Author: mechtilde
Date: Wed Nov  7 11:38:00 2018
New Revision: 1845999

URL: http://svn.apache.org/viewvc?rev=1845999&view=rev
Log:
remove whitespaces

Modified:
    openoffice/trunk/main/dbaccess/source/filter/xml/xmlTable.cxx
    openoffice/trunk/main/dbaccess/source/filter/xml/xmlTableFilterList.cxx
    openoffice/trunk/main/dbaccess/source/filter/xml/xmlTableFilterPattern.cxx

Modified: openoffice/trunk/main/dbaccess/source/filter/xml/xmlTable.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/filter/xml/xmlTable.cxx?rev=1845999&r1=1845998&r2=1845999&view=diff
==============================================================================
--- openoffice/trunk/main/dbaccess/source/filter/xml/xmlTable.cxx (original)
+++ openoffice/trunk/main/dbaccess/source/filter/xml/xmlTable.cxx Wed Nov  7 11:38:00 2018
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
@@ -77,7 +77,7 @@ DBG_NAME(OXMLTable)
 OXMLTable::OXMLTable( ODBFilter& _rImport
 				,sal_uInt16 nPrfx
 				,const ::rtl::OUString& _sLocalName
-				,const uno::Reference< XAttributeList > & _xAttrList 
+				,const uno::Reference< XAttributeList > & _xAttrList
 				,const uno::Reference< ::com::sun::star::container::XNameAccess >& _xParentContainer
 				,const ::rtl::OUString& _sServiceName
 				)
@@ -223,7 +223,7 @@ void OXMLTable::EndElement()
 			if ( m_xTable.is() )
 			{
 				setProperties(m_xTable);
-				
+
 				if ( m_sStyleName.getLength() )
 				{
 					const SvXMLStylesContext* pAutoStyles = GetOwnImport().GetAutoStyles();
@@ -236,7 +236,7 @@ void OXMLTable::EndElement()
 						}
 					}
 				}
-					
+
 				xNameContainer->insertByName(m_sName,makeAny(m_xTable));
 			}
 		}
@@ -245,7 +245,7 @@ void OXMLTable::EndElement()
 			OSL_ENSURE(0,"OXMLQuery::EndElement -> exception catched");
 		}
 	}
-	
+
 }
 // -----------------------------------------------------------------------------
 void OXMLTable::fillAttributes(sal_uInt16 /*nPrfx*/

Modified: openoffice/trunk/main/dbaccess/source/filter/xml/xmlTableFilterList.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/filter/xml/xmlTableFilterList.cxx?rev=1845999&r1=1845998&r2=1845999&view=diff
==============================================================================
--- openoffice/trunk/main/dbaccess/source/filter/xml/xmlTableFilterList.cxx (original)
+++ openoffice/trunk/main/dbaccess/source/filter/xml/xmlTableFilterList.cxx Wed Nov  7 11:38:00 2018
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
@@ -97,7 +97,7 @@ SvXMLImportContext* OXMLTableFilterList:
 		else if ( IsXMLToken( rLocalName, XML_TABLE_TYPE ) )
 			pContext = new OXMLTableFilterPattern( GetImport(), nPrefix, rLocalName,sal_False,*this);
         else if ( IsXMLToken( rLocalName, XML_TABLE_INCLUDE_FILTER ) )
-            pContext = new OXMLTableFilterList( GetImport(), nPrefix, rLocalName );        
+            pContext = new OXMLTableFilterList( GetImport(), nPrefix, rLocalName );
 	}
 
 	if( !pContext )

Modified: openoffice/trunk/main/dbaccess/source/filter/xml/xmlTableFilterPattern.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/filter/xml/xmlTableFilterPattern.cxx?rev=1845999&r1=1845998&r2=1845999&view=diff
==============================================================================
--- openoffice/trunk/main/dbaccess/source/filter/xml/xmlTableFilterPattern.cxx (original)
+++ openoffice/trunk/main/dbaccess/source/filter/xml/xmlTableFilterPattern.cxx Wed Nov  7 11:38:00 2018
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,7 +7,7 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
  * 
  * Unless required by applicable law or agreed to in writing,
@@ -16,7 +16,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/