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, 5 insertions, 5 deletions
diff --git a/sc/source/filter/xml/XMLConverter.hxx b/sc/source/filter/xml/XMLConverter.hxx
index 241151360b0a..325f7a5cf6c8 100644
--- a/sc/source/filter/xml/XMLConverter.hxx
+++ b/sc/source/filter/xml/XMLConverter.hxx
@@ -35,7 +35,7 @@ class ScDocument;
class DateTime;
-//___________________________________________________________________
+
class ScXMLConverter
{
@@ -104,7 +104,7 @@ public:
static void ConvertAPIToCoreDateTime(const com::sun::star::util::DateTime& aDateTime, DateTime& rDateTime);
};
-// ============================================================================
+
enum ScXMLConditionToken
{
@@ -124,7 +124,7 @@ 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,7 +141,7 @@ struct ScXMLConditionParseResult
sal_Int32 mnEndIndex; /// Index of first character following the condition.
};
-// ----------------------------------------------------------------------------
+
class ScXMLConditionHelper
{
@@ -161,7 +161,7 @@ private:
~ScXMLConditionHelper();
};
-// ============================================================================
+
#endif