summaryrefslogtreecommitdiff
path: root/sc/inc/inputopt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/inputopt.hxx')
-rw-r--r--sc/inc/inputopt.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/inc/inputopt.hxx b/sc/inc/inputopt.hxx
index 33e282a4cf8b..3a46bf6c442c 100644
--- a/sc/inc/inputopt.hxx
+++ b/sc/inc/inputopt.hxx
@@ -20,11 +20,9 @@
#ifndef SC_INPUTOPT_HXX
#define SC_INPUTOPT_HXX
-
#include <unotools/configitem.hxx>
#include <tools/solar.h>
-
class ScInputOptions
{
private:
@@ -73,10 +71,7 @@ public:
const ScInputOptions& operator= ( const ScInputOptions& rOpt );
};
-
-//==================================================================
// CfgItem for input options
-//==================================================================
class ScInputCfg : public ScInputOptions,
public utl::ConfigItem
@@ -93,7 +88,6 @@ public:
virtual void Commit();
};
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */