summaryrefslogtreecommitdiff
path: root/sc/inc/rangeutl.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/rangeutl.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/rangeutl.hxx')
-rw-r--r--sc/inc/rangeutl.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/sc/inc/rangeutl.hxx b/sc/inc/rangeutl.hxx
index cca168d0ff12..486dab2bfc48 100644
--- a/sc/inc/rangeutl.hxx
+++ b/sc/inc/rangeutl.hxx
@@ -31,8 +31,6 @@
#include <com/sun/star/table/CellRangeAddress.hpp>
#include <com/sun/star/uno/Sequence.hxx>
-//------------------------------------------------------------------------
-
class ScArea;
class ScDocument;
class ScRange;
@@ -42,8 +40,6 @@ class ScDBCollection;
enum RutlNameScope { RUTL_NONE=0, RUTL_NAMES, RUTL_DBASE };
-//------------------------------------------------------------------------
-
class SC_DLLPUBLIC ScRangeUtil
{
public:
@@ -96,8 +92,6 @@ public:
ScAddress::Details const & rDetails = ScAddress::detailsOOOa1 ) const;
};
-//------------------------------------------------------------------------
-
class SC_DLLPUBLIC ScRangeStringConverter
{
public:
@@ -265,8 +259,6 @@ public:
static ScRangeData* GetRangeDataFromString(const OUString& rString, const SCTAB nTab, const ScDocument* pDoc);
};
-//------------------------------------------------------------------------
-
class ScArea
{
public:
@@ -314,7 +306,6 @@ public:
bool WasDBName() const { return !bFirstPass; }
};
-
#endif // SC_RANGEUTL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */