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, 0 insertions, 6 deletions
diff --git a/sc/source/ui/inc/spellparam.hxx b/sc/source/ui/inc/spellparam.hxx
index 3a11bfac1374..2a38f367259f 100644
--- a/sc/source/ui/inc/spellparam.hxx
+++ b/sc/source/ui/inc/spellparam.hxx
@@ -21,8 +21,6 @@
#include <vcl/font.hxx>
-
-
/** Specifiers for sheet conversion (functions iterating over the sheet and modifying cells). */
enum ScConversionType
{
@@ -31,8 +29,6 @@ enum ScConversionType
SC_CONVERSION_CHINESE_TRANSL /// Chinese simplified/traditional converter.
};
-
-
/** Parameters for conversion. */
class ScConversionParam
{
@@ -73,8 +69,6 @@ private:
bool mbIsInteractive; /// True = Text conversion has (specific) dialog that may be raised.
};
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */