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 --- framework/source/fwe/helper/documentundoguard.cxx | 2 -- framework/source/fwe/helper/undomanagerhelper.cxx | 2 -- 2 files changed, 4 deletions(-) (limited to 'framework/source/fwe') diff --git a/framework/source/fwe/helper/documentundoguard.cxx b/framework/source/fwe/helper/documentundoguard.cxx index cbf53187e5b6..470eb0285dcd 100644 --- a/framework/source/fwe/helper/documentundoguard.cxx +++ b/framework/source/fwe/helper/documentundoguard.cxx @@ -31,7 +31,6 @@ namespace framework { //...................................................................................................................... - /** === begin UNO using === **/ using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::XInterface; using ::com::sun::star::uno::UNO_QUERY; @@ -47,7 +46,6 @@ namespace framework using ::com::sun::star::document::XUndoManagerListener; using ::com::sun::star::document::UndoManagerEvent; using ::com::sun::star::lang::EventObject; - /** === end UNO using === **/ //================================================================================================================== //= UndoManagerContextListener diff --git a/framework/source/fwe/helper/undomanagerhelper.cxx b/framework/source/fwe/helper/undomanagerhelper.cxx index ec571ebfdd83..e3c1de422067 100644 --- a/framework/source/fwe/helper/undomanagerhelper.cxx +++ b/framework/source/fwe/helper/undomanagerhelper.cxx @@ -39,7 +39,6 @@ namespace framework { //...................................................................................................................... - /** === begin UNO using === **/ using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::XInterface; using ::com::sun::star::uno::UNO_QUERY; @@ -64,7 +63,6 @@ namespace framework using ::com::sun::star::util::InvalidStateException; using ::com::sun::star::lang::IllegalArgumentException; using ::com::sun::star::util::XModifyListener; - /** === end UNO using === **/ using ::svl::IUndoManager; //================================================================================================================== -- cgit