summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/propertysetitem.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-29 12:40:47 +0200
committerNoel Grandin <noel@peralex.com>2015-09-29 15:08:43 +0200
commit34180700b2686c97cdce0b52ca9578a41a153035 (patch)
tree073f3753e4483f30efa3c7c769f23971e6a046d5 /dbaccess/source/ui/inc/propertysetitem.hxx
parente710170d906fcb248a5e4ff5a3a90cbf0e20003d (diff)
loplugin:removeunusedmethods, remove unused stuff
Change-Id: I35456b2a3ad2a84a1d045f09cdfb29e4c19b8350
Diffstat (limited to 'dbaccess/source/ui/inc/propertysetitem.hxx')
-rw-r--r--dbaccess/source/ui/inc/propertysetitem.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/propertysetitem.hxx b/dbaccess/source/ui/inc/propertysetitem.hxx
index fc310a3b682d..0c8c49f7462b 100644
--- a/dbaccess/source/ui/inc/propertysetitem.hxx
+++ b/dbaccess/source/ui/inc/propertysetitem.hxx
@@ -42,9 +42,6 @@ namespace dbaui
virtual bool operator==(const SfxPoolItem& _rItem) const SAL_OVERRIDE;
virtual SfxPoolItem* Clone(SfxItemPool* _pPool = NULL) const SAL_OVERRIDE;
-
- css::uno::Reference< css::beans::XPropertySet >
- getPropertySet() const { return m_xSet; }
};
} // namespace dbaui