[Libreoffice-commits] .: extensions/source

Joseph Powers jpowers at kemper.freedesktop.org
Mon Nov 29 20:03:26 PST 2010


 extensions/source/abpilot/datasourcehandling.cxx |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 87f6f02721468ee08408c9818c1ee36ec529b9e2
Author: Joseph Powers <jpowers27 at cox.net>
Date:   Mon Nov 29 20:03:22 2010 -0800

    White space cleanup

diff --git a/extensions/source/abpilot/datasourcehandling.cxx b/extensions/source/abpilot/datasourcehandling.cxx
index e87effd..7da3a77 100644
--- a/extensions/source/abpilot/datasourcehandling.cxx
+++ b/extensions/source/abpilot/datasourcehandling.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
@@ -180,9 +180,9 @@ namespace abp
     //=====================================================================
     struct ODataSourceContextImpl
     {
-        Reference< XMultiServiceFactory >	xORB;
-        Reference< XNameAccess >			xContext;			/// the UNO data source context
-        StringBag							aDataSourceNames;	/// for quicker name checks (without the UNO overhead)
+        Reference< XMultiServiceFactory >   xORB;
+        Reference< XNameAccess >            xContext;           /// the UNO data source context
+        StringBag                           aDataSourceNames;   /// for quicker name checks (without the UNO overhead)
 
         ODataSourceContextImpl( const Reference< XMultiServiceFactory >& _rxORB ) : xORB( _rxORB ) { }
         ODataSourceContextImpl( const ODataSourceContextImpl& _rSource )
@@ -411,7 +411,7 @@ namespace abp
         catch(const Exception&)
         {
             DBG_ERROR( "ODataSource::registerDataSource: caught an exception while creating the data source!" );
-        }		
+        }
     }
 
     //---------------------------------------------------------------------


More information about the Libreoffice-commits mailing list