summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/csvtablebox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/csvtablebox.hxx')
-rw-r--r--sc/source/ui/inc/csvtablebox.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/csvtablebox.hxx b/sc/source/ui/inc/csvtablebox.hxx
index 3fb5db70b3d7..8f9d71f82104 100644
--- a/sc/source/ui/inc/csvtablebox.hxx
+++ b/sc/source/ui/inc/csvtablebox.hxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-// ============================================================================
+
#ifndef _SC_CSVTABLEBOX_HXX
#define _SC_CSVTABLEBOX_HXX
@@ -64,7 +64,7 @@ private:
bool mbFixedMode; /// false = Separators, true = Fixed width.
- // ------------------------------------------------------------------------
+
public:
explicit ScCsvTableBox( Window* pParent, WinBits nBits );
@@ -144,7 +144,7 @@ protected:
};
-// ============================================================================
+
#endif