summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/spellparam.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/spellparam.hxx')
-rw-r--r--sc/source/ui/inc/spellparam.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/spellparam.hxx b/sc/source/ui/inc/spellparam.hxx
index 4b62732c94e3..3a11bfac1374 100644
--- a/sc/source/ui/inc/spellparam.hxx
+++ b/sc/source/ui/inc/spellparam.hxx
@@ -21,7 +21,7 @@
#include <vcl/font.hxx>
-// ============================================================================
+
/** Specifiers for sheet conversion (functions iterating over the sheet and modifying cells). */
enum ScConversionType
@@ -31,7 +31,7 @@ enum ScConversionType
SC_CONVERSION_CHINESE_TRANSL /// Chinese simplified/traditional converter.
};
-// ---------------------------------------------------------------------------
+
/** Parameters for conversion. */
class ScConversionParam
@@ -73,7 +73,7 @@ private:
bool mbIsInteractive; /// True = Text conversion has (specific) dialog that may be raised.
};
-// ============================================================================
+
#endif