summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/csvsplits.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/csvsplits.hxx')
-rw-r--r--sc/source/ui/inc/csvsplits.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/source/ui/inc/csvsplits.hxx b/sc/source/ui/inc/csvsplits.hxx
index 18b8888f4adf..662082d5370a 100644
--- a/sc/source/ui/inc/csvsplits.hxx
+++ b/sc/source/ui/inc/csvsplits.hxx
@@ -17,8 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
-
#ifndef _SC_CSVSPLITS_HXX
#define _SC_CSVSPLITS_HXX
@@ -27,16 +25,12 @@
#include <vector>
-
-
/** Constant for an invalid vector index. */
const sal_uInt32 CSV_VEC_NOTFOUND = SAL_MAX_UINT32;
/** Constant for an invalid ruler position. */
const sal_Int32 CSV_POS_INVALID = -1;
-
-
/** A vector of column splits that supports inserting, removing and moving splits. */
class ScCsvSplits
{
@@ -89,8 +83,6 @@ private:
};
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */