summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-06-28 12:28:46 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-06-29 09:25:09 +0200
commit57154616f064752c237a278db18767241da13c3f (patch)
treec105cd45b095b2580c4d9ffec69a49dda8089d9b /framework
parent59c8cfffa75d991e3fac8b3cb41dde31389bb8c1 (diff)
Remove UNO includes comments
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/framework/documentundoguard.hxx2
-rw-r--r--framework/inc/framework/undomanagerhelper.hxx2
-rw-r--r--framework/source/fwe/helper/documentundoguard.cxx2
-rw-r--r--framework/source/fwe/helper/undomanagerhelper.cxx2
4 files changed, 0 insertions, 8 deletions
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 <com/sun/star/uno/XInterface.hpp>
-/** === end UNO includes === **/
#include <boost/scoped_ptr.hpp>
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 <com/sun/star/document/XUndoManager.hpp>
#include <com/sun/star/util/XModifyListener.hpp>
-/** === end UNO includes === **/
#include <boost/scoped_ptr.hpp>
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 <com/sun/star/document/XUndoManagerSupplier.hpp>
-/** === end UNO includes === **/
#include <cppuhelper/implbase1.hxx>
#include <rtl/ref.hxx>
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 <com/sun/star/lang/XComponent.hpp>
-/** === end UNO includes === **/
#include <cppuhelper/interfacecontainer.hxx>
#include <cppuhelper/exc_hlp.hxx>