From 2b7ee1db281e776c188bd11eeefa5c16c914761e Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 1 Apr 2013 18:45:57 +0200 Subject: remove boilerplate comments Change-Id: I44a476a9843816f70a7a4d84b8c35edeecd5daaf --- unotools/source/misc/closeveto.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'unotools/source') diff --git a/unotools/source/misc/closeveto.cxx b/unotools/source/misc/closeveto.cxx index 4a674b1a4fd0..e361f4a234a0 100644 --- a/unotools/source/misc/closeveto.cxx +++ b/unotools/source/misc/closeveto.cxx @@ -30,7 +30,6 @@ namespace utl { //...................................................................................................................... - /** === begin UNO using === **/ using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::XInterface; using ::com::sun::star::uno::UNO_QUERY; @@ -46,7 +45,6 @@ namespace utl using ::com::sun::star::util::XCloseListener; using ::com::sun::star::util::CloseVetoException; using ::com::sun::star::lang::EventObject; - /** === end UNO using === **/ //================================================================================================================== //= CloseListener_Impl -- cgit