summaryrefslogtreecommitdiff
path: root/sc/inc/inputopt.hxx
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2013-08-31 18:07:35 +0200
committerTor Lillqvist <tml@iki.fi>2013-08-31 20:03:07 +0000
commit91859ae19ca1a9793b8553e120683393f584dfb1 (patch)
tree79cdb50468392752c94f0bc4aab8747501a8ec9f /sc/inc/inputopt.hxx
parentdbd0a194a78bcf5588f19d25ddecad0804d86c37 (diff)
fdo#62475 removed pointless comments
Change-Id: Ifc9837e9f6e3c6a84e9f01c192f10271b184fb6d Reviewed-on: https://gerrit.libreoffice.org/5720 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
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: */