summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/csvruler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/csvruler.hxx')
-rw-r--r--sc/source/ui/inc/csvruler.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/source/ui/inc/csvruler.hxx b/sc/source/ui/inc/csvruler.hxx
index be81d3db8a54..e3cfd831d888 100644
--- a/sc/source/ui/inc/csvruler.hxx
+++ b/sc/source/ui/inc/csvruler.hxx
@@ -17,8 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
-
#ifndef _SC_CSVRULER_HXX
#define _SC_CSVRULER_HXX
@@ -30,8 +28,6 @@
class ScAccessibleCsvControl;
-
-
/** A ruler control for the CSV import dialog. Supports setting and moving
splits (which divide lines of data into several columns). */
class SC_DLLPUBLIC ScCsvRuler : public ScCsvControl
@@ -185,8 +181,6 @@ protected:
};
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */