summaryrefslogtreecommitdiff
path: root/xmloff/inc
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc')
-rw-r--r--xmloff/inc/DomBuilderContext.hxx3
-rw-r--r--xmloff/inc/MultiPropertySetHelper.hxx1
-rw-r--r--xmloff/inc/txtflde.hxx5
-rw-r--r--xmloff/inc/txtvfldi.hxx17
4 files changed, 0 insertions, 26 deletions
diff --git a/xmloff/inc/DomBuilderContext.hxx b/xmloff/inc/DomBuilderContext.hxx
index 4031e46ab867..f61f756a6472 100644
--- a/xmloff/inc/DomBuilderContext.hxx
+++ b/xmloff/inc/DomBuilderContext.hxx
@@ -23,7 +23,6 @@
#include <xmloff/xmlictxt.hxx>
-
// forward declarations
@@ -62,7 +61,6 @@ public:
virtual ~DomBuilderContext();
-
// access to the DOM tree
@@ -70,7 +68,6 @@ public:
com::sun::star::uno::Reference<com::sun::star::xml::dom::XDocument> getTree();
-
// implement SvXMLImportContext methods:
diff --git a/xmloff/inc/MultiPropertySetHelper.hxx b/xmloff/inc/MultiPropertySetHelper.hxx
index 35650f5bc278..d559e4085621 100644
--- a/xmloff/inc/MultiPropertySetHelper.hxx
+++ b/xmloff/inc/MultiPropertySetHelper.hxx
@@ -119,7 +119,6 @@ public:
::com::sun::star::beans::XPropertySet> & );
-
/**
* Get a value from the values array.
*
diff --git a/xmloff/inc/txtflde.hxx b/xmloff/inc/txtflde.hxx
index a3b723e3770c..10f1e091f0d9 100644
--- a/xmloff/inc/txtflde.hxx
+++ b/xmloff/inc/txtflde.hxx
@@ -149,7 +149,6 @@ enum FieldIdEnum {
};
-
class XMLTextFieldExport
{
SvXMLExport& rExport;
@@ -523,10 +522,6 @@ private:
};
-
-
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/inc/txtvfldi.hxx b/xmloff/inc/txtvfldi.hxx
index 5dd636af7da4..04bc2344d1fc 100644
--- a/xmloff/inc/txtvfldi.hxx
+++ b/xmloff/inc/txtvfldi.hxx
@@ -94,7 +94,6 @@ public:
};
-
/**
* abstract parent class for all variable related fields
* - variable-set/get/decl (not -decls),
@@ -195,7 +194,6 @@ protected:
};
-
/** import variable get fields (<text:variable-get>) */
class XMLVariableGetFieldImportContext : public XMLVarFieldImportContext
{
@@ -217,7 +215,6 @@ protected:
};
-
/** import expression fields (<text:expression>) */
class XMLExpressionFieldImportContext : public XMLVarFieldImportContext
{
@@ -259,10 +256,6 @@ protected:
};
-
-
-
-
/**
* uperclass for variable/user-set, var/user-input, and sequence fields
* inds field master of appropriate type and attaches field to it.
@@ -309,7 +302,6 @@ protected:
};
-
/** import variable set fields (<text:variable-set>) */
class XMLVariableSetFieldImportContext : public XMLSetVarFieldImportContext
{
@@ -332,7 +324,6 @@ protected:
};
-
/** variable input fields (<text:variable-input>) */
class XMLVariableInputFieldImportContext : public XMLSetVarFieldImportContext
{
@@ -357,7 +348,6 @@ protected:
};
-
/** user fields (<text:user-field-get>) */
class XMLUserFieldImportContext : public XMLSetVarFieldImportContext
{
@@ -391,7 +381,6 @@ public:
};
-
/** sequence fields (<text:sequence>) */
class XMLSequenceFieldImportContext : public XMLSetVarFieldImportContext
{
@@ -425,10 +414,6 @@ protected:
};
-
-
-
-
/**
* variable declaration container for all variable fields
* (variable-decls, user-field-decls, sequence-decls)
@@ -493,7 +478,6 @@ public:
};
-
/** import table formula fields (deprecated; for Writer 2.0 compatibility) */
class XMLTableFormulaImportContext : public XMLTextFieldImportContext
{
@@ -527,7 +511,6 @@ protected:
};
-
/** import database display fields (<text:database-display>) */
class XMLDatabaseDisplayImportContext : public XMLDatabaseFieldImportContext
{