summaryrefslogtreecommitdiff
path: root/framework/source/inc/pattern
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/inc/pattern')
-rw-r--r--framework/source/inc/pattern/configuration.hxx7
-rw-r--r--framework/source/inc/pattern/frame.hxx9
-rw-r--r--framework/source/inc/pattern/window.hxx8
3 files changed, 0 insertions, 24 deletions
diff --git a/framework/source/inc/pattern/configuration.hxx b/framework/source/inc/pattern/configuration.hxx
index 9d1f8a8b7db3..110f4d2e1744 100644
--- a/framework/source/inc/pattern/configuration.hxx
+++ b/framework/source/inc/pattern/configuration.hxx
@@ -29,14 +29,9 @@
#ifndef __FRAMEWORK_PATTERN_CONFIGURATION_HXX_
#define __FRAMEWORK_PATTERN_CONFIGURATION_HXX_
-//_______________________________________________
-// own includes
-
#include <services.h>
#include <general.h>
-//_______________________________________________
-// interface includes
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/uno/Any.hxx>
@@ -44,8 +39,6 @@
#include <com/sun/star/uno/XInterface.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
-//_______________________________________________
-// other includes
#include <rtl/ustrbuf.hxx>
//_______________________________________________
diff --git a/framework/source/inc/pattern/frame.hxx b/framework/source/inc/pattern/frame.hxx
index 15577da31dbd..5163733fb1c1 100644
--- a/framework/source/inc/pattern/frame.hxx
+++ b/framework/source/inc/pattern/frame.hxx
@@ -20,13 +20,8 @@
#ifndef __FRAMEWORK_PATTERN_FRAME_HXX_
#define __FRAMEWORK_PATTERN_FRAME_HXX_
-//_______________________________________________
-// own includes
-
#include <general.h>
-//_______________________________________________
-// interface includes
#include <com/sun/star/frame/XFrame.hpp>
#include <com/sun/star/frame/XController.hpp>
#include <com/sun/star/frame/XModel.hpp>
@@ -34,10 +29,6 @@
#include <com/sun/star/lang/DisposedException.hpp>
#include <com/sun/star/util/XCloseable.hpp>
-//_______________________________________________
-// other includes
-
-//_______________________________________________
// namespaces
#ifndef css
diff --git a/framework/source/inc/pattern/window.hxx b/framework/source/inc/pattern/window.hxx
index 752f5fe898b4..b5cbd52bf585 100644
--- a/framework/source/inc/pattern/window.hxx
+++ b/framework/source/inc/pattern/window.hxx
@@ -29,19 +29,11 @@
#ifndef __FRAMEWORK_PATTERN_WINDOW_HXX_
#define __FRAMEWORK_PATTERN_WINDOW_HXX_
-//_______________________________________________
-// own includes
-
#include <general.h>
-//_______________________________________________
-// interface includes
#include <com/sun/star/awt/XWindow.hpp>
#include <com/sun/star/awt/XTopWindow.hpp>
-//_______________________________________________
-// other includes
-
#include <toolkit/unohlp.hxx>
#include <vcl/window.hxx>
#include <vcl/syswin.hxx>