summaryrefslogtreecommitdiff
path: root/forms/source/xforms/model_helper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/xforms/model_helper.hxx')
-rw-r--r--forms/source/xforms/model_helper.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/forms/source/xforms/model_helper.hxx b/forms/source/xforms/model_helper.hxx
index 72fb684228e9..2287f61a96eb 100644
--- a/forms/source/xforms/model_helper.hxx
+++ b/forms/source/xforms/model_helper.hxx
@@ -19,10 +19,10 @@
#ifndef INCLUDED_FORMS_SOURCE_XFORMS_MODEL_HELPER_HXX
#define INCLUDED_FORMS_SOURCE_XFORMS_MODEL_HELPER_HXX
-//
+
// some helper definitions that must be available for model.cxx and
// model_ui.cxx
-//
+
#include "namedcollection.hxx"
#include "binding.hxx"
@@ -40,9 +40,9 @@ namespace xforms
class Model;
}
-//
+
// BindingCollection
-//
+
namespace xforms
{
@@ -76,9 +76,9 @@ protected:
-//
+
// SubmissionCollection
-//
+
class SubmissionCollection : public NamedCollection<com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet> >
{
@@ -109,9 +109,9 @@ protected:
};
-//
+
// InstanceCollection
-//
+
class InstanceCollection : public Collection<com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> >
{
@@ -130,9 +130,9 @@ public:
};
-//
+
// helper functions
-//
+
sal_Int32 lcl_findInstance( const InstanceCollection*,
const OUString& );