From 0ce0c369aa8880dff9fe874ba85ec6f52ee37ddf Mon Sep 17 00:00:00 2001 From: Alexander Wilms Date: Sat, 22 Feb 2014 21:20:15 +0100 Subject: Remove unneccessary comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sfx2/source/doc/objcont.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sfx2/source/doc/objcont.cxx') diff --git a/sfx2/source/doc/objcont.cxx b/sfx2/source/doc/objcont.cxx index 31bb6c819372..2f1d53cbd12c 100644 --- a/sfx2/source/doc/objcont.cxx +++ b/sfx2/source/doc/objcont.cxx @@ -214,7 +214,7 @@ void SfxObjectShell::UpdateDocInfoForSave() } } -//-------------------------------------------------------------------- + static void lcl_add(util::Duration & rDur, Time const& rTime) @@ -286,7 +286,7 @@ void SfxObjectShell::UpdateTime_Impl( } } -//-------------------------------------------------------------------- + SfxDocumentInfoDialog* SfxObjectShell::CreateDocumentInfoDialog ( @@ -297,7 +297,7 @@ SfxDocumentInfoDialog* SfxObjectShell::CreateDocumentInfoDialog return new SfxDocumentInfoDialog(pParent, rSet); } -//-------------------------------------------------------------------- + SfxStyleSheetBasePool* SfxObjectShell::GetStyleSheetPool() { @@ -362,7 +362,7 @@ void SfxObjectShell::LoadStyles delete [] pFound; } -//-------------------------------------------------------------------- + void SfxObjectShell::UpdateFromTemplate_Impl( ) -- cgit