diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-02-09 09:21:53 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-02-09 08:11:34 +0000 |
commit | 538f276ae0414ea34ede6090b5f56e8fecd6fc65 (patch) | |
tree | efbfb952f3236a6f56540ddae6a896c8c73774a0 /tubes | |
parent | f12e483589888f87843026ceff5ae3c1e615ca02 (diff) |
Formatting changes across all modules
+ Removed comment cruft
+ Tab formatting in number of files
+ Some commented out code removed
+ Tab characters replaced with spaces
+ Newline cleanup in quite a few files
+ Tweak header guard #endifs
Change-Id: I3208ff2f047da890edcc49b73389aca22442f5fc
Reviewed-on: https://gerrit.libreoffice.org/22221
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'tubes')
-rw-r--r-- | tubes/source/manager.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tubes/source/manager.cxx b/tubes/source/manager.cxx index 467baf580228..e4b0f42ddea0 100644 --- a/tubes/source/manager.cxx +++ b/tubes/source/manager.cxx @@ -139,7 +139,6 @@ static void TeleManager_DBusChannelHandler( } } -// - TeleManager - void TeleManager::addConference( TeleConference* pConference ) { @@ -359,7 +358,6 @@ static void TeleManager_FileTransferHandler( } } -// - TeleManagerImpl - void TeleManagerImpl::ChannelReadyHandler( GObject* pSourceObject, @@ -414,7 +412,6 @@ void TeleManagerImpl::AccountManagerReadyHandler( mbAccountManagerReadyHandlerInvoked = true; } -// - TeleManager - bool TeleManager::init( bool bListen ) { @@ -860,7 +857,6 @@ void TeleManager::addSuffixToNames( const char* pName ) pImpl->msNameSuffix = pName; } -// - TeleManagerImpl - TeleManagerImpl::TeleManagerImpl() : |