summaryrefslogtreecommitdiff
path: root/forms/source
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-08-08 13:21:28 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-08-08 13:53:53 +0200
commit49ad17e2b1aef65fad357b9c540ab36189233dd3 (patch)
tree0d7755504c360b1ee84531774088e0b8a9f2808d /forms/source
parentd80174e6f16abd51c5d0590cc00d9566498e1b77 (diff)
remove include comments and boxes
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
Diffstat (limited to 'forms/source')
-rw-r--r--forms/source/xforms/binding.hxx2
-rw-r--r--forms/source/xforms/boolexpression.hxx1
-rw-r--r--forms/source/xforms/computedexpression.hxx2
-rw-r--r--forms/source/xforms/model.hxx4
-rw-r--r--forms/source/xforms/pathexpression.hxx3
-rw-r--r--forms/source/xforms/propertysetbase.hxx2
-rw-r--r--forms/source/xforms/submission.hxx3
7 files changed, 0 insertions, 17 deletions
diff --git a/forms/source/xforms/binding.hxx b/forms/source/xforms/binding.hxx
index 8ce67e4df169..3ef7791778ac 100644
--- a/forms/source/xforms/binding.hxx
+++ b/forms/source/xforms/binding.hxx
@@ -51,7 +51,6 @@ namespace com { namespace sun { namespace star {
namespace xsd { class XDataType; }
} } }
-// includes for parent classes
#include <cppuhelper/implbase8.hxx>
#include <propertysetbase.hxx>
#include <com/sun/star/form/binding/XValueBinding.hpp>
@@ -63,7 +62,6 @@ namespace com { namespace sun { namespace star {
#include <com/sun/star/lang/XUnoTunnel.hpp>
#include <com/sun/star/util/XCloneable.hpp>
-// includes for member variables
#include "pathexpression.hxx"
#include "boolexpression.hxx"
#include "mip.hxx"
diff --git a/forms/source/xforms/boolexpression.hxx b/forms/source/xforms/boolexpression.hxx
index fdadc44b0119..f9bff076a5ae 100644
--- a/forms/source/xforms/boolexpression.hxx
+++ b/forms/source/xforms/boolexpression.hxx
@@ -20,7 +20,6 @@
#ifndef _BOOLEXPRESSION_HXX
#define _BOOLEXPRESSION_HXX
-// include for parent class
#include "computedexpression.hxx"
namespace xforms
diff --git a/forms/source/xforms/computedexpression.hxx b/forms/source/xforms/computedexpression.hxx
index 528bda5e457f..6a0adb4b0a62 100644
--- a/forms/source/xforms/computedexpression.hxx
+++ b/forms/source/xforms/computedexpression.hxx
@@ -29,8 +29,6 @@
#ifndef _COMPUTEDEXPRESSION_HXX
#define _COMPUTEDEXPRESSION_HXX
-
-// includes for member variables
#include <rtl/ustring.hxx>
#include <com/sun/star/uno/Reference.hxx>
diff --git a/forms/source/xforms/model.hxx b/forms/source/xforms/model.hxx
index 30fd2855fc08..609e6c296536 100644
--- a/forms/source/xforms/model.hxx
+++ b/forms/source/xforms/model.hxx
@@ -29,8 +29,6 @@
#ifndef _MODEL_HXX
#define _MODEL_HXX
-
-// include for parent class(es)
#include <cppuhelper/implbase4.hxx>
#include <propertysetbase.hxx>
#include <com/sun/star/xforms/XModel.hpp>
@@ -38,8 +36,6 @@
#include <com/sun/star/util/XUpdatable.hpp>
#include <com/sun/star/lang/XUnoTunnel.hpp>
-
-// includes for member variables
#include <com/sun/star/uno/Reference.hxx>
#include <map>
diff --git a/forms/source/xforms/pathexpression.hxx b/forms/source/xforms/pathexpression.hxx
index ce7b12821b25..ddfc5362b030 100644
--- a/forms/source/xforms/pathexpression.hxx
+++ b/forms/source/xforms/pathexpression.hxx
@@ -20,11 +20,8 @@
#ifndef _PATHEXPRESSION_HXX
#define _PATHEXPRESSION_HXX
-
-// include for parent class
#include "computedexpression.hxx"
-// includes for member variables
#include <vector>
// forward declaractions
diff --git a/forms/source/xforms/propertysetbase.hxx b/forms/source/xforms/propertysetbase.hxx
index eb2b9e613741..0c16b82b79ad 100644
--- a/forms/source/xforms/propertysetbase.hxx
+++ b/forms/source/xforms/propertysetbase.hxx
@@ -28,8 +28,6 @@
#ifndef _PROPERTYSETBASE_HXX
#define _PROPERTYSETBASE_HXX
-
-// include for parent class
#include <cppuhelper/weak.hxx>
#include <com/sun/star/lang/XTypeProvider.hpp>
#include <comphelper/propstate.hxx>
diff --git a/forms/source/xforms/submission.hxx b/forms/source/xforms/submission.hxx
index 15c89d2be1dd..3a94aa98fff7 100644
--- a/forms/source/xforms/submission.hxx
+++ b/forms/source/xforms/submission.hxx
@@ -20,8 +20,6 @@
#ifndef _SUBMISSION_HXX
#define _SUBMISSION_HXX
-
-// includes for parent classes
#include <cppuhelper/implbase2.hxx>
#include <propertysetbase.hxx>
#include <com/sun/star/util/XModifyBroadcaster.hpp>
@@ -34,7 +32,6 @@
#include <com/sun/star/xml/xpath/XXPathObject.hpp>
#include <com/sun/star/xforms/XSubmission.hpp>
-// includes for member variables
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <computedexpression.hxx>