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.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/inc/csvruler.hxx b/sc/source/ui/inc/csvruler.hxx
index b7d7eb55b719..ca78c37811f8 100644
--- a/sc/source/ui/inc/csvruler.hxx
+++ b/sc/source/ui/inc/csvruler.hxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-// ============================================================================
+
#ifndef _SC_CSVRULER_HXX
#define _SC_CSVRULER_HXX
@@ -30,7 +30,7 @@
class ScAccessibleCsvControl;
-// ============================================================================
+
/** A ruler control for the CSV import dialog. Supports setting and moving
splits (which divide lines of data into several columns). */
@@ -57,7 +57,7 @@ private:
Rectangle maActiveRect; /// The active area of the ruler.
sal_Int32 mnSplitSize; /// Size of a split circle.
- // ------------------------------------------------------------------------
+
public:
explicit ScCsvRuler( ScCsvControl& rParent );
~ScCsvRuler();
@@ -185,7 +185,7 @@ protected:
};
-// ============================================================================
+
#endif