From 57154616f064752c237a278db18767241da13c3f Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Thu, 28 Jun 2012 12:28:46 +0200 Subject: Remove UNO includes comments Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a --- framework/inc/framework/documentundoguard.hxx | 2 -- framework/inc/framework/undomanagerhelper.hxx | 2 -- framework/source/fwe/helper/documentundoguard.cxx | 2 -- framework/source/fwe/helper/undomanagerhelper.cxx | 2 -- 4 files changed, 8 deletions(-) (limited to 'framework') diff --git a/framework/inc/framework/documentundoguard.hxx b/framework/inc/framework/documentundoguard.hxx index 27477f2c0ade..1954a72b5c67 100644 --- a/framework/inc/framework/documentundoguard.hxx +++ b/framework/inc/framework/documentundoguard.hxx @@ -22,9 +22,7 @@ #include "framework/fwedllapi.h" -/** === begin UNO includes === **/ #include -/** === end UNO includes === **/ #include diff --git a/framework/inc/framework/undomanagerhelper.hxx b/framework/inc/framework/undomanagerhelper.hxx index 2e559f3e3040..20941826db2a 100644 --- a/framework/inc/framework/undomanagerhelper.hxx +++ b/framework/inc/framework/undomanagerhelper.hxx @@ -32,10 +32,8 @@ #include "framework/iguard.hxx" #include "framework/imutex.hxx" -/** === begin UNO includes === **/ #include #include -/** === end UNO includes === **/ #include diff --git a/framework/source/fwe/helper/documentundoguard.cxx b/framework/source/fwe/helper/documentundoguard.cxx index 763f2434871e..fb522f905a2c 100644 --- a/framework/source/fwe/helper/documentundoguard.cxx +++ b/framework/source/fwe/helper/documentundoguard.cxx @@ -20,9 +20,7 @@ #include "framework/documentundoguard.hxx" -/** === begin UNO includes === **/ #include -/** === end UNO includes === **/ #include #include diff --git a/framework/source/fwe/helper/undomanagerhelper.cxx b/framework/source/fwe/helper/undomanagerhelper.cxx index fdfc2fd16df7..926e783b8d7f 100644 --- a/framework/source/fwe/helper/undomanagerhelper.cxx +++ b/framework/source/fwe/helper/undomanagerhelper.cxx @@ -28,9 +28,7 @@ #include "framework/undomanagerhelper.hxx" -/** === begin UNO includes === **/ #include -/** === end UNO includes === **/ #include #include -- cgit