[Libreoffice-commits] core.git: 2 commits - Repository.mk scp2/inc scp2/source solenv/gbuild ucb/source ucb/workben

Alexander Wilms f.alexander.wilms at gmail.com
Wed Feb 26 05:31:27 PST 2014


 Repository.mk                                       |    4 
 scp2/inc/macros.inc                                 |   22 +
 scp2/source/ooo/ure.scp                             |   35 -
 scp2/source/sdkoo/sdkoo.scp                         |    5 
 solenv/gbuild/AutoInstall.mk                        |    3 
 solenv/gbuild/Helper.mk                             |    4 
 solenv/gbuild/extensions/post_PackageInfo.mk        |    5 
 solenv/gbuild/platform/com_MSC_class.mk             |    1 
 solenv/gbuild/platform/macosx.mk                    |    2 
 solenv/gbuild/platform/mingw.mk                     |    2 
 solenv/gbuild/platform/solaris.mk                   |    2 
 solenv/gbuild/platform/unxgcc.mk                    |    1 
 ucb/source/cacher/cachedcontentresultset.hxx        |   60 +--
 ucb/source/cacher/cachedcontentresultsetstub.hxx    |   36 -
 ucb/source/cacher/cacheddynamicresultset.hxx        |   28 -
 ucb/source/cacher/cacheddynamicresultsetstub.hxx    |   24 -
 ucb/source/cacher/cacheserv.cxx                     |   20 -
 ucb/source/cacher/contentresultsetwrapper.cxx       |    4 
 ucb/source/cacher/contentresultsetwrapper.hxx       |   68 +--
 ucb/source/cacher/dynamicresultsetwrapper.cxx       |    4 
 ucb/source/cacher/dynamicresultsetwrapper.hxx       |   30 -
 ucb/source/core/FileAccess.cxx                      |    2 
 ucb/source/core/cmdenv.cxx                          |   58 +-
 ucb/source/core/identify.cxx                        |   36 -
 ucb/source/core/identify.hxx                        |    2 
 ucb/source/core/providermap.hxx                     |    6 
 ucb/source/core/provprox.cxx                        |  124 +++---
 ucb/source/core/provprox.hxx                        |   18 
 ucb/source/core/ucb.cxx                             |  174 ++++----
 ucb/source/core/ucb.hxx                             |    4 
 ucb/source/core/ucbcmds.cxx                         |  198 ++++-----
 ucb/source/core/ucbcmds.hxx                         |    8 
 ucb/source/core/ucbprops.cxx                        |   94 ++--
 ucb/source/core/ucbprops.hxx                        |   10 
 ucb/source/core/ucbserv.cxx                         |   22 -
 ucb/source/core/ucbstore.cxx                        |  398 ++++++++++----------
 ucb/source/core/ucbstore.hxx                        |    8 
 ucb/source/inc/regexp.hxx                           |    2 
 ucb/source/inc/regexpmap.hxx                        |   18 
 ucb/source/regexp/regexp.cxx                        |   14 
 ucb/source/sorter/sortdynres.cxx                    |   34 -
 ucb/source/sorter/sortdynres.hxx                    |   62 +--
 ucb/source/sorter/sortmain.cxx                      |    8 
 ucb/source/sorter/sortresult.cxx                    |   40 +-
 ucb/source/sorter/sortresult.hxx                    |   12 
 ucb/source/ucp/expand/ucpexpand.cxx                 |    8 
 ucb/source/ucp/ext/ucpext_content.cxx               |   24 -
 ucb/source/ucp/ext/ucpext_content.hxx               |   16 
 ucb/source/ucp/ext/ucpext_datasupplier.cxx          |   24 -
 ucb/source/ucp/ext/ucpext_datasupplier.hxx          |   12 
 ucb/source/ucp/ext/ucpext_provider.cxx              |   14 
 ucb/source/ucp/ext/ucpext_provider.hxx              |   12 
 ucb/source/ucp/ext/ucpext_resultset.cxx             |   12 
 ucb/source/ucp/ext/ucpext_resultset.hxx             |   12 
 ucb/source/ucp/ext/ucpext_services.cxx              |   12 
 ucb/source/ucp/file/bc.cxx                          |   48 +-
 ucb/source/ucp/file/filinpstr.cxx                   |    4 
 ucb/source/ucp/file/filinsreq.cxx                   |   12 
 ucb/source/ucp/file/filrset.cxx                     |   10 
 ucb/source/ucp/file/filstr.cxx                      |    8 
 ucb/source/ucp/file/prov.cxx                        |   24 -
 ucb/source/ucp/file/shell.cxx                       |   68 +--
 ucb/source/ucp/file/shell.hxx                       |    4 
 ucb/source/ucp/ftp/ftpcontent.cxx                   |   62 +--
 ucb/source/ucp/ftp/ftpcontent.hxx                   |    4 
 ucb/source/ucp/ftp/ftpcontentcaps.cxx               |   14 
 ucb/source/ucp/ftp/ftpcontentprovider.cxx           |   54 +-
 ucb/source/ucp/ftp/ftpdynresultset.cxx              |   22 -
 ucb/source/ucp/ftp/ftpintreq.cxx                    |   12 
 ucb/source/ucp/ftp/ftpservices.cxx                  |    6 
 ucb/source/ucp/gvfs/gvfs_content.cxx                |   24 -
 ucb/source/ucp/gvfs/gvfs_content.hxx                |   12 
 ucb/source/ucp/gvfs/gvfs_directory.cxx              |   20 -
 ucb/source/ucp/gvfs/gvfs_provider.cxx               |   54 +-
 ucb/source/ucp/hierarchy/dynamicresultset.cxx       |   22 -
 ucb/source/ucp/hierarchy/hierarchycontent.cxx       |  192 ++++-----
 ucb/source/ucp/hierarchy/hierarchycontent.hxx       |   14 
 ucb/source/ucp/hierarchy/hierarchycontentcaps.cxx   |  198 ++++-----
 ucb/source/ucp/hierarchy/hierarchydata.cxx          |   64 +--
 ucb/source/ucp/hierarchy/hierarchydata.hxx          |    4 
 ucb/source/ucp/hierarchy/hierarchydatasource.cxx    |  224 +++++------
 ucb/source/ucp/hierarchy/hierarchydatasource.hxx    |    2 
 ucb/source/ucp/hierarchy/hierarchydatasupplier.cxx  |   64 +--
 ucb/source/ucp/hierarchy/hierarchyprovider.cxx      |   74 +--
 ucb/source/ucp/hierarchy/hierarchyprovider.hxx      |    6 
 ucb/source/ucp/hierarchy/hierarchyservices.cxx      |   12 
 ucb/source/ucp/hierarchy/hierarchyuri.cxx           |   16 
 ucb/source/ucp/hierarchy/hierarchyuri.hxx           |    4 
 ucb/source/ucp/inc/urihelper.hxx                    |    2 
 ucb/source/ucp/package/pkgcontent.cxx               |  230 +++++------
 ucb/source/ucp/package/pkgcontent.hxx               |   14 
 ucb/source/ucp/package/pkgcontentcaps.cxx           |  138 +++---
 ucb/source/ucp/package/pkgdatasupplier.cxx          |   64 +--
 ucb/source/ucp/package/pkgprovider.cxx              |   80 ++--
 ucb/source/ucp/package/pkgprovider.hxx              |   12 
 ucb/source/ucp/package/pkgresultset.cxx             |   22 -
 ucb/source/ucp/package/pkgservices.cxx              |    8 
 ucb/source/ucp/package/pkguri.cxx                   |   16 
 ucb/source/ucp/package/pkguri.hxx                   |    4 
 ucb/source/ucp/tdoc/tdoc_content.cxx                |  220 +++++------
 ucb/source/ucp/tdoc/tdoc_content.hxx                |   14 
 ucb/source/ucp/tdoc/tdoc_contentcaps.cxx            |  198 ++++-----
 ucb/source/ucp/tdoc/tdoc_datasupplier.cxx           |   26 -
 ucb/source/ucp/tdoc/tdoc_docmgr.cxx                 |   92 ++--
 ucb/source/ucp/tdoc/tdoc_docmgr.hxx                 |    6 
 ucb/source/ucp/tdoc/tdoc_documentcontentfactory.cxx |   44 +-
 ucb/source/ucp/tdoc/tdoc_passwordrequest.cxx        |   62 +--
 ucb/source/ucp/tdoc/tdoc_provider.cxx               |   94 ++--
 ucb/source/ucp/tdoc/tdoc_provider.hxx               |    4 
 ucb/source/ucp/tdoc/tdoc_resultset.cxx              |   22 -
 ucb/source/ucp/tdoc/tdoc_services.cxx               |   12 
 ucb/source/ucp/tdoc/tdoc_stgelems.cxx               |  280 +++++++-------
 ucb/source/ucp/tdoc/tdoc_stgelems.hxx               |    8 
 ucb/source/ucp/tdoc/tdoc_storage.cxx                |   38 -
 ucb/source/ucp/tdoc/tdoc_uri.cxx                    |   12 
 ucb/source/ucp/tdoc/tdoc_uri.hxx                    |    4 
 ucb/source/ucp/webdav-neon/ContentProperties.cxx    |   64 +--
 ucb/source/ucp/webdav-neon/ContentProperties.hxx    |   10 
 ucb/source/ucp/webdav-neon/DAVAuthListenerImpl.hxx  |   14 
 ucb/source/ucp/webdav-neon/DAVException.hxx         |    6 
 ucb/source/ucp/webdav-neon/DAVResourceAccess.cxx    |   90 ++--
 ucb/source/ucp/webdav-neon/DAVResourceAccess.hxx    |    2 
 ucb/source/ucp/webdav-neon/DAVSession.hxx           |    2 
 ucb/source/ucp/webdav-neon/LinkSequence.cxx         |   12 
 ucb/source/ucp/webdav-neon/LockEntrySequence.cxx    |   10 
 ucb/source/ucp/webdav-neon/LockSequence.cxx         |   14 
 ucb/source/ucp/webdav-neon/PropertyMap.hxx          |    2 
 ucb/source/ucp/webdav-neon/UCBDeadPropertyValue.cxx |   20 -
 ucb/source/ucp/webdav-neon/webdavcontent.cxx        |  214 +++++-----
 ucb/source/ucp/webdav-neon/webdavcontent.hxx        |   12 
 ucb/source/ucp/webdav-neon/webdavcontentcaps.cxx    |   42 +-
 ucb/source/ucp/webdav-neon/webdavdatasupplier.cxx   |   62 +--
 ucb/source/ucp/webdav-neon/webdavprovider.cxx       |   54 +-
 ucb/source/ucp/webdav-neon/webdavprovider.hxx       |   12 
 ucb/source/ucp/webdav-neon/webdavresultset.cxx      |   22 -
 ucb/source/ucp/webdav-neon/webdavservices.cxx       |    8 
 ucb/source/ucp/webdav/ContentProperties.cxx         |   68 +--
 ucb/source/ucp/webdav/ContentProperties.hxx         |   10 
 ucb/source/ucp/webdav/DAVAuthListenerImpl.hxx       |   14 
 ucb/source/ucp/webdav/DAVException.hxx              |    6 
 ucb/source/ucp/webdav/DAVResourceAccess.cxx         |   88 ++--
 ucb/source/ucp/webdav/DAVResourceAccess.hxx         |    2 
 ucb/source/ucp/webdav/DAVSession.hxx                |    2 
 ucb/source/ucp/webdav/PropertyMap.hxx               |    2 
 ucb/source/ucp/webdav/SerfInputStream.hxx           |    4 
 ucb/source/ucp/webdav/SerfSession.hxx               |    4 
 ucb/source/ucp/webdav/SerfUri.hxx                   |    4 
 ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx      |   20 -
 ucb/source/ucp/webdav/webdavcontent.cxx             |  214 +++++-----
 ucb/source/ucp/webdav/webdavcontent.hxx             |   12 
 ucb/source/ucp/webdav/webdavcontentcaps.cxx         |   42 +-
 ucb/source/ucp/webdav/webdavdatasupplier.cxx        |   63 +--
 ucb/source/ucp/webdav/webdavprovider.cxx            |   54 +-
 ucb/source/ucp/webdav/webdavprovider.hxx            |   12 
 ucb/source/ucp/webdav/webdavresponseparser.cxx      |   14 
 ucb/source/ucp/webdav/webdavresponseparser.hxx      |    6 
 ucb/source/ucp/webdav/webdavresultset.cxx           |   22 -
 ucb/source/ucp/webdav/webdavservices.cxx            |   10 
 ucb/workben/cachemap/cachemaptest.cxx               |    2 
 ucb/workben/ucb/srcharg.cxx                         |   40 +-
 ucb/workben/ucb/srcharg.hxx                         |    2 
 ucb/workben/ucb/ucbdemo.cxx                         |   74 +--
 162 files changed, 3207 insertions(+), 3198 deletions(-)

New commits:
commit 060ab521fa0d5d6b9fcb97eab4718c04e8aec944
Author: Alexander Wilms <f.alexander.wilms at gmail.com>
Date:   Tue Feb 25 22:38:20 2014 +0100

    Remove visual noise from ucb
    
    Conflicts:
    	ucb/source/ucp/webdav/webdavdatasupplier.cxx
    	ucb/source/ucp/webdav/webdavresponseparser.cxx
    
    Change-Id: I96b69f4867bbaaf42c3d5fd159cbb3e4fe80a4db
    Reviewed-on: https://gerrit.libreoffice.org/8329
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/ucb/source/cacher/cachedcontentresultset.hxx b/ucb/source/cacher/cachedcontentresultset.hxx
index bcb52ed..73fbc8d 100644
--- a/ucb/source/cacher/cachedcontentresultset.hxx
+++ b/ucb/source/cacher/cachedcontentresultset.hxx
@@ -32,7 +32,7 @@
 #define CACHED_CONTENT_RESULTSET_SERVICE_NAME "com.sun.star.ucb.CachedContentResultSet"
 #define CACHED_CONTENT_RESULTSET_FACTORY_NAME "com.sun.star.ucb.CachedContentResultSetFactory"
 
-//=========================================================================
+
 
 namespace com { namespace sun { namespace star { namespace script {
     class XTypeConverter;
@@ -44,7 +44,7 @@ class CachedContentResultSet
                 , public com::sun::star::lang::XTypeProvider
                 , public com::sun::star::lang::XServiceInfo
 {
-    //--------------------------------------------------------------------------
+
     // class CCRS_Cache
 
     class CCRS_Cache
@@ -90,7 +90,7 @@ class CachedContentResultSet
         sal_Bool SAL_CALL
         hasKnownLast();
 
-        //---
+
         const com::sun::star::uno::Any& SAL_CALL
         getAny( sal_Int32 nRow, sal_Int32 nColumnIndex )
             throw( com::sun::star::sdbc::SQLException,
@@ -110,7 +110,7 @@ class CachedContentResultSet
         getContent( sal_Int32 nRow )
             throw( com::sun::star::uno::RuntimeException );
     };
-    //-----------------------------------------------------------------
+
     //members
 
     com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >
@@ -129,7 +129,7 @@ class CachedContentResultSet
     CCRS_PropertySetInfo*   m_pMyPropSetInfo;
 
 
-    //
+
     com::sun::star::uno::Reference< com::sun::star::ucb::XContentIdentifierMapping >
                             m_xContentIdentifierMapping;// can be used for remote optimized ContentAccess
 
@@ -157,12 +157,12 @@ class CachedContentResultSet
 
 
 private:
-    //-----------------------------------------------------------------
+
     //helping XPropertySet methods.
     virtual void SAL_CALL impl_initPropertySetInfo();
 
 
-    //-----------------------------------------------------------------
+
     sal_Bool SAL_CALL
     applyPositionToOrigin( sal_Int32 nRow )
         throw( com::sun::star::sdbc::SQLException,
@@ -198,22 +198,22 @@ public:
 
     virtual ~CachedContentResultSet();
 
-    //-----------------------------------------------------------------
+
     // XInterface inherited
-    //-----------------------------------------------------------------
+
     XINTERFACE_DECL()
-    //-----------------------------------------------------------------
+
     // XTypeProvider
-    //-----------------------------------------------------------------
+
     XTYPEPROVIDER_DECL()
-    //-----------------------------------------------------------------
+
     // XServiceInfo
-    //-----------------------------------------------------------------
+
     XSERVICEINFO_NOFACTORY_DECL()
 
-    //-----------------------------------------------------------------
+
     // XPropertySet inherited
-    //-----------------------------------------------------------------
+
 
     virtual void SAL_CALL
     setPropertyValue( const OUString& aPropertyName,
@@ -230,9 +230,9 @@ public:
         com::sun::star::lang::WrappedTargetException,
         com::sun::star::uno::RuntimeException );
 
-    //-----------------------------------------------------------------
+
     // own inherited
-    //-----------------------------------------------------------------
+
     virtual void SAL_CALL
     impl_disposing( const com::sun::star::lang::EventObject& Source )
         throw( com::sun::star::uno::RuntimeException );
@@ -246,9 +246,9 @@ public:
         throw( com::sun::star::beans::PropertyVetoException,
                com::sun::star::uno::RuntimeException );
 
-    //-----------------------------------------------------------------
+
     // XContentAccess inherited
-    //-----------------------------------------------------------------
+
     virtual OUString SAL_CALL
     queryContentIdentifierString()
         throw( com::sun::star::uno::RuntimeException );
@@ -263,9 +263,9 @@ public:
     queryContent()
         throw( com::sun::star::uno::RuntimeException );
 
-    //-----------------------------------------------------------------
+
     // XResultSet inherited
-    //-----------------------------------------------------------------
+
     virtual sal_Bool SAL_CALL
     next()
         throw( com::sun::star::sdbc::SQLException,
@@ -340,9 +340,9 @@ public:
         throw( com::sun::star::sdbc::SQLException,
                com::sun::star::uno::RuntimeException );
 
-    //-----------------------------------------------------------------
+
     // XRow inherited
-    //-----------------------------------------------------------------
+
     virtual sal_Bool SAL_CALL
     wasNull()
         throw( com::sun::star::sdbc::SQLException,
@@ -451,9 +451,9 @@ public:
         throw( com::sun::star::sdbc::SQLException,
                com::sun::star::uno::RuntimeException );
 
-    //-----------------------------------------------------------------
+
     // Type Converter support
-    //-----------------------------------------------------------------
+
 
 private:
     sal_Bool m_bTriedToGetTypeConverter;
@@ -467,7 +467,7 @@ private:
         T (SAL_CALL css::sdbc::XRow::* f)(sal_Int32), sal_Int32 columnIndex);
 };
 
-//=========================================================================
+
 
 class CachedContentResultSetFactory
                 : public cppu::OWeakObject
@@ -487,19 +487,19 @@ public:
 
     virtual ~CachedContentResultSetFactory();
 
-    //-----------------------------------------------------------------
+
     // XInterface
     XINTERFACE_DECL()
 
-    //-----------------------------------------------------------------
+
     // XTypeProvider
     XTYPEPROVIDER_DECL()
 
-    //-----------------------------------------------------------------
+
     // XServiceInfo
     XSERVICEINFO_DECL()
 
-    //-----------------------------------------------------------------
+
     // XCachedContentResultSetFactory
 
     virtual com::sun::star::uno::Reference<
diff --git a/ucb/source/cacher/cachedcontentresultsetstub.hxx b/ucb/source/cacher/cachedcontentresultsetstub.hxx
index 5ab38ff..b42fb8c 100644
--- a/ucb/source/cacher/cachedcontentresultsetstub.hxx
+++ b/ucb/source/cacher/cachedcontentresultsetstub.hxx
@@ -30,7 +30,7 @@
 #define CACHED_CRS_STUB_SERVICE_NAME "com.sun.star.ucb.CachedContentResultSetStub"
 #define CACHED_CRS_STUB_FACTORY_NAME "com.sun.star.ucb.CachedContentResultSetStubFactory"
 
-//=========================================================================
+
 
 class CachedContentResultSetStub
                 : public ContentResultSetWrapper
@@ -95,13 +95,13 @@ public:
     virtual ~CachedContentResultSetStub();
 
 
-    //-----------------------------------------------------------------
+
     // XInterface inherited
-    //-----------------------------------------------------------------
+
     XINTERFACE_DECL()
-    //-----------------------------------------------------------------
+
     // own inherited
-    //-----------------------------------------------------------------
+
     virtual void SAL_CALL
     impl_propertyChange( const com::sun::star::beans::PropertyChangeEvent& evt )
         throw( com::sun::star::uno::RuntimeException );
@@ -110,27 +110,27 @@ public:
     impl_vetoableChange( const com::sun::star::beans::PropertyChangeEvent& aEvent )
         throw( com::sun::star::beans::PropertyVetoException,
                com::sun::star::uno::RuntimeException );
-    //-----------------------------------------------------------------
+
     // XTypeProvider
-    //-----------------------------------------------------------------
+
     XTYPEPROVIDER_DECL()
-    //-----------------------------------------------------------------
+
     // XServiceInfo
-    //-----------------------------------------------------------------
+
     XSERVICEINFO_NOFACTORY_DECL()
 
-    //-----------------------------------------------------------------
+
     // XFetchProvider
-    //-----------------------------------------------------------------
+
 
     virtual com::sun::star::ucb::FetchResult SAL_CALL
     fetch( sal_Int32 nRowStartPosition
         , sal_Int32 nRowCount, sal_Bool bDirection )
         throw( com::sun::star::uno::RuntimeException );
 
-    //-----------------------------------------------------------------
+
     // XFetchProviderForContentAccess
-    //-----------------------------------------------------------------
+
     virtual com::sun::star::ucb::FetchResult SAL_CALL
          fetchContentIdentifierStrings( sal_Int32 nRowStartPosition
         , sal_Int32 nRowCount, sal_Bool bDirection )
@@ -147,7 +147,7 @@ public:
         throw( com::sun::star::uno::RuntimeException );
 };
 
-//=========================================================================
+
 
 class CachedContentResultSetStubFactory
                 : public cppu::OWeakObject
@@ -167,19 +167,19 @@ public:
 
     virtual ~CachedContentResultSetStubFactory();
 
-    //-----------------------------------------------------------------
+
     // XInterface
     XINTERFACE_DECL()
 
-    //-----------------------------------------------------------------
+
     // XTypeProvider
     XTYPEPROVIDER_DECL()
 
-    //-----------------------------------------------------------------
+
     // XServiceInfo
     XSERVICEINFO_DECL()
 
-    //-----------------------------------------------------------------
+
     // XCachedContentResultSetStubFactory
 
     virtual com::sun::star::uno::Reference<
diff --git a/ucb/source/cacher/cacheddynamicresultset.hxx b/ucb/source/cacher/cacheddynamicresultset.hxx
index 6b7c84f..f6eb0a1 100644
--- a/ucb/source/cacher/cacheddynamicresultset.hxx
+++ b/ucb/source/cacher/cacheddynamicresultset.hxx
@@ -27,7 +27,7 @@
 #define CACHED_DRS_SERVICE_NAME "com.sun.star.ucb.CachedDynamicResultSet"
 #define CACHED_DRS_FACTORY_NAME "com.sun.star.ucb.CachedDynamicResultSetFactory"
 
-//=========================================================================
+
 
 class CachedDynamicResultSet
                 : public DynamicResultSetWrapper
@@ -56,28 +56,28 @@ public:
     virtual ~CachedDynamicResultSet();
 
 
-    //-----------------------------------------------------------------
+
     // XInterface inherited
-    //-----------------------------------------------------------------
+
     XINTERFACE_DECL()
-    //-----------------------------------------------------------------
+
     // XTypeProvider
-    //-----------------------------------------------------------------
+
     XTYPEPROVIDER_DECL()
-    //-----------------------------------------------------------------
+
     // XServiceInfo
-    //-----------------------------------------------------------------
+
     XSERVICEINFO_NOFACTORY_DECL()
 
-    //-----------------------------------------------------------------
+
     // own methods ( inherited )
-    //-----------------------------------------------------------------
+
     virtual void SAL_CALL
     impl_disposing( const com::sun::star::lang::EventObject& Source )
         throw( com::sun::star::uno::RuntimeException );
 };
 
-//=========================================================================
+
 
 class CachedDynamicResultSetFactory
                 : public cppu::OWeakObject
@@ -97,19 +97,19 @@ public:
 
     virtual ~CachedDynamicResultSetFactory();
 
-    //-----------------------------------------------------------------
+
     // XInterface
     XINTERFACE_DECL()
 
-    //-----------------------------------------------------------------
+
     // XTypeProvider
     XTYPEPROVIDER_DECL()
 
-    //-----------------------------------------------------------------
+
     // XServiceInfo
     XSERVICEINFO_DECL()
 
-    //-----------------------------------------------------------------
+
     // XCachedDynamicResultSetFactory
 
     virtual com::sun::star::uno::Reference<
diff --git a/ucb/source/cacher/cacheddynamicresultsetstub.hxx b/ucb/source/cacher/cacheddynamicresultsetstub.hxx
index a65d836..bc4f420 100644
--- a/ucb/source/cacher/cacheddynamicresultsetstub.hxx
+++ b/ucb/source/cacher/cacheddynamicresultsetstub.hxx
@@ -26,7 +26,7 @@
 #define CACHED_DRS_STUB_SERVICE_NAME "com.sun.star.ucb.CachedDynamicResultSetStub"
 #define CACHED_DRS_STUB_FACTORY_NAME "com.sun.star.ucb.CachedDynamicResultSetStubFactory"
 
-//=========================================================================
+
 
 class CachedDynamicResultSetStub
                 : public DynamicResultSetWrapper
@@ -50,21 +50,21 @@ public:
     virtual ~CachedDynamicResultSetStub();
 
 
-    //-----------------------------------------------------------------
+
     // XInterface inherited
-    //-----------------------------------------------------------------
+
     XINTERFACE_DECL()
-    //-----------------------------------------------------------------
+
     // XTypeProvider
-    //-----------------------------------------------------------------
+
     XTYPEPROVIDER_DECL()
-    //-----------------------------------------------------------------
+
     // XServiceInfo
-    //-----------------------------------------------------------------
+
     XSERVICEINFO_NOFACTORY_DECL()
 };
 
-//=========================================================================
+
 
 class CachedDynamicResultSetStubFactory
                 : public cppu::OWeakObject
@@ -84,19 +84,19 @@ public:
 
     virtual ~CachedDynamicResultSetStubFactory();
 
-    //-----------------------------------------------------------------
+
     // XInterface
     XINTERFACE_DECL()
 
-    //-----------------------------------------------------------------
+
     // XTypeProvider
     XTYPEPROVIDER_DECL()
 
-    //-----------------------------------------------------------------
+
     // XServiceInfo
     XSERVICEINFO_DECL()
 
-    //-----------------------------------------------------------------
+
     // XCachedDynamicResultSetStubFactory
 
     virtual com::sun::star::uno::Reference<
diff --git a/ucb/source/cacher/cacheserv.cxx b/ucb/source/cacher/cacheserv.cxx
index e8b129a..ea63ddb 100644
--- a/ucb/source/cacher/cacheserv.cxx
+++ b/ucb/source/cacher/cacheserv.cxx
@@ -30,7 +30,7 @@ using namespace com::sun::star::lang;
 using namespace com::sun::star::registry;
 
 
-//=========================================================================
+
 extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL cached1_component_getFactory(
     const sal_Char * pImplName, void * pServiceManager, void * )
 {
@@ -40,9 +40,9 @@ extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL cached1_component_getFactory(
             reinterpret_cast< XMultiServiceFactory * >( pServiceManager ) );
     Reference< XSingleServiceFactory > xFactory;
 
-    //////////////////////////////////////////////////////////////////////
+
     // CachedContentResultSetFactory.
-    //////////////////////////////////////////////////////////////////////
+
 
     if ( CachedContentResultSetFactory::getImplementationName_Static().
                 equalsAscii( pImplName ) )
@@ -50,9 +50,9 @@ extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL cached1_component_getFactory(
         xFactory = CachedContentResultSetFactory::createServiceFactory( xSMgr );
     }
 
-    //////////////////////////////////////////////////////////////////////
+
     // CachedContentResultSetStubFactory.
-    //////////////////////////////////////////////////////////////////////
+
 
     else if ( CachedContentResultSetStubFactory::getImplementationName_Static().
                 equalsAscii( pImplName ) )
@@ -60,9 +60,9 @@ extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL cached1_component_getFactory(
         xFactory = CachedContentResultSetStubFactory::createServiceFactory( xSMgr );
     }
 
-    //////////////////////////////////////////////////////////////////////
+
     // CachedDynamicResultSetFactory.
-    //////////////////////////////////////////////////////////////////////
+
 
     else if ( CachedDynamicResultSetFactory::getImplementationName_Static().
                 equalsAscii( pImplName ) )
@@ -70,9 +70,9 @@ extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL cached1_component_getFactory(
         xFactory = CachedDynamicResultSetFactory::createServiceFactory( xSMgr );
     }
 
-    //////////////////////////////////////////////////////////////////////
+
     // CachedDynamicResultSetStubFactory.
-    //////////////////////////////////////////////////////////////////////
+
 
     else if ( CachedDynamicResultSetStubFactory::getImplementationName_Static().
                 equalsAscii( pImplName ) )
@@ -80,7 +80,7 @@ extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL cached1_component_getFactory(
         xFactory = CachedDynamicResultSetStubFactory::createServiceFactory( xSMgr );
     }
 
-    //////////////////////////////////////////////////////////////////////
+
 
     if ( xFactory.is() )
     {
diff --git a/ucb/source/cacher/contentresultsetwrapper.cxx b/ucb/source/cacher/contentresultsetwrapper.cxx
index 19826e6..4a00bce 100644
--- a/ucb/source/cacher/contentresultsetwrapper.cxx
+++ b/ucb/source/cacher/contentresultsetwrapper.cxx
@@ -124,7 +124,7 @@ void SAL_CALL ContentResultSetWrapper::impl_init_xPropertySetOrigin()
 void SAL_CALL ContentResultSetWrapper::impl_init()
 {
     //call this at the end of constructor of derived class
-    //
+
 
     //listen to disposing from Origin:
     Reference< XComponent > xComponentOrigin( m_xResultSetOrigin, UNO_QUERY );
@@ -144,7 +144,7 @@ ContentResultSetWrapper::~ContentResultSetWrapper()
 void SAL_CALL ContentResultSetWrapper::impl_deinit()
 {
     //call this at start of destructor of derived class
-    //
+
     m_pMyListenerImpl->impl_OwnerDies();
 }
 
diff --git a/ucb/source/cacher/contentresultsetwrapper.hxx b/ucb/source/cacher/contentresultsetwrapper.hxx
index 9874049..9f7f409 100644
--- a/ucb/source/cacher/contentresultsetwrapper.hxx
+++ b/ucb/source/cacher/contentresultsetwrapper.hxx
@@ -34,7 +34,7 @@
 #include <com/sun/star/lang/DisposedException.hpp>
 #include <cppuhelper/interfacecontainer.hxx>
 
-//=========================================================================
+
 
 class ContentResultSetWrapperListener;
 class ContentResultSetWrapper
@@ -49,13 +49,13 @@ class ContentResultSetWrapper
 {
 protected:
 
-    //--------------------------------------------------------------------------
+
     //class PropertyChangeListenerContainer_Impl.
 
     typedef cppu::OMultiTypeInterfaceContainerHelperVar
     < OUString, OUStringHash >
     PropertyChangeListenerContainer_Impl;
-    //--------------------------------------------------------------------------
+
     // class ReacquireableGuard
 
     class ReacquireableGuard
@@ -101,7 +101,7 @@ protected:
         }
     };
 
-    //-----------------------------------------------------------------
+
     //members
 
     //my Mutex
@@ -146,7 +146,7 @@ private:
     PropertyChangeListenerContainer_Impl*
                             m_pVetoableChangeListeners;
 
-    //-----------------------------------------------------------------
+
     //methods:
 private:
     PropertyChangeListenerContainer_Impl* SAL_CALL
@@ -156,7 +156,7 @@ private:
     impl_getVetoableChangeListenerContainer();
 
 protected:
-    //-----------------------------------------------------------------
+
 
     ContentResultSetWrapper( com::sun::star::uno::Reference<
                         com::sun::star::sdbc::XResultSet > xOrigin );
@@ -195,16 +195,16 @@ protected:
 
 public:
 
-    //-----------------------------------------------------------------
+
     // XInterface
-    //-----------------------------------------------------------------
+
     virtual com::sun::star::uno::Any SAL_CALL
     queryInterface( const com::sun::star::uno::Type & rType )
         throw( com::sun::star::uno::RuntimeException );
 
-    //-----------------------------------------------------------------
+
     // XComponent
-    //-----------------------------------------------------------------
+
     virtual void SAL_CALL
     dispose() throw( com::sun::star::uno::RuntimeException );
 
@@ -218,26 +218,26 @@ public:
         com::sun::star::lang::XEventListener >& Listener )
             throw( com::sun::star::uno::RuntimeException );
 
-    //-----------------------------------------------------------------
+
     //XCloseable
-    //-----------------------------------------------------------------
+
     virtual void SAL_CALL
     close()
         throw( com::sun::star::sdbc::SQLException,
                com::sun::star::uno::RuntimeException );
 
-    //-----------------------------------------------------------------
+
     //XResultSetMetaDataSupplier
-    //-----------------------------------------------------------------
+
     virtual com::sun::star::uno::Reference<
                 com::sun::star::sdbc::XResultSetMetaData > SAL_CALL
     getMetaData()
         throw( com::sun::star::sdbc::SQLException,
                com::sun::star::uno::RuntimeException );
 
-    //-----------------------------------------------------------------
+
     // XPropertySet
-    //-----------------------------------------------------------------
+
     virtual com::sun::star::uno::Reference<
                 com::sun::star::beans::XPropertySetInfo > SAL_CALL
     getPropertySetInfo()
@@ -290,9 +290,9 @@ public:
                com::sun::star::lang::WrappedTargetException,
                com::sun::star::uno::RuntimeException );
 
-    //-----------------------------------------------------------------
+
     // own methods
-    //-----------------------------------------------------------------
+
     virtual void SAL_CALL
         impl_disposing( const com::sun::star::lang::EventObject& Source )
         throw( com::sun::star::uno::RuntimeException );
@@ -306,9 +306,9 @@ public:
         throw( com::sun::star::beans::PropertyVetoException,
                com::sun::star::uno::RuntimeException );
 
-    //-----------------------------------------------------------------
+
     // XContentAccess
-    //-----------------------------------------------------------------
+
     virtual OUString SAL_CALL
     queryContentIdentifierString()
         throw( com::sun::star::uno::RuntimeException );
@@ -323,9 +323,9 @@ public:
     queryContent()
         throw( com::sun::star::uno::RuntimeException );
 
-    //-----------------------------------------------------------------
+
     // XResultSet
-    //-----------------------------------------------------------------
+
     virtual sal_Bool SAL_CALL
     next()
         throw( com::sun::star::sdbc::SQLException,
@@ -400,9 +400,9 @@ public:
         throw( com::sun::star::sdbc::SQLException,
                com::sun::star::uno::RuntimeException );
 
-    //-----------------------------------------------------------------
+
     // XRow
-    //-----------------------------------------------------------------
+
     virtual sal_Bool SAL_CALL
     wasNull()
         throw( com::sun::star::sdbc::SQLException,
@@ -512,7 +512,7 @@ public:
                com::sun::star::uno::RuntimeException );
 };
 
-//=========================================================================
+
 
 class ContentResultSetWrapperListener
         : public cppu::OWeakObject
@@ -527,34 +527,34 @@ public:
 
     virtual ~ContentResultSetWrapperListener();
 
-    //-----------------------------------------------------------------
+
     // XInterface
-    //-----------------------------------------------------------------
+
     XINTERFACE_DECL()
 
-    //-----------------------------------------------------------------
+
     //XEventListener
-    //-----------------------------------------------------------------
+
     virtual void SAL_CALL
         disposing( const com::sun::star::lang::EventObject& Source )
         throw( com::sun::star::uno::RuntimeException );
 
-    //-----------------------------------------------------------------
+
     //XPropertyChangeListener
-    //-----------------------------------------------------------------
+
     virtual void SAL_CALL
     propertyChange( const com::sun::star::beans::PropertyChangeEvent& evt )
         throw( com::sun::star::uno::RuntimeException );
 
-    //-----------------------------------------------------------------
+
     //XVetoableChangeListener
-    //-----------------------------------------------------------------
+
     virtual void SAL_CALL
     vetoableChange( const com::sun::star::beans::PropertyChangeEvent& aEvent )
         throw( com::sun::star::beans::PropertyVetoException,
                com::sun::star::uno::RuntimeException );
 
-    //-----------------------------------------------------------------
+
     // own methods:
     void SAL_CALL impl_OwnerDies();
 };
diff --git a/ucb/source/cacher/dynamicresultsetwrapper.cxx b/ucb/source/cacher/dynamicresultsetwrapper.cxx
index dc96206..f99e237 100644
--- a/ucb/source/cacher/dynamicresultsetwrapper.cxx
+++ b/ucb/source/cacher/dynamicresultsetwrapper.cxx
@@ -66,7 +66,7 @@ DynamicResultSetWrapper::DynamicResultSetWrapper(
 void SAL_CALL DynamicResultSetWrapper::impl_init()
 {
     //call this at the end of constructor of derived class
-    //
+
 
     Reference< XDynamicResultSet > xSource = NULL;
     {
@@ -88,7 +88,7 @@ DynamicResultSetWrapper::~DynamicResultSetWrapper()
 void SAL_CALL DynamicResultSetWrapper::impl_deinit()
 {
     //call this at start of destructor of derived class
-    //
+
     m_pMyListenerImpl->impl_OwnerDies();
 }
 
diff --git a/ucb/source/cacher/dynamicresultsetwrapper.hxx b/ucb/source/cacher/dynamicresultsetwrapper.hxx
index 8c7c6e6..f4d09d8 100644
--- a/ucb/source/cacher/dynamicresultsetwrapper.hxx
+++ b/ucb/source/cacher/dynamicresultsetwrapper.hxx
@@ -36,7 +36,7 @@
 #include <com/sun/star/ucb/XDynamicResultSetListener.hpp>
 #include <com/sun/star/lang/XMultiServiceFactory.hpp>
 
-//=========================================================================
+
 
 class DynamicResultSetWrapperListener;
 class DynamicResultSetWrapper
@@ -74,12 +74,12 @@ protected:
     //com::sun::star::uno::Reference< com::sun::star::sdbc::XResultSet >
     //                      m_xSourceResultCurrent;
     //sal_Bool              m_bUseOne;
-    //
+
     com::sun::star::uno::Reference< com::sun::star::sdbc::XResultSet >
                             m_xMyResultOne;
     com::sun::star::uno::Reference< com::sun::star::sdbc::XResultSet >
                             m_xMyResultTwo;
-    //
+
     com::sun::star::uno::Reference< com::sun::star::ucb::XDynamicResultSetListener >
                             m_xListener;
 
@@ -111,13 +111,13 @@ public:
 
     virtual ~DynamicResultSetWrapper();
 
-    //-----------------------------------------------------------------
+
     // XInterface
     virtual com::sun::star::uno::Any SAL_CALL
     queryInterface( const com::sun::star::uno::Type & rType )
         throw( com::sun::star::uno::RuntimeException );
 
-    //-----------------------------------------------------------------
+
     // XDynamicResultSet
     virtual com::sun::star::uno::Reference< com::sun::star::sdbc::XResultSet > SAL_CALL
     getStaticResultSet()
@@ -141,7 +141,7 @@ public:
     virtual sal_Int16 SAL_CALL
     getCapabilities() throw( com::sun::star::uno::RuntimeException );
 
-    //-----------------------------------------------------------------
+
     // XComponent ( base of XDynamicResultSet )
     virtual void SAL_CALL
     dispose() throw( com::sun::star::uno::RuntimeException );
@@ -156,7 +156,7 @@ public:
         com::sun::star::lang::XEventListener >& Listener )
             throw( com::sun::star::uno::RuntimeException );
 
-    //-----------------------------------------------------------------
+
     // XSourceInitialization
 
     virtual void SAL_CALL
@@ -165,7 +165,7 @@ public:
          throw( com::sun::star::ucb::AlreadyInitializedException
                 , com::sun::star::uno::RuntimeException );
 
-    //-----------------------------------------------------------------
+
     // own methods:
     virtual void SAL_CALL
     impl_disposing( const com::sun::star::lang::EventObject& Source )
@@ -176,7 +176,7 @@ public:
         throw( com::sun::star::uno::RuntimeException );
 };
 
-//=========================================================================
+
 
 class DynamicResultSetWrapperListener
                 : public cppu::OWeakObject
@@ -191,24 +191,24 @@ public:
 
     virtual ~DynamicResultSetWrapperListener();
 
-    //-----------------------------------------------------------------
+
     // XInterface
-    //-----------------------------------------------------------------
+
     XINTERFACE_DECL()
 
-    //-----------------------------------------------------------------
+
     // XEventListener ( base of XDynamicResultSetListener )
-    //-----------------------------------------------------------------
+
     virtual void SAL_CALL
     disposing( const com::sun::star::lang::EventObject& Source )
         throw( com::sun::star::uno::RuntimeException );
-    //-----------------------------------------------------------------
+
     // XDynamicResultSetListener
     virtual void SAL_CALL
     notify( const ::com::sun::star::ucb::ListEvent& Changes )
         throw( com::sun::star::uno::RuntimeException );
 
-    //-----------------------------------------------------------------
+
     // own methods:
     void SAL_CALL impl_OwnerDies();
 };
diff --git a/ucb/source/core/FileAccess.cxx b/ucb/source/core/FileAccess.cxx
index f629b37..a5dee2c 100644
--- a/ucb/source/core/FileAccess.cxx
+++ b/ucb/source/core/FileAccess.cxx
@@ -228,7 +228,7 @@ void OFileAccess::transferImpl( const OUString& rSource,
         // non-hierachical URL
 
         // #i29648#
-        //
+
 
         if ( aDestObj.GetProtocol() == INET_PROT_VND_SUN_STAR_EXPAND )
         {
diff --git a/ucb/source/core/cmdenv.cxx b/ucb/source/core/cmdenv.cxx
index 0752b59..0171383 100644
--- a/ucb/source/core/cmdenv.cxx
+++ b/ucb/source/core/cmdenv.cxx
@@ -32,13 +32,13 @@
 using namespace com::sun::star;
 using namespace ucb_cmdenv;
 
-//=========================================================================
-//=========================================================================
-//
+
+
+
 // UcbCommandEnvironment Implementation.
-//
-//=========================================================================
-//=========================================================================
+
+
+
 
 UcbCommandEnvironment::UcbCommandEnvironment(
     const uno::Reference< lang::XMultiServiceFactory >& /*xSMgr*/ )
@@ -46,17 +46,17 @@ UcbCommandEnvironment::UcbCommandEnvironment(
 {
 }
 
-//=========================================================================
+
 // virtual
 UcbCommandEnvironment::~UcbCommandEnvironment()
 {
 }
 
-//=========================================================================
-//
+
+
 // XInitialization methods.
-//
-//=========================================================================
+
+
 
 // virtual
 void SAL_CALL UcbCommandEnvironment::initialize(
@@ -70,11 +70,11 @@ void SAL_CALL UcbCommandEnvironment::initialize(
         throw lang::IllegalArgumentException();
 }
 
-//=========================================================================
-//
+
+
 // XServiceInfo methods.
-//
-//=========================================================================
+
+
 
 // virtual
 OUString SAL_CALL UcbCommandEnvironment::getImplementationName()
@@ -83,7 +83,7 @@ OUString SAL_CALL UcbCommandEnvironment::getImplementationName()
     return getImplementationName_Static();
 }
 
-//=========================================================================
+
 // virtual
 sal_Bool SAL_CALL
 UcbCommandEnvironment::supportsService( const OUString& ServiceName )
@@ -92,7 +92,7 @@ UcbCommandEnvironment::supportsService( const OUString& ServiceName )
     return cppu::supportsService(this, ServiceName);
 }
 
-//=========================================================================
+
 // virtual
 uno::Sequence< OUString > SAL_CALL
 UcbCommandEnvironment::getSupportedServiceNames()
@@ -101,14 +101,14 @@ UcbCommandEnvironment::getSupportedServiceNames()
     return getSupportedServiceNames_Static();
 }
 
-//=========================================================================
+
 // static
 OUString UcbCommandEnvironment::getImplementationName_Static()
 {
     return OUString( "com.sun.star.comp.ucb.CommandEnvironment" );
 }
 
-//=========================================================================
+
 // static
 uno::Sequence< OUString >
 UcbCommandEnvironment::getSupportedServiceNames_Static()
@@ -118,11 +118,11 @@ UcbCommandEnvironment::getSupportedServiceNames_Static()
     return aSNS;
 }
 
-//=========================================================================
-//
+
+
 // XCommandInfo methods.
-//
-//=========================================================================
+
+
 
 // virtual
 uno::Reference< task::XInteractionHandler > SAL_CALL
@@ -132,7 +132,7 @@ UcbCommandEnvironment::getInteractionHandler()
     return m_xIH;
 }
 
-//=========================================================================
+
 // virtual
 uno::Reference< ucb::XProgressHandler > SAL_CALL
 UcbCommandEnvironment::getProgressHandler()
@@ -141,11 +141,11 @@ UcbCommandEnvironment::getProgressHandler()
     return m_xPH;
 }
 
-//=========================================================================
-//
+
+
 // Service factory implementation.
-//
-//=========================================================================
+
+
 
 static uno::Reference< uno::XInterface > SAL_CALL
 UcbCommandEnvironment_CreateInstance(
@@ -157,7 +157,7 @@ UcbCommandEnvironment_CreateInstance(
     return uno::Reference< uno::XInterface >::query( pX );
 }
 
-//=========================================================================
+
 // static
 uno::Reference< lang::XSingleServiceFactory >
 UcbCommandEnvironment::createServiceFactory(
diff --git a/ucb/source/core/identify.cxx b/ucb/source/core/identify.cxx
index 53d0dff..0eacd9f 100644
--- a/ucb/source/core/identify.cxx
+++ b/ucb/source/core/identify.cxx
@@ -31,11 +31,11 @@ using namespace com::sun::star::lang;
 using namespace com::sun::star::ucb;
 
 
-//=========================================================================
-//
+
+
 // ContentIdentifier Implementation.
-//
-//=========================================================================
+
+
 
 ContentIdentifier::ContentIdentifier(
                         const OUString& ContentId )
@@ -43,37 +43,37 @@ ContentIdentifier::ContentIdentifier(
 {
 }
 
-//=========================================================================
+
 // virtual
 ContentIdentifier::~ContentIdentifier()
 {
 }
 
-//=========================================================================
-//
+
+
 // XInterface methods.
-//
-//=========================================================================
+
+
 
 XINTERFACE_IMPL_2( ContentIdentifier,
                    XTypeProvider,
                    XContentIdentifier );
 
-//=========================================================================
-//
+
+
 // XTypeProvider methods.
-//
-//=========================================================================
+
+
 
 XTYPEPROVIDER_IMPL_2( ContentIdentifier,
                       XTypeProvider,
                       XContentIdentifier );
 
-//=========================================================================
-//
+
+
 // XContentIdentifier methods.
-//
-//=========================================================================
+
+
 
 // virtual
 OUString SAL_CALL ContentIdentifier::getContentIdentifier()
@@ -82,7 +82,7 @@ OUString SAL_CALL ContentIdentifier::getContentIdentifier()
     return m_aContentId;
 }
 
-//=========================================================================
+
 // virtual
 OUString SAL_CALL ContentIdentifier::getContentProviderScheme()
     throw( RuntimeException )
diff --git a/ucb/source/core/identify.hxx b/ucb/source/core/identify.hxx
index 7532578..2aa7803 100644
--- a/ucb/source/core/identify.hxx
+++ b/ucb/source/core/identify.hxx
@@ -27,7 +27,7 @@
 #include <cppuhelper/weak.hxx>
 #include <ucbhelper/macros.hxx>
 
-//=========================================================================
+
 
 class ContentIdentifier :
                 public cppu::OWeakObject,
diff --git a/ucb/source/core/providermap.hxx b/ucb/source/core/providermap.hxx
index f9295fc..8057f73 100644
--- a/ucb/source/core/providermap.hxx
+++ b/ucb/source/core/providermap.hxx
@@ -28,7 +28,7 @@ namespace com { namespace sun { namespace star { namespace ucb {
     class XContentProvider;
 } } } }
 
-//============================================================================
+
 class ProviderListEntry_Impl
 {
     com::sun::star::uno::Reference<
@@ -59,10 +59,10 @@ ProviderListEntry_Impl::getResolvedProvider() const
     return m_xResolvedProvider.is() ? m_xResolvedProvider : resolveProvider();
 }
 
-//============================================================================
+
 typedef std::list< ProviderListEntry_Impl > ProviderList_Impl;
 
-//============================================================================
+
 typedef ucb_impl::RegexpMap< ProviderList_Impl > ProviderMap_Impl;
 
 #endif // _UCB_PROVIDERMAP_HXX_
diff --git a/ucb/source/core/provprox.cxx b/ucb/source/core/provprox.cxx
index bae3f77..a9c4356 100644
--- a/ucb/source/core/provprox.cxx
+++ b/ucb/source/core/provprox.cxx
@@ -28,13 +28,13 @@ using namespace com::sun::star::ucb;
 using namespace com::sun::star::uno;
 
 
-//=========================================================================
-//=========================================================================
-//
+
+
+
 // UcbContentProviderProxyFactory Implementation.
-//
-//=========================================================================
-//=========================================================================
+
+
+
 
 UcbContentProviderProxyFactory::UcbContentProviderProxyFactory(
                         const Reference< XMultiServiceFactory >& rxSMgr )
@@ -42,57 +42,57 @@ UcbContentProviderProxyFactory::UcbContentProviderProxyFactory(
 {
 }
 
-//=========================================================================
+
 // virtual
 UcbContentProviderProxyFactory::~UcbContentProviderProxyFactory()
 {
 }
 
-//=========================================================================
-//
+
+
 // XInterface methods.
-//
-//=========================================================================
+
+
 
 XINTERFACE_IMPL_3( UcbContentProviderProxyFactory,
                    XTypeProvider,
                    XServiceInfo,
                    XContentProviderFactory );
 
-//=========================================================================
-//
+
+
 // XTypeProvider methods.
-//
-//=========================================================================
+
+
 
 XTYPEPROVIDER_IMPL_3( UcbContentProviderProxyFactory,
                           XTypeProvider,
                       XServiceInfo,
                           XContentProviderFactory );
 
-//=========================================================================
-//
+
+
 // XServiceInfo methods.
-//
-//=========================================================================
+
+
 
 XSERVICEINFO_IMPL_1( UcbContentProviderProxyFactory,
                      OUString( "com.sun.star.comp.ucb.UcbContentProviderProxyFactory" ),
                      OUString( PROVIDER_FACTORY_SERVICE_NAME ) );
 
-//=========================================================================
-//
+
+
 // Service factory implementation.
-//
-//=========================================================================
+
+
 
 ONE_INSTANCE_SERVICE_FACTORY_IMPL( UcbContentProviderProxyFactory );
 
-//=========================================================================
-//
+
+
 // XContentProviderFactory methods.
-//
-//=========================================================================
+
+
 
 // virtual
 Reference< XContentProvider > SAL_CALL
@@ -104,13 +104,13 @@ UcbContentProviderProxyFactory::createContentProvider(
                         new UcbContentProviderProxy( m_xSMgr, Service ) );
 }
 
-//=========================================================================
-//=========================================================================
-//
+
+
+
 // UcbContentProviderProxy Implementation.
-//
-//=========================================================================
-//=========================================================================
+
+
+
 
 UcbContentProviderProxy::UcbContentProviderProxy(
                         const Reference< XMultiServiceFactory >& rxSMgr,
@@ -122,21 +122,21 @@ UcbContentProviderProxy::UcbContentProviderProxy(
 {
 }
 
-//=========================================================================
+
 // virtual
 UcbContentProviderProxy::~UcbContentProviderProxy()
 {
 }
 
-//=========================================================================
-//
+
+
 // XInterface methods.
-//
-//=========================================================================
+
+
 
 XINTERFACE_COMMON_IMPL( UcbContentProviderProxy );
 
-//============================================================================
+
 // virtual
 Any SAL_CALL
 UcbContentProviderProxy::queryInterface( const Type & rType )
@@ -164,15 +164,15 @@ UcbContentProviderProxy::queryInterface( const Type & rType )
     return aRet;
 }
 
-//=========================================================================
-//
+
+
 // XTypeProvider methods.
-//
-//=========================================================================
+
+
 
 XTYPEPROVIDER_COMMON_IMPL( UcbContentProviderProxy );
 
-//=========================================================================
+
 
 Sequence< Type > SAL_CALL UcbContentProviderProxy::getTypes()                                                           \
     throw( RuntimeException )
@@ -196,21 +196,21 @@ Sequence< Type > SAL_CALL UcbContentProviderProxy::getTypes()
     }
 }
 
-//=========================================================================
-//
+
+
 // XServiceInfo methods.
-//
-//=========================================================================
+
+
 
 XSERVICEINFO_NOFACTORY_IMPL_1( UcbContentProviderProxy,
                             OUString( "com.sun.star.comp.ucb.UcbContentProviderProxy" ),
                             OUString( PROVIDER_PROXY_SERVICE_NAME ) );
 
-//=========================================================================
-//
+
+
 // XContentProvider methods.
-//
-//=========================================================================
+
+
 
 // virtual
 Reference< XContent > SAL_CALL UcbContentProviderProxy::queryContent(
@@ -229,7 +229,7 @@ Reference< XContent > SAL_CALL UcbContentProviderProxy::queryContent(
     return Reference< XContent >();
 }
 
-//=========================================================================
+
 // virtual
 sal_Int32 SAL_CALL UcbContentProviderProxy::compareContentIds(
                        const Reference< XContentIdentifier >& Id1,
@@ -249,11 +249,11 @@ sal_Int32 SAL_CALL UcbContentProviderProxy::compareContentIds(
     return 0;
 }
 
-//=========================================================================
-//
+
+
 // XParameterizedContentProvider methods.
-//
-//=========================================================================
+
+
 
 // virtual
 Reference< XContentProvider > SAL_CALL
@@ -279,7 +279,7 @@ UcbContentProviderProxy::registerInstance( const OUString& Template,
     return this;
 }
 
-//=========================================================================
+
 // virtual
 Reference< XContentProvider > SAL_CALL
 UcbContentProviderProxy::deregisterInstance( const OUString& Template,
@@ -314,11 +314,11 @@ UcbContentProviderProxy::deregisterInstance( const OUString& Template,
     return this;
 }
 
-//=========================================================================
-//
+
+
 // XContentProviderSupplier methods.
-//
-//=========================================================================
+
+
 
 // virtual
 Reference< XContentProvider > SAL_CALL
diff --git a/ucb/source/core/provprox.hxx b/ucb/source/core/provprox.hxx
index fd40d0c..4bfc579 100644
--- a/ucb/source/core/provprox.hxx
+++ b/ucb/source/core/provprox.hxx
@@ -31,18 +31,18 @@
 #include <cppuhelper/weak.hxx>
 #include <ucbhelper/macros.hxx>
 
-//=========================================================================
+
 
 #define PROVIDER_FACTORY_SERVICE_NAME \
                             "com.sun.star.ucb.ContentProviderProxyFactory"
 #define PROVIDER_PROXY_SERVICE_NAME \
                             "com.sun.star.ucb.ContentProviderProxy"
 
-//============================================================================
-//
+
+
 // class UcbContentProviderProxyFactory.
-//
-//============================================================================
+
+
 
 class UcbContentProviderProxyFactory :
                 public cppu::OWeakObject,
@@ -75,11 +75,11 @@ public:
         throw( ::com::sun::star::uno::RuntimeException );
 };
 
-//============================================================================
-//
+
+
 // class UcbContentProviderProxy.
-//
-//============================================================================
+
+
 
 class UcbContentProviderProxy :
                 public cppu::OWeakObject,
diff --git a/ucb/source/core/ucb.cxx b/ucb/source/core/ucb.cxx
index eb8acce..b95ad1f 100644
--- a/ucb/source/core/ucb.cxx
+++ b/ucb/source/core/ucb.cxx
@@ -224,11 +224,11 @@ bool createContentProviderData(
 
 }
 
-//=========================================================================
-//
+
+
 // UniversalContentBroker Implementation.
-//
-//=========================================================================
+
+
 
 UniversalContentBroker::UniversalContentBroker(
     const Reference< com::sun::star::uno::XComponentContext >& xContext )
@@ -241,18 +241,18 @@ UniversalContentBroker::UniversalContentBroker(
                 "UniversalContentBroker ctor: No service manager" );
 }
 
-//=========================================================================
+
 // virtual
 UniversalContentBroker::~UniversalContentBroker()
 {
     delete m_pDisposeEventListeners;
 }
 
-//=========================================================================
-//
+
+
 // XInterface methods.
-//
-//=========================================================================
+
+
 
 XINTERFACE_IMPL_9( UniversalContentBroker,
                    XUniversalContentBroker,
@@ -265,11 +265,11 @@ XINTERFACE_IMPL_9( UniversalContentBroker,
                    XContentIdentifierFactory,
                    XCommandProcessor );
 
-//=========================================================================
-//
+
+
 // XTypeProvider methods.
-//
-//=========================================================================
+
+
 
 XTYPEPROVIDER_IMPL_9( UniversalContentBroker,
                       XUniversalContentBroker,
@@ -282,11 +282,11 @@ XTYPEPROVIDER_IMPL_9( UniversalContentBroker,
                       XContentIdentifierFactory,
                       XCommandProcessor );
 
-//=========================================================================
-//
+
+
 // XComponent methods.
-//
-//=========================================================================
+
+
 
 // virtual
 void SAL_CALL UniversalContentBroker::dispose()
@@ -303,7 +303,7 @@ void SAL_CALL UniversalContentBroker::dispose()
         m_xNotifier->removeChangesListener( this );
 }
 
-//=========================================================================
+
 // virtual
 void SAL_CALL UniversalContentBroker::addEventListener(
                             const Reference< XEventListener >& Listener )
@@ -315,7 +315,7 @@ void SAL_CALL UniversalContentBroker::addEventListener(
     m_pDisposeEventListeners->addInterface( Listener );
 }
 
-//=========================================================================
+
 // virtual
 void SAL_CALL UniversalContentBroker::removeEventListener(
                             const Reference< XEventListener >& Listener )
@@ -327,29 +327,29 @@ void SAL_CALL UniversalContentBroker::removeEventListener(
     // Note: Don't want to delete empty container here -> performance.
 }
 
-//=========================================================================
-//
+
+
 // XServiceInfo methods.
-//
-//=========================================================================
+
+
 
 XSERVICEINFO_IMPL_1_CTX( UniversalContentBroker,
                      OUString( "com.sun.star.comp.ucb.UniversalContentBroker" ),
                      OUString( UCB_SERVICE_NAME ) );
 
-//=========================================================================
-//
+
+
 // Service factory implementation.
-//
-//=========================================================================
+
+
 
 ONE_INSTANCE_SERVICE_FACTORY_IMPL( UniversalContentBroker );
 
-//=========================================================================
-//
+
+
 // XInitialization methods.
-//
-//=========================================================================
+
+
 
 // virtual
 void SAL_CALL UniversalContentBroker::initialize(
@@ -387,11 +387,11 @@ void SAL_CALL UniversalContentBroker::initialize(
     configureUcb();
 }
 
-//=========================================================================
-//
+
+
 // XContentProviderManager methods.
-//
-//=========================================================================
+
+
 
 // virtual
 Reference< XContentProvider > SAL_CALL
@@ -440,7 +440,7 @@ UniversalContentBroker::registerContentProvider(
     return xPrevious;
 }
 
-//=========================================================================
+
 // virtual
 void SAL_CALL UniversalContentBroker::deregisterContentProvider(
                               const Reference< XContentProvider >& Provider,
@@ -479,7 +479,7 @@ void SAL_CALL UniversalContentBroker::deregisterContentProvider(
     }
 }
 
-//=========================================================================
+
 // virtual
 com::sun::star::uno::Sequence< ContentProviderInfo > SAL_CALL
                             UniversalContentBroker::queryContentProviders()
@@ -506,7 +506,7 @@ com::sun::star::uno::Sequence< ContentProviderInfo > SAL_CALL
     return aSeq;
 }
 
-//=========================================================================
+
 // virtual
 Reference< XContentProvider > SAL_CALL
         UniversalContentBroker::queryContentProvider( const OUString&
@@ -516,21 +516,21 @@ Reference< XContentProvider > SAL_CALL
     return queryContentProvider( Identifier, sal_False );
 }
 
-//=========================================================================
-//
+
+
 // XContentProvider methods.
-//
-//=========================================================================
+
+
 
 // virtual
 Reference< XContent > SAL_CALL UniversalContentBroker::queryContent(
                         const Reference< XContentIdentifier >& Identifier )
     throw( IllegalIdentifierException, com::sun::star::uno::RuntimeException )
 {
-    //////////////////////////////////////////////////////////////////////
+
     // Let the content provider for the scheme given with the content
     // identifier create the XContent instance.
-    //////////////////////////////////////////////////////////////////////
+
 
     if ( !Identifier.is() )
         return Reference< XContent >();
@@ -543,7 +543,7 @@ Reference< XContent > SAL_CALL UniversalContentBroker::queryContent(
     return Reference< XContent >();
 }
 
-//=========================================================================
+
 // virtual
 sal_Int32 SAL_CALL UniversalContentBroker::compareContentIds(
                                 const Reference< XContentIdentifier >& Id1,
@@ -567,11 +567,11 @@ sal_Int32 SAL_CALL UniversalContentBroker::compareContentIds(
         return aURI1.compareTo( aURI2 );
 }
 
-//=========================================================================
-//
+
+
 // XContentIdentifierFactory methods.
-//
-//=========================================================================
+
+
 
 // virtual
 Reference< XContentIdentifier > SAL_CALL
@@ -579,12 +579,12 @@ Reference< XContentIdentifier > SAL_CALL
                                             const OUString& ContentId )
     throw( com::sun::star::uno::RuntimeException )
 {
-    //////////////////////////////////////////////////////////////////////
+
     // Let the content provider for the scheme given with content
     // identifier create the XContentIdentifier instance, if he supports
     // the XContentIdentifierFactory interface. Otherwise create standard
     // implementation object for XContentIdentifier.
-    //////////////////////////////////////////////////////////////////////
+
 
     Reference< XContentIdentifier > xIdentifier;
 
@@ -603,11 +603,11 @@ Reference< XContentIdentifier > SAL_CALL
     return xIdentifier;
 }
 
-//=========================================================================
-//
+
+
 // XCommandProcessor methods.
-//
-//=========================================================================
+
+
 
 // virtual
 sal_Int32 SAL_CALL UniversalContentBroker::createCommandIdentifier()
@@ -619,7 +619,7 @@ sal_Int32 SAL_CALL UniversalContentBroker::createCommandIdentifier()
     return ++m_nCommandId;
 }
 
-//=========================================================================
+
 // virtual
 Any SAL_CALL UniversalContentBroker::execute(
                           const Command& aCommand,
@@ -629,24 +629,24 @@ Any SAL_CALL UniversalContentBroker::execute(
 {
     Any aRet;
 
-    //////////////////////////////////////////////////////////////////////
+
     // Note: Don't forget to adapt ucb_commands::CommandProcessorInfo
     //       ctor in ucbcmds.cxx when adding new commands!
-    //////////////////////////////////////////////////////////////////////
+
 
     if ( ( aCommand.Handle == GETCOMMANDINFO_HANDLE ) || aCommand.Name == GETCOMMANDINFO_NAME )
     {
-        //////////////////////////////////////////////////////////////////
+
         // getCommandInfo
-        //////////////////////////////////////////////////////////////////
+
 
         aRet <<= getCommandInfo();
     }
     else if ( ( aCommand.Handle == GLOBALTRANSFER_HANDLE ) || aCommand.Name == GLOBALTRANSFER_NAME )
     {
-        //////////////////////////////////////////////////////////////////
+
         // globalTransfer
-        //////////////////////////////////////////////////////////////////
+
 
         GlobalTransferCommandArgument2 aTransferArg;
         if ( !( aCommand.Argument >>= aTransferArg ) )
@@ -690,9 +690,9 @@ Any SAL_CALL UniversalContentBroker::execute(
     }
     else
     {
-        //////////////////////////////////////////////////////////////////
+
         // Unknown command
-        //////////////////////////////////////////////////////////////////
+
 
         ucbhelper::cancelCommandExecution(
             makeAny( UnsupportedCommandException(
@@ -705,11 +705,11 @@ Any SAL_CALL UniversalContentBroker::execute(
     return aRet;
 }
 
-//=========================================================================
-//
+
+
 // XCommandProcessor2 methods.
-//
-//=========================================================================
+
+
 
 // virtual
 void SAL_CALL UniversalContentBroker::releaseCommandIdentifier(sal_Int32 /*aCommandId*/)
@@ -718,7 +718,7 @@ void SAL_CALL UniversalContentBroker::releaseCommandIdentifier(sal_Int32 /*aComm
     // @@@ Not implemeted ( yet).
 }
 
-//=========================================================================
+
 // virtual
 void SAL_CALL UniversalContentBroker::abort( sal_Int32 )
     throw( RuntimeException )
@@ -726,11 +726,11 @@ void SAL_CALL UniversalContentBroker::abort( sal_Int32 )
     // @@@ Not implemeted ( yet).
 }
 
-//=========================================================================
-//
+
+
 // XChangesListener methods
-//
-//=========================================================================
+
+
 // virtual
 void SAL_CALL UniversalContentBroker::changesOccurred( const util::ChangesEvent& Event )
         throw( uno::RuntimeException )
@@ -760,7 +760,7 @@ void SAL_CALL UniversalContentBroker::changesOccurred( const util::ChangesEvent&
             // ElementChange whether it is an addition or a removal, so as a
             // heuristic consider as removals those that cause a
             // NoSuchElementException in createContentProviderData.
-            //
+
             // For now, removal of UCPs from the configuration is simply ignored
             // (and not reflected in the UCB's data structures):
             if (createContentProviderData(aKey, xHierNameAccess, aInfo))
@@ -773,11 +773,11 @@ void SAL_CALL UniversalContentBroker::changesOccurred( const util::ChangesEvent&
     }
 }
 
-//=========================================================================
-//
+
+
 // XEventListener methods
-//
-//=========================================================================
+
+
 // virtual
 void SAL_CALL UniversalContentBroker::disposing(const lang::EventObject&)
     throw( uno::RuntimeException )
@@ -791,11 +791,11 @@ void SAL_CALL UniversalContentBroker::disposing(const lang::EventObject&)
     }
 }
 
-//=========================================================================
-//
+
+
 // Non-interface methods
-//
-//=========================================================================
+
+
 
 Reference< XContentProvider > UniversalContentBroker::queryContentProvider(
                                 const OUString& Identifier,
@@ -857,7 +857,7 @@ void UniversalContentBroker::prepareAndRegister(
     }
 }
 
-//=========================================================================
+
 bool UniversalContentBroker::getContentProviderData(
             const OUString & rKey1,
             const OUString & rKey2,
@@ -958,11 +958,11 @@ bool UniversalContentBroker::getContentProviderData(
     return true;
 }
 
-//=========================================================================
-//
+
+
 // ProviderListEntry_Impl implementation.
-//
-//=========================================================================
+
+
 
 Reference< XContentProvider > ProviderListEntry_Impl::resolveProvider() const
 {
diff --git a/ucb/source/core/ucb.hxx b/ucb/source/core/ucb.hxx
index 54e215b..36ba641 100644
--- a/ucb/source/core/ucb.hxx
+++ b/ucb/source/core/ucb.hxx
@@ -40,11 +40,11 @@
 #include <ucbhelper/registerucb.hxx>
 
 #include <vector>
-//=========================================================================
+
 
 #define UCB_SERVICE_NAME "com.sun.star.ucb.UniversalContentBroker"
 
-//=========================================================================
+
 
 namespace cppu { class OInterfaceContainerHelper; }
 
diff --git a/ucb/source/core/ucbcmds.cxx b/ucb/source/core/ucbcmds.cxx
index 9334441..a3ffcd4 100644
--- a/ucb/source/core/ucbcmds.cxx
+++ b/ucb/source/core/ucbcmds.cxx
@@ -68,11 +68,11 @@ using namespace com::sun::star;
 namespace
 {
 
-//=========================================================================
-//
+
+
 // struct TransferCommandContext.
-//
-//=========================================================================
+
+
 
 struct TransferCommandContext
 {
@@ -92,11 +92,11 @@ struct TransferCommandContext
       xOrigEnv( rxOrigEnv ), aArg( rArg ) {}
 };
 
-//=========================================================================
-//
+
+
 // class InteractionHandlerProxy.
-//
-//=========================================================================
+
+
 
 class InteractionHandlerProxy :
     public cppu::WeakImplHelper1< task::XInteractionHandler >
@@ -114,7 +114,7 @@ public:
         throw ( uno::RuntimeException );
 };
 
-//=========================================================================
+
 // virtual
 void SAL_CALL InteractionHandlerProxy::handle(
             const uno::Reference< task::XInteractionRequest >& Request )
@@ -166,11 +166,11 @@ void SAL_CALL InteractionHandlerProxy::handle(
     m_xOrig->handle( Request );
 }
 
-//=========================================================================
-//
+
+
 // class ActiveDataSink.
-//
-//=========================================================================
+
+
 
 class ActiveDataSink : public cppu::WeakImplHelper1< io::XActiveDataSink >
 {
@@ -185,7 +185,7 @@ public:
         throw( uno::RuntimeException );
 };
 
-//=========================================================================
+
 // virtual
 void SAL_CALL ActiveDataSink::setInputStream(
                         const uno::Reference< io::XInputStream >& aStream )
@@ -194,7 +194,7 @@ void SAL_CALL ActiveDataSink::setInputStream(
     m_xStream = aStream;
 }
 
-//=========================================================================
+
 // virtual
 uno::Reference< io::XInputStream > SAL_CALL ActiveDataSink::getInputStream()
     throw( uno::RuntimeException )
@@ -202,11 +202,11 @@ uno::Reference< io::XInputStream > SAL_CALL ActiveDataSink::getInputStream()
     return m_xStream;
 }
 
-//=========================================================================
-//
+
+
 // class CommandProcessorInfo.
-//
-//=========================================================================
+
+
 
 class CommandProcessorInfo :
     public cppu::WeakImplHelper1< ucb::XCommandInfo >
@@ -232,7 +232,7 @@ public:
         throw( uno::RuntimeException );
 };
 
-//=========================================================================
+
 CommandProcessorInfo::CommandProcessorInfo()
 {
     m_pInfo = new uno::Sequence< ucb::CommandInfo >( 2 );
@@ -258,14 +258,14 @@ CommandProcessorInfo::CommandProcessorInfo()
                     ucb::GlobalTransferCommandArgument * >( 0 ) ) ); // ArgType
 }
 
-//=========================================================================
+
 // virtual
 CommandProcessorInfo::~CommandProcessorInfo()
 {
     delete m_pInfo;
 }
 
-//=========================================================================
+
 // virtual
 uno::Sequence< ucb::CommandInfo > SAL_CALL
 CommandProcessorInfo::getCommands()
@@ -274,7 +274,7 @@ CommandProcessorInfo::getCommands()
     return uno::Sequence< ucb::CommandInfo >( *m_pInfo );
 }
 
-//=========================================================================
+
 // virtual
 ucb::CommandInfo SAL_CALL
 CommandProcessorInfo::getCommandInfoByName( const OUString& Name )
@@ -289,7 +289,7 @@ CommandProcessorInfo::getCommandInfoByName( const OUString& Name )
     throw ucb::UnsupportedCommandException();
 }
 
-//=========================================================================
+
 // virtual
 ucb::CommandInfo SAL_CALL
 CommandProcessorInfo::getCommandInfoByHandle( sal_Int32 Handle )
@@ -304,7 +304,7 @@ CommandProcessorInfo::getCommandInfoByHandle( sal_Int32 Handle )
     throw ucb::UnsupportedCommandException();
 }
 
-//=========================================================================
+
 // virtual
 sal_Bool SAL_CALL CommandProcessorInfo::hasCommandByName(
                                                 const OUString& Name )
@@ -319,7 +319,7 @@ sal_Bool SAL_CALL CommandProcessorInfo::hasCommandByName(
     return sal_False;
 }
 
-//=========================================================================
+
 // virtual
 sal_Bool SAL_CALL CommandProcessorInfo::hasCommandByHandle( sal_Int32 Handle )
     throw( uno::RuntimeException )
@@ -333,9 +333,9 @@ sal_Bool SAL_CALL CommandProcessorInfo::hasCommandByHandle( sal_Int32 Handle )
     return sal_False;
 }
 
-//=========================================================================
-//=========================================================================
-//=========================================================================
+
+
+
 
 OUString createDesiredName(
     const OUString & rSourceURL, const OUString & rNewTitle )
@@ -398,7 +398,7 @@ OUString createDesiredName(
     return createDesiredName( rArg.SourceURL, rArg.NewTitle );
 }
 
-//=========================================================================
+
 enum NameClashContinuation { NOT_HANDLED, ABORT, OVERWRITE, NEW_NAME, UNKNOWN };
 
 NameClashContinuation interactiveNameClashResolve(
@@ -474,7 +474,7 @@ NameClashContinuation interactiveNameClashResolve(
     return NOT_HANDLED;
 }
 
-//=========================================================================
+
 bool setTitle(
         const uno::Reference< ucb::XCommandProcessor > & xCommandProcessor,
         const uno::Reference< ucb::XCommandEnvironment > & xEnv,
@@ -521,7 +521,7 @@ bool setTitle(
     return true;
 }
 
-//=========================================================================
+
 uno::Reference< ucb::XContent > createNew(
                     const TransferCommandContext & rContext,
                     const uno::Reference< ucb::XContent > & xTarget,
@@ -530,11 +530,11 @@ uno::Reference< ucb::XContent > createNew(
                     sal_Bool bSourceIsLink )
     throw( uno::Exception )
 {
-    //////////////////////////////////////////////////////////////////////
-    //
+
+
     // (1) Obtain creatable types from target.
-    //
-    //////////////////////////////////////////////////////////////////////
+
+
 
     // First, try it using "CreatabeleContentsInfo" property and
     // "createNewContent" command -> the "new" way.
@@ -630,11 +630,11 @@ uno::Reference< ucb::XContent > createNew(
         // Unreachable
     }
 
-    //////////////////////////////////////////////////////////////////////
-    //
+
+
     // (2) Try to find a matching target type for the source object.
-    //
-    //////////////////////////////////////////////////////////////////////
+
+
 
     uno::Reference< ucb::XContent > xNew;
     for ( sal_Int32 n = 0; n < nCount; ++n )
@@ -672,7 +672,7 @@ uno::Reference< ucb::XContent > createNew(
             {
                 // (not a and not b) or (a and b)
                 // not( a or b) or (a and b)
-                //
+
                 if ( ( !!bSourceIsFolder ==
                         !!( nAttribs
                             & ucb::ContentInfoAttribute::KIND_FOLDER ) )
@@ -700,11 +700,11 @@ uno::Reference< ucb::XContent > createNew(
 
         if ( bMatch )
         {
-            //////////////////////////////////////////////////////////////
-            //
+
+
             // (3) Create a new, empty object of matched type.
-            //
-            //////////////////////////////////////////////////////////////
+
+
 
             if ( !xCreator.is() )
             {
@@ -750,7 +750,7 @@ uno::Reference< ucb::XContent > createNew(
     return xNew;
 }
 
-//=========================================================================
+
 void transferProperties(
     const TransferCommandContext & rContext,
     const uno::Reference< ucb::XCommandProcessor > & xCommandProcessorS,
@@ -909,7 +909,7 @@ void transferProperties(
     //     new object? addProperty ???
 }
 
-//=========================================================================
+
 uno::Reference< io::XInputStream > getInputStream(
     const TransferCommandContext & rContext,
     const uno::Reference< ucb::XCommandProcessor > & xCommandProcessorS )
@@ -917,11 +917,11 @@ uno::Reference< io::XInputStream > getInputStream(
 {
     uno::Reference< io::XInputStream > xInputStream;
 
-    //////////////////////////////////////////////////////////////////////
-    //
+
+
     // (1) Try to get data as XInputStream via XActiveDataSink.
-    //
-    //////////////////////////////////////////////////////////////////////
+
+
 
     try
     {
@@ -952,11 +952,11 @@ uno::Reference< io::XInputStream > getInputStream(
 
     if ( !xInputStream.is() )
     {
-        //////////////////////////////////////////////////////////////////
-        //
+
+
         // (2) Try to get data via XOutputStream.
-        //
-        //////////////////////////////////////////////////////////////////
+
+
 
         try
         {
@@ -991,7 +991,7 @@ uno::Reference< io::XInputStream > getInputStream(
     return xInputStream;
 }
 
-//=========================================================================
+
 uno::Reference< sdbc::XResultSet > getResultSet(
     const TransferCommandContext & rContext,
     const uno::Reference< ucb::XCommandProcessor > & xCommandProcessorS )
@@ -1037,7 +1037,7 @@ uno::Reference< sdbc::XResultSet > getResultSet(
     return xResultSet;
 }
 
-//=========================================================================
+
 void handleNameClashRename(
         const TransferCommandContext & rContext,
         const uno::Reference< ucb::XContent > & xNew,
@@ -1210,7 +1210,7 @@ void handleNameClashRename(
     }
 }
 
-//=========================================================================
+
 void globalTransfer_(
         const TransferCommandContext & rContext,
         const uno::Reference< ucb::XContent > & xSource,
@@ -1247,12 +1247,12 @@ void globalTransfer_(
     // TargetURL: property is optional.
     sal_Bool bSourceIsLink = !xSourceProps->getString( 3 ).isEmpty();
 
-    //////////////////////////////////////////////////////////////////////
-    //
+
+
     // (1) Try to find a matching target type for the source object and
     //     create a new, empty object of that type.
-    //
-    //////////////////////////////////////////////////////////////////////
+
+
 
     uno::Reference< ucb::XContent > xNew = createNew( rContext,
                                                       xTarget,
@@ -1276,11 +1276,11 @@ void globalTransfer_(
         // Unreachable
     }
 
-    //////////////////////////////////////////////////////////////////////
-    //
+
+
     // (2) Transfer property values from source to new object.
-    //
-    //////////////////////////////////////////////////////////////////////
+
+
 
     uno::Reference< ucb::XCommandProcessor > xCommandProcessorN(
                                                     xNew, uno::UNO_QUERY );
@@ -1326,11 +1326,11 @@ void globalTransfer_(
 
     transferProperties( rContext, xCommandProcessorS, xCommandProcessorN );
 
-    //////////////////////////////////////////////////////////////////////
-    //
+
+
     // (3) Try to obtain a data stream from source.
-    //
-    //////////////////////////////////////////////////////////////////////
+
+
 
     uno::Reference< io::XInputStream > xInputStream;
 
@@ -1338,11 +1338,11 @@ void globalTransfer_(
                                 != ucb::TransferCommandOperation_LINK ) )
         xInputStream = getInputStream( rContext, xCommandProcessorS );
 
-    //////////////////////////////////////////////////////////////////////
-    //
+
+
     // (4) Try to obtain a resultset (children) from source.
-    //
-    //////////////////////////////////////////////////////////////////////
+
+
 
     uno::Reference< sdbc::XResultSet > xResultSet;
 
@@ -1350,11 +1350,11 @@ void globalTransfer_(
                                 != ucb::TransferCommandOperation_LINK ) )
         xResultSet = getResultSet( rContext, xCommandProcessorS );
 
-    //////////////////////////////////////////////////////////////////////
-    //
+
+
     // (5) Insert (store) new content.
-    //
-    //////////////////////////////////////////////////////////////////////
+
+
 
     ucb::InsertCommandArgument2 aArg;
     aArg.Data = xInputStream;
@@ -1547,11 +1547,11 @@ void globalTransfer_(
     }
     while ( bRetry );
 
-    //////////////////////////////////////////////////////////////////////
-    //
+
+
     // (6) Process children of source.
-    //
-    //////////////////////////////////////////////////////////////////////
+
+
 
     if ( xResultSet.is() )
     {
@@ -1677,11 +1677,11 @@ void globalTransfer_(
 
 } /* namescpace */
 
-//=========================================================================
-//
+
+
 // UniversalContentBroker implementation ( XCommandProcessor commands ).
-//
-//=========================================================================
+
+
 
 uno::Reference< ucb::XCommandInfo >
 UniversalContentBroker::getCommandInfo()
@@ -1689,7 +1689,7 @@ UniversalContentBroker::getCommandInfo()
     return uno::Reference< ucb::XCommandInfo >( new CommandProcessorInfo() );
 }
 
-//=========================================================================
+
 void UniversalContentBroker::globalTransfer(
             const ucb::GlobalTransferCommandArgument2 & rArg,
             const uno::Reference< ucb::XCommandEnvironment > & xEnv )
@@ -1707,11 +1707,11 @@ void UniversalContentBroker::globalTransfer(
                xEnv->getProgressHandler() ) );
     }
 
-    //////////////////////////////////////////////////////////////////////
-    //
+
+
     // (1) Try to transfer the content using 'transfer' command.
-    //
-    //////////////////////////////////////////////////////////////////////
+
+
 
     uno::Reference< ucb::XContent > xTarget;
     uno::Reference< ucb::XContentIdentifier > xId
@@ -1894,11 +1894,11 @@ void UniversalContentBroker::globalTransfer(
         while ( bRetry );
     }
 
-    //////////////////////////////////////////////////////////////////////
-    //
+
+
     // (2) Try to transfer the content "manually".
-    //
-    //////////////////////////////////////////////////////////////////////
+
+
 
     uno::Reference< ucb::XContent > xSource;
     try
@@ -2004,11 +2004,11 @@ void UniversalContentBroker::globalTransfer(
     // Do it!
     globalTransfer_( aTransferCtx, xSource, xTarget, xRow );
 
-    //////////////////////////////////////////////////////////////////////
-    //
+
+
     // (3) Delete source, if operation is MOVE.
-    //
-    //////////////////////////////////////////////////////////////////////
+
+
 
     if ( rArg.Operation == ucb::TransferCommandOperation_MOVE )
     {
diff --git a/ucb/source/core/ucbcmds.hxx b/ucb/source/core/ucbcmds.hxx
index c0664f3..3926f80 100644
--- a/ucb/source/core/ucbcmds.hxx
+++ b/ucb/source/core/ucbcmds.hxx
@@ -20,11 +20,11 @@
 #ifndef _UCBCMDS_HXX
 #define _UCBCMDS_HXX
 
-//////////////////////////////////////////////////////////////////////////
-//
+
+
 // Definitions for the commands supported by the UCB.
-//
-//////////////////////////////////////////////////////////////////////////
+
+
 
 #define GETCOMMANDINFO_NAME     "getCommandInfo"
 #define GETCOMMANDINFO_HANDLE   1024
diff --git a/ucb/source/core/ucbprops.cxx b/ucb/source/core/ucbprops.cxx
index ee61cb6..11fdf82 100644
--- a/ucb/source/core/ucbprops.cxx
+++ b/ucb/source/core/ucbprops.cxx
@@ -39,11 +39,11 @@ using namespace com::sun::star::uno;
 using namespace com::sun::star::util;
 
 
-//=========================================================================
-//
+
+
 // struct PropertyTableEntry
-//
-//=========================================================================
+
+
 
 struct PropertyTableEntry
 {
@@ -53,11 +53,11 @@ struct PropertyTableEntry
     const com::sun::star::uno::Type& (*pGetCppuType)();
 };
 
-//////////////////////////////////////////////////////////////////////////
-//
+
+
 // CPPU type access functions.
-//
-//////////////////////////////////////////////////////////////////////////
+
+
 
 static const com::sun::star::uno::Type& OUString_getCppuType()
 {
@@ -158,9 +158,9 @@ static const com::sun::star::uno::Type& Sequence_SendMediaTypes_getCppuType()
                         com::sun::star::ucb::SendMediaTypes > * >( 0 ) );
 }
 
-//////////////////////////////////////////////////////////////////////////////////////////////////////////////
+
 // A table with all well-known UCB properties.
-//////////////////////////////////////////////////////////////////////////////////////////////////////////////
+
 
 #define ATTR_DEFAULT ( PropertyAttribute::BOUND | PropertyAttribute::MAYBEVOID | PropertyAttribute::MAYBEDEFAULT )
 
@@ -278,20 +278,20 @@ static const PropertyTableEntry __aPropertyTable[] =
     { "VIMPostOfficePath",  -1,                                 ATTR_DEFAULT,   &OUString_getCppuType },
     { "VerificationMode",   -1,                                 ATTR_DEFAULT,   &enum_getCppuType },
 
-    //////////////////////////////////////////////////////////////////////////////////////////////////////////////
+
     // EOT.
-    //////////////////////////////////////////////////////////////////////////////////////////////////////////////
+
 
     { 0, 0, 0, 0 }
 };
 
-//=========================================================================
-//=========================================================================
-//
+
+
+
 // UcbPropertiesManager Implementation.
-//
-//=========================================================================
-//=========================================================================
+
+
+
 
 UcbPropertiesManager::UcbPropertiesManager(
                         const Reference< XMultiServiceFactory >& )
@@ -299,58 +299,58 @@ UcbPropertiesManager::UcbPropertiesManager(
 {
 }
 
-//=========================================================================
+
 // virtual
 UcbPropertiesManager::~UcbPropertiesManager()
 {
     delete m_pProps;
 }
 
-//=========================================================================
-//
+
+
 // XInterface methods.
-//
-//=========================================================================
+
+
 
 XINTERFACE_IMPL_3( UcbPropertiesManager,
                    XTypeProvider,
                    XServiceInfo,
                    XPropertySetInfo );
 
-//=========================================================================
-//
+
+
 // XTypeProvider methods.
-//
-//=========================================================================
+
+
 
 XTYPEPROVIDER_IMPL_3( UcbPropertiesManager,
                           XTypeProvider,
                       XServiceInfo,
                           XPropertySetInfo );
 
-//=========================================================================
-//
+
+
 // XServiceInfo methods.
-//
-//=========================================================================
+
+
 
 XSERVICEINFO_IMPL_1( UcbPropertiesManager,
                      OUString( "com.sun.star.comp.ucb.UcbPropertiesManager" ),
                      OUString( PROPERTIES_MANAGER_SERVICE_NAME ) );
 
-//=========================================================================
-//
+
+
 // Service factory implementation.
-//
-//=========================================================================
+
+
 
 ONE_INSTANCE_SERVICE_FACTORY_IMPL( UcbPropertiesManager );
 
-//=========================================================================
-//
+
+
 // XPropertySetInfo methods.
-//
-//=========================================================================
+
+
 
 // virtual
 Sequence< Property > SAL_CALL UcbPropertiesManager::getProperties()
@@ -365,9 +365,9 @@ Sequence< Property > SAL_CALL UcbPropertiesManager::getProperties()
         sal_Int32 nPos  = 0;
         sal_Int32 nSize = m_pProps->getLength();
 
-        //////////////////////////////////////////////////////////////////
+
         // Get info for well-known properties.
-        //////////////////////////////////////////////////////////////////
+
 
         const PropertyTableEntry* pCurr = &__aPropertyTable[ 0 ];
         while ( pCurr->pName )
@@ -401,7 +401,7 @@ Sequence< Property > SAL_CALL UcbPropertiesManager::getProperties()
     return *m_pProps;
 }
 
-//=========================================================================
+
 // virtual
 Property SAL_CALL UcbPropertiesManager::getPropertyByName( const OUString& aName )
     throw( UnknownPropertyException, RuntimeException )
@@ -413,7 +413,7 @@ Property SAL_CALL UcbPropertiesManager::getPropertyByName( const OUString& aName
     throw UnknownPropertyException();
 }
 
-//=========================================================================
+
 // virtual
 sal_Bool SAL_CALL UcbPropertiesManager::hasPropertyByName( const OUString& Name )
     throw( RuntimeException )
@@ -422,11 +422,11 @@ sal_Bool SAL_CALL UcbPropertiesManager::hasPropertyByName( const OUString& Name
     return queryProperty( Name, aProp );
 }
 
-//=========================================================================
-//
+
+
 // Non-Interface methods.
-//
-//=========================================================================
+
+
 
 sal_Bool UcbPropertiesManager::queryProperty(
                                 const OUString& rName, Property& rProp )
diff --git a/ucb/source/core/ucbprops.hxx b/ucb/source/core/ucbprops.hxx
index c63c03a..1ab8964 100644
--- a/ucb/source/core/ucbprops.hxx
+++ b/ucb/source/core/ucbprops.hxx
@@ -28,15 +28,15 @@
 #include <osl/mutex.hxx>
 #include <ucbhelper/macros.hxx>
 
-//=========================================================================
+
 
 #define PROPERTIES_MANAGER_SERVICE_NAME "com.sun.star.ucb.PropertiesManager"
 
-//============================================================================
-//
+
+
 // class UcbPropertiesManager.
-//
-//============================================================================
+
+
 
 class UcbPropertiesManager :
                 public cppu::OWeakObject,
diff --git a/ucb/source/core/ucbserv.cxx b/ucb/source/core/ucbserv.cxx
index 59233c2..df41eaa 100644
--- a/ucb/source/core/ucbserv.cxx
+++ b/ucb/source/core/ucbserv.cxx
@@ -29,7 +29,7 @@
 using namespace com::sun::star::uno;
 using namespace com::sun::star::lang;
 
-//=========================================================================
+
 extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL ucb_component_getFactory(
     const sal_Char * pImplName, void * pServiceManager, void * )
 {
@@ -39,9 +39,9 @@ extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL ucb_component_getFactory(
             reinterpret_cast< XMultiServiceFactory * >( pServiceManager ) );
     Reference< XSingleServiceFactory > xFactory;
 
-    //////////////////////////////////////////////////////////////////////
+
     // Universal Content Broker.
-    //////////////////////////////////////////////////////////////////////
+
 
     if ( UniversalContentBroker::getImplementationName_Static().
                 equalsAscii( pImplName ) )
@@ -49,9 +49,9 @@ extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL ucb_component_getFactory(
         xFactory = UniversalContentBroker::createServiceFactory( xSMgr );
     }
 
-    //////////////////////////////////////////////////////////////////////
+
     // UCB Store.
-    //////////////////////////////////////////////////////////////////////
+
 
     else if ( UcbStore::getImplementationName_Static().
                 equalsAscii( pImplName ) )
@@ -59,9 +59,9 @@ extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL ucb_component_getFactory(
         xFactory = UcbStore::createServiceFactory( xSMgr );
     }
 
-    //////////////////////////////////////////////////////////////////////
+
     // UCB PropertiesManager.
-    //////////////////////////////////////////////////////////////////////
+
 
     else if ( UcbPropertiesManager::getImplementationName_Static().
                 equalsAscii( pImplName ) )
@@ -69,9 +69,9 @@ extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL ucb_component_getFactory(
         xFactory = UcbPropertiesManager::createServiceFactory( xSMgr );
     }
 
-    //////////////////////////////////////////////////////////////////////
+
     // UCP Proxy Factory.
-    //////////////////////////////////////////////////////////////////////
+
 
     else if ( UcbContentProviderProxyFactory::getImplementationName_Static().
                 equalsAscii( pImplName ) )
@@ -79,9 +79,9 @@ extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL ucb_component_getFactory(
         xFactory = UcbContentProviderProxyFactory::createServiceFactory( xSMgr );
     }
 
-    //////////////////////////////////////////////////////////////////////
+
     // Command Environment.
-    //////////////////////////////////////////////////////////////////////
+
 
     else if ( ucb_cmdenv::UcbCommandEnvironment::getImplementationName_Static().
                 equalsAscii( pImplName ) )
diff --git a/ucb/source/core/ucbstore.cxx b/ucb/source/core/ucbstore.cxx
index 04a961f..9a8fe60 100644
--- a/ucb/source/core/ucbstore.cxx
+++ b/ucb/source/core/ucbstore.cxx
@@ -49,7 +49,7 @@ using namespace com::sun::star::util;
 using namespace cppu;
 
 
-//=========================================================================
+
 OUString makeHierarchalNameSegment( const OUString & rIn  )
 {
     OUStringBuffer aBuffer;
@@ -91,7 +91,7 @@ OUString makeHierarchalNameSegment( const OUString & rIn  )
     return OUString( aBuffer.makeStringAndClear() );
 }
 
-//=========================================================================
+
 
 #define STORE_CONTENTPROPERTIES_KEY "/org.openoffice.ucb.Store/ContentProperties"
 
@@ -100,11 +100,11 @@ OUString makeHierarchalNameSegment( const OUString & rIn  )
 // true->async. update; false->sync. update
 #define CFGPROPERTY_LAZYWRITE       "lazywrite"
 
-//=========================================================================
-//
+
+
 // PropertySetMap_Impl.
-//
-//=========================================================================
+
+
 
 typedef boost::unordered_map
 <
@@ -114,11 +114,11 @@ typedef boost::unordered_map
 >
 PropertySetMap_Impl;
 
-//=========================================================================
-//
+
+
 // class PropertySetInfo_Impl
-//
-//=========================================================================
+
+
 
 class PropertySetInfo_Impl :
         public OWeakObject, public XTypeProvider, public XPropertySetInfo
@@ -150,11 +150,11 @@ public:
     void reset() { delete m_pProps; m_pProps = 0; }
 };
 
-//=========================================================================
-//
+
+
 // UcbStore_Impl.
-//
-//=========================================================================
+
+
 
 struct UcbStore_Impl
 {
@@ -163,15 +163,15 @@ struct UcbStore_Impl
     Reference< XPropertySetRegistry > m_xTheRegistry;
 };
 
-//=========================================================================
-//=========================================================================
-//=========================================================================
-//
+
+
+
+
 // UcbStore Implementation.
-//
-//=========================================================================
-//=========================================================================
-//=========================================================================
+
+
+
+
 
 UcbStore::UcbStore( const Reference< XComponentContext >& xContext )
 : m_xContext( xContext ),
@@ -179,18 +179,18 @@ UcbStore::UcbStore( const Reference< XComponentContext >& xContext )
 {
 }
 
-//=========================================================================
+
 // virtual
 UcbStore::~UcbStore()
 {
     delete m_pImpl;
 }
 
-//=========================================================================
-//
+
+
 // XInterface methods.
-//
-//=========================================================================
+
+
 
 XINTERFACE_IMPL_4( UcbStore,
                    XTypeProvider,
@@ -198,11 +198,11 @@ XINTERFACE_IMPL_4( UcbStore,
                    XPropertySetRegistryFactory,
                    XInitialization );
 
-//=========================================================================
-//
+
+
 // XTypeProvider methods.
-//
-//=========================================================================
+
+
 
 XTYPEPROVIDER_IMPL_4( UcbStore,
                          XTypeProvider,
@@ -210,29 +210,29 @@ XTYPEPROVIDER_IMPL_4( UcbStore,
                       XPropertySetRegistryFactory,
                       XInitialization );
 
-//=========================================================================
-//
+
+
 // XServiceInfo methods.
-//
-//=========================================================================
+
+
 
 XSERVICEINFO_IMPL_1_CTX( UcbStore,
                      OUString( "com.sun.star.comp.ucb.UcbStore" ),
                      OUString( STORE_SERVICE_NAME ) );
 
-//=========================================================================
-//
+
+
 // Service factory implementation.
-//
-//=========================================================================
+
+
 
 ONE_INSTANCE_SERVICE_FACTORY_IMPL( UcbStore );
 
-//=========================================================================
-//
+
+
 // XPropertySetRegistryFactory methods.
-//
-//=========================================================================
+
+
 
 // virtual
 Reference< XPropertySetRegistry > SAL_CALL
@@ -252,11 +252,11 @@ UcbStore::createPropertySetRegistry( const OUString& )
     return m_pImpl->m_xTheRegistry;
 }
 
-//=========================================================================
-//
+
+
 // XInitialization methods.
-//
-//=========================================================================
+
+
 
 // virtual
 void SAL_CALL UcbStore::initialize( const Sequence< Any >& aArguments )
@@ -266,17 +266,17 @@ void SAL_CALL UcbStore::initialize( const Sequence< Any >& aArguments )
     m_pImpl->m_aInitArgs = aArguments;
 }
 
-//=========================================================================
+
 const Sequence< Any >& UcbStore::getInitArgs() const
 {
     return m_pImpl->m_aInitArgs;
 }
 
-//=========================================================================
-//
+
+
 // PropertySetRegistry_Impl.
-//
-//=========================================================================
+
+
 
 struct PropertySetRegistry_Impl
 {
@@ -297,15 +297,15 @@ struct PropertySetRegistry_Impl
     }
 };
 
-//=========================================================================
-//=========================================================================
-//=========================================================================
-//
+
+
+
+
 // PropertySetRegistry Implementation.
-//
-//=========================================================================
-//=========================================================================
-//=========================================================================
+
+
+
+
 
 PropertySetRegistry::PropertySetRegistry(
                         const Reference< XComponentContext >& xContext,
@@ -315,18 +315,18 @@ PropertySetRegistry::PropertySetRegistry(
 {
 }
 
-//=========================================================================
+
 // virtual
 PropertySetRegistry::~PropertySetRegistry()
 {
     delete m_pImpl;
 }
 
-//=========================================================================
-//
+
+
 // XInterface methods.
-//
-//=========================================================================
+
+
 
 XINTERFACE_IMPL_5( PropertySetRegistry,
                    XTypeProvider,
@@ -335,11 +335,11 @@ XINTERFACE_IMPL_5( PropertySetRegistry,
                    XElementAccess, /* base of XNameAccess */
                    XNameAccess );
 
-//=========================================================================
-//
+
+
 // XTypeProvider methods.
-//
-//=========================================================================
+
+
 
 XTYPEPROVIDER_IMPL_4( PropertySetRegistry,
                          XTypeProvider,
@@ -347,21 +347,21 @@ XTYPEPROVIDER_IMPL_4( PropertySetRegistry,
                       XPropertySetRegistry,
                       XNameAccess );
 
-//=========================================================================
-//
+
+
 // XServiceInfo methods.
-//
-//=========================================================================
+
+
 
 XSERVICEINFO_NOFACTORY_IMPL_1( PropertySetRegistry,
                                 OUString( "com.sun.star.comp.ucb.PropertySetRegistry" ),
                                 OUString( PROPSET_REG_SERVICE_NAME ) );
 
-//=========================================================================
-//
+
+
 // XPropertySetRegistry methods.
-//
-//=========================================================================
+
+
 
 // virtual
 Reference< XPersistentPropertySet > SAL_CALL
@@ -493,7 +493,7 @@ PropertySetRegistry::openPropertySet( const OUString& key, sal_Bool create )
     return Reference< XPersistentPropertySet >();
 }
 
-//=========================================================================
+
 // virtual
 void SAL_CALL PropertySetRegistry::removePropertySet( const OUString& key )
     throw( RuntimeException )
@@ -550,11 +550,11 @@ void SAL_CALL PropertySetRegistry::removePropertySet( const OUString& key )
     OSL_TRACE( "PropertySetRegistry::removePropertySet - no root access" );
 }
 
-//=========================================================================
-//
+
+
 // XElementAccess methods.
-//
-//=========================================================================
+
+
 
 // virtual
 com::sun::star::uno::Type SAL_CALL PropertySetRegistry::getElementType()
@@ -563,7 +563,7 @@ com::sun::star::uno::Type SAL_CALL PropertySetRegistry::getElementType()
     return getCppuType( ( Reference< XPersistentPropertySet > * ) 0 );
 }
 
-//=========================================================================
+
 // virtual
 sal_Bool SAL_CALL PropertySetRegistry::hasElements()
     throw( RuntimeException )
@@ -578,11 +578,11 @@ sal_Bool SAL_CALL PropertySetRegistry::hasElements()
     return sal_False;
 }
 
-//=========================================================================
-//
+
+
 // XNameAccess methods.
-//
-//=========================================================================
+
+
 
 // virtual
 Any SAL_CALL PropertySetRegistry::getByName( const OUString& aName )
@@ -612,7 +612,7 @@ Any SAL_CALL PropertySetRegistry::getByName( const OUString& aName )
     return Any();
 }
 
-//=========================================================================
+
 // virtual
 Sequence< OUString > SAL_CALL PropertySetRegistry::getElementNames()
     throw( RuntimeException )
@@ -628,7 +628,7 @@ Sequence< OUString > SAL_CALL PropertySetRegistry::getElementNames()
     return Sequence< OUString >( 0 );
 }
 
-//=========================================================================
+
 // virtual
 sal_Bool SAL_CALL PropertySetRegistry::hasByName( const OUString& aName )
     throw( RuntimeException )
@@ -645,7 +645,7 @@ sal_Bool SAL_CALL PropertySetRegistry::hasByName( const OUString& aName )
     return sal_False;
 }
 
-//=========================================================================
+
 void PropertySetRegistry::add( PersistentPropertySet* pSet )
 {
     OUString key( pSet->getKey() );
@@ -657,7 +657,7 @@ void PropertySetRegistry::add( PersistentPropertySet* pSet )
     }
 }
 
-//=========================================================================
+
 void PropertySetRegistry::remove( PersistentPropertySet* pSet )
 {
     OUString key( pSet->getKey() );
@@ -677,7 +677,7 @@ void PropertySetRegistry::remove( PersistentPropertySet* pSet )
     }
 }
 
-//=========================================================================
+
 void PropertySetRegistry::renamePropertySet( const OUString& rOldKey,
                                              const OUString& rNewKey )
 {
@@ -717,9 +717,9 @@ void PropertySetRegistry::renamePropertySet( const OUString& rOldKey,
 
             if ( xFac.is() && xBatch.is() && xContainer.is() )
             {
-                //////////////////////////////////////////////////////
+
                 // Create new "Properties" config item.
-                //////////////////////////////////////////////////////
+
 
                 try
                 {
@@ -774,9 +774,9 @@ void PropertySetRegistry::renamePropertySet( const OUString& rOldKey,
                     return;
                 }
 
-                //////////////////////////////////////////////////////
+
                 // Copy data...
-                //////////////////////////////////////////////////////
+
 
                 Reference< XHierarchicalNameAccess > xRootHierNameAccess(
                                                 xRootNameAccess, UNO_QUERY );
@@ -958,9 +958,9 @@ void PropertySetRegistry::renamePropertySet( const OUString& rOldKey,
                     return;
                 }
 
-                //////////////////////////////////////////////////////
+
                 // Remove old entry...
-                //////////////////////////////////////////////////////
+
 
                 try
                 {
@@ -995,7 +995,7 @@ void PropertySetRegistry::renamePropertySet( const OUString& rOldKey,
     OSL_FAIL( "PropertySetRegistry::renamePropertySet - Error!" );
 }
 
-//=========================================================================
+
 Reference< XMultiServiceFactory > PropertySetRegistry::getConfigProvider()
 {
     if ( !m_pImpl->m_xConfigProvider.is() )
@@ -1032,7 +1032,7 @@ Reference< XMultiServiceFactory > PropertySetRegistry::getConfigProvider()
     return m_pImpl->m_xConfigProvider;
 }
 
-//=========================================================================
+
 Reference< XInterface > PropertySetRegistry::getRootConfigReadAccess()
 {
     try
@@ -1090,7 +1090,7 @@ Reference< XInterface > PropertySetRegistry::getRootConfigReadAccess()
     return Reference< XInterface >();
 }
 
-//=========================================================================
+
 Reference< XInterface > PropertySetRegistry::getConfigWriteAccess(
                                                     const OUString& rPath )
 {
@@ -1179,11 +1179,11 @@ Reference< XInterface > PropertySetRegistry::getConfigWriteAccess(
     return Reference< XInterface >();
 }
 
-//=========================================================================
-//
+
+
 // PropertyListeners_Impl.
-//
-//=========================================================================
+
+
 
 typedef OMultiTypeInterfaceContainerHelperVar
 <
@@ -1191,11 +1191,11 @@ typedef OMultiTypeInterfaceContainerHelperVar
     OUStringHash
 > PropertyListeners_Impl;
 
-//=========================================================================
-//
+
+
 // PersistentPropertySet_Impl.
-//
-//=========================================================================
+
+
 
 struct PersistentPropertySet_Impl
 {
@@ -1230,15 +1230,15 @@ struct PersistentPropertySet_Impl
     }
 };
 
-//=========================================================================
-//=========================================================================
-//=========================================================================
-//
+
+
+
+
 // PersistentPropertySet Implementation.
-//
-//=========================================================================
-//=========================================================================
-//=========================================================================
+
+
+
+
 
 PersistentPropertySet::PersistentPropertySet(
                         const Reference< XComponentContext >& xContext,
@@ -1251,7 +1251,7 @@ PersistentPropertySet::PersistentPropertySet(
     rCreator.add( this );
 }
 
-//=========================================================================
+
 // virtual
 PersistentPropertySet::~PersistentPropertySet()
 {
@@ -1261,11 +1261,11 @@ PersistentPropertySet::~PersistentPropertySet()
     delete m_pImpl;
 }
 
-//=========================================================================
-//
+

... etc. - the rest is truncated


More information about the Libreoffice-commits mailing list