diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-28 12:28:46 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-29 09:25:09 +0200 |
commit | 57154616f064752c237a278db18767241da13c3f (patch) | |
tree | c105cd45b095b2580c4d9ffec69a49dda8089d9b /sfx2/source/dialog | |
parent | 59c8cfffa75d991e3fac8b3cb41dde31389bb8c1 (diff) |
Remove UNO includes comments
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
Diffstat (limited to 'sfx2/source/dialog')
-rw-r--r-- | sfx2/source/dialog/taskpane.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/source/dialog/taskpane.cxx b/sfx2/source/dialog/taskpane.cxx index 0ebdcb366372..ea90d62e731a 100644 --- a/sfx2/source/dialog/taskpane.cxx +++ b/sfx2/source/dialog/taskpane.cxx @@ -35,7 +35,6 @@ #include "sfxlocal.hrc" #include "helpid.hrc" -/** === begin UNO includes === **/ #include <com/sun/star/frame/XModuleManager.hpp> #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/ui/XToolPanel.hpp> @@ -46,7 +45,6 @@ #include <com/sun/star/graphic/XGraphicProvider.hpp> #include <com/sun/star/accessibility/XAccessible.hpp> #include <com/sun/star/awt/XControl.hpp> -/** === end UNO includes === **/ #include <comphelper/componentcontext.hxx> #include <comphelper/namedvaluecollection.hxx> |