summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/csvgrid.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/csvgrid.hxx')
-rw-r--r--sc/source/ui/inc/csvgrid.hxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/sc/source/ui/inc/csvgrid.hxx b/sc/source/ui/inc/csvgrid.hxx
index 55a374ff6ea6..c8a6b0553dcd 100644
--- a/sc/source/ui/inc/csvgrid.hxx
+++ b/sc/source/ui/inc/csvgrid.hxx
@@ -17,8 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
-
#ifndef _SC_CSVGRID_HXX
#define _SC_CSVGRID_HXX
@@ -33,8 +31,6 @@
#include "csvsplits.hxx"
-
-
namespace svtools { class ColorConfig; }
class EditEngine;
class ScEditEngineDefaulter;
@@ -42,16 +38,12 @@ class ScAsciiOptions;
class ScAccessibleCsvControl;
-
-
const sal_uInt8 CSV_COLFLAG_NONE = 0x00; /// Nothing set.
const sal_uInt8 CSV_COLFLAG_SELECT = 0x01; /// Column is selected.
const sal_uInt32 CSV_COLUMN_INVALID = CSV_VEC_NOTFOUND;
-
-
/** This struct contains the state of one table column. */
struct ScCsvColState
{
@@ -78,13 +70,9 @@ inline void ScCsvColState::Select( bool bSel )
}
-
-
typedef ::std::vector< ScCsvColState > ScCsvColStateVec;
-
-
/** A data grid control for the CSV import dialog. The design of this control
simulates a Calc spreadsheet with row and column headers. */
class SC_DLLPUBLIC ScCsvGrid : public ScCsvControl, public utl::ConfigurationListener
@@ -347,8 +335,6 @@ protected:
};
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */