From 76d93f3b5b699a8b31968375d78a37ddeafc4c24 Mon Sep 17 00:00:00 2001 From: Guillaume Poussel Date: Fri, 4 Mar 2011 00:11:22 +0100 Subject: Remove bogus and useless comments in libs-core. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Luboš Luňák --- svx/source/form/fmshell.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'svx/source/form/fmshell.cxx') diff --git a/svx/source/form/fmshell.cxx b/svx/source/form/fmshell.cxx index 1db070d367e5..6467232fcfe3 100644 --- a/svx/source/form/fmshell.cxx +++ b/svx/source/form/fmshell.cxx @@ -283,7 +283,6 @@ sal_uInt16 FmFormShell::PrepareClose(sal_Bool bUI, sal_Bool bForBrowsing) { if ( GetImpl()->didPrepareClose() ) // we already did a PrepareClose for the current modifications of the current form - // 2002-11-12 #104702# - fs@openoffice.org return sal_True; sal_Bool bResult = sal_True; -- cgit