From 060ab521fa0d5d6b9fcb97eab4718c04e8aec944 Mon Sep 17 00:00:00 2001 From: Alexander Wilms Date: Tue, 25 Feb 2014 22:38:20 +0100 Subject: Remove visual noise from ucb MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Tested-by: Caolán McNamara --- ucb/source/ucp/tdoc/tdoc_datasupplier.cxx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'ucb/source/ucp/tdoc/tdoc_datasupplier.cxx') diff --git a/ucb/source/ucp/tdoc/tdoc_datasupplier.cxx b/ucb/source/ucp/tdoc/tdoc_datasupplier.cxx index f14cd677222c..2869de6c6e51 100644 --- a/ucb/source/ucp/tdoc/tdoc_datasupplier.cxx +++ b/ucb/source/ucp/tdoc/tdoc_datasupplier.cxx @@ -38,11 +38,11 @@ using namespace tdoc_ucp; namespace tdoc_ucp { -//========================================================================= -// + + // struct ResultListEntry. -// -//========================================================================= + + struct ResultListEntry { @@ -54,19 +54,19 @@ struct ResultListEntry ResultListEntry( const OUString& rURL ) : aURL( rURL ) {} }; -//========================================================================= -// + + // ResultList. -// -//========================================================================= + + typedef std::vector< ResultListEntry* > ResultList; -//========================================================================= -// + + // struct DataSupplier_Impl. -// -//========================================================================= + + struct DataSupplier_Impl { @@ -90,7 +90,7 @@ struct DataSupplier_Impl ~DataSupplier_Impl(); }; -//========================================================================= + DataSupplier_Impl::~DataSupplier_Impl() { ResultList::const_iterator it = m_aResults.begin(); -- cgit