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 --- winaccessibility/source/service/AccResource.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'winaccessibility/source') diff --git a/winaccessibility/source/service/AccResource.cxx b/winaccessibility/source/service/AccResource.cxx index b81db7a2fb7d..e3ace6fc9884 100644 --- a/winaccessibility/source/service/AccResource.cxx +++ b/winaccessibility/source/service/AccResource.cxx @@ -39,13 +39,13 @@ //================================================================== SimpleResMgr* ResourceManager::m_pImpl = NULL; -//------------------------------------------------------------------ + ResourceManager::EnsureDelete::~EnsureDelete() { delete ResourceManager::m_pImpl; } -//------------------------------------------------------------------ + void ResourceManager::ensureImplExists() { //Comment the following code because the acc resource is not necessary now. Can open them if necessary @@ -68,7 +68,7 @@ void ResourceManager::ensureImplExists() */ } -//------------------------------------------------------------------ + ::rtl::OUString ResourceManager::loadString(sal_uInt16 _nResId) { ::rtl::OUString sReturn; -- cgit