summaryrefslogtreecommitdiff
path: root/sc/inc/hints.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-21 15:39:17 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-22 07:02:34 +0000
commit90e8ad7ab779740c7381d26ffe7d08acc3a9ff96 (patch)
tree05f271eff42a09203d07326ec7752ff5bfe40f08 /sc/inc/hints.hxx
parentb975aceec3c5f101916b525c10c44408b3e9da9d (diff)
loplugin:unusedmethods scripting,sc
Change-Id: I0016aefce1aad3a89bd23dcec6fbab58a7c844d7 Reviewed-on: https://gerrit.libreoffice.org/17263 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sc/inc/hints.hxx')
-rw-r--r--sc/inc/hints.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/inc/hints.hxx b/sc/inc/hints.hxx
index 15a0c4dcf9bf..cedbb00fb6c0 100644
--- a/sc/inc/hints.hxx
+++ b/sc/inc/hints.hxx
@@ -37,8 +37,6 @@ public:
virtual ~ScPaintHint();
void SetPrintFlag(bool bSet) { bPrint = bSet; }
-
- const ScRange& GetRange() const { return aRange; }
SCCOL GetStartCol() const { return aRange.aStart.Col(); }
SCROW GetStartRow() const { return aRange.aStart.Row(); }
SCTAB GetStartTab() const { return aRange.aStart.Tab(); }
@@ -113,7 +111,6 @@ public:
const OUString& GetDdeAppl() const { return aDdeAppl; }
const OUString& GetDdeTopic() const { return aDdeTopic; }
const OUString& GetDdeItem() const { return aDdeItem; }
- sal_uInt8 GetDdeMode() const { return nDdeMode; }
const ScAddress& GetDestPos() const { return aDestPos; }
};