summaryrefslogtreecommitdiffstats
path: root/include/svx/xflhtit.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-03-29 11:41:17 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-29 11:43:40 +0000
commit9bfd742d8cdc4aab3dd817f13ab4cfa5cc60ae12 (patch)
tree51815ec709869dd297c10b8359b3bc4736204a98 /include/svx/xflhtit.hxx
parentcli_ure: fix another bad _WIN64 check (related tdf#94265) (diff)
downloadcore-9bfd742d8cdc4aab3dd817f13ab4cfa5cc60ae12.tar.gz
core-9bfd742d8cdc4aab3dd817f13ab4cfa5cc60ae12.zip
loplugin:unusedmethods
Change-Id: Ib008613fb06c82791c63d5b074a3e2ff1c3607a0 Reviewed-on: https://gerrit.libreoffice.org/35834 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/xflhtit.hxx')
-rw-r--r--include/svx/xflhtit.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svx/xflhtit.hxx b/include/svx/xflhtit.hxx
index 961b941df9d8..0d8ce071c852 100644
--- a/include/svx/xflhtit.hxx
+++ b/include/svx/xflhtit.hxx
@@ -56,7 +56,6 @@ public:
virtual void ScaleMetrics(long nMul, long nDiv) override;
const XHatch& GetHatchValue() const { return aHatch;} // GetValue -> GetHatchValue
- void SetHatchValue(const XHatch& rNew) { aHatch = rNew; Detach(); } // SetValue -> SetHatchValue
static bool CompareValueFunc( const NameOrIndex* p1, const NameOrIndex* p2 );
XFillHatchItem* checkForUniqueItem( SdrModel* pModel ) const;