diff options
author | Guillaume Poussel <gpoussel@gmail.com> | 2011-03-04 00:11:22 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2011-03-04 19:40:06 +0100 |
commit | 76d93f3b5b699a8b31968375d78a37ddeafc4c24 (patch) | |
tree | 25ead6e6a3b7d539c9cc38b3a956dae35018138c /svx/source/form/fmshell.cxx | |
parent | 2feb4340b65b53c9d3b23d39461f870d8c3d4978 (diff) |
Remove bogus and useless comments in libs-core.
Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
Diffstat (limited to 'svx/source/form/fmshell.cxx')
-rw-r--r-- | svx/source/form/fmshell.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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; |