summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLConverter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/XMLConverter.hxx')
-rw-r--r--sc/source/filter/xml/XMLConverter.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/sc/source/filter/xml/XMLConverter.hxx b/sc/source/filter/xml/XMLConverter.hxx
index 325f7a5cf6c8..8beb11ef8a61 100644
--- a/sc/source/filter/xml/XMLConverter.hxx
+++ b/sc/source/filter/xml/XMLConverter.hxx
@@ -35,8 +35,6 @@ class ScDocument;
class DateTime;
-
-
class ScXMLConverter
{
public:
@@ -104,8 +102,6 @@ public:
static void ConvertAPIToCoreDateTime(const com::sun::star::util::DateTime& aDateTime, DateTime& rDateTime);
};
-
-
enum ScXMLConditionToken
{
XML_COND_INVALID, /// Token not recognized.
@@ -124,8 +120,6 @@ enum ScXMLConditionToken
XML_COND_ISTRUEFORMULA /// The 'is-true-formula' token.
};
-
-
/** Result of an attempt to parse a single condition in a 'condition' attribute
value of e.g. conditional formatting or data validation.
*/
@@ -141,8 +135,6 @@ struct ScXMLConditionParseResult
sal_Int32 mnEndIndex; /// Index of first character following the condition.
};
-
-
class ScXMLConditionHelper
{
public:
@@ -161,8 +153,6 @@ private:
~ScXMLConditionHelper();
};
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */