diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-18 11:36:17 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-19 06:24:23 +0000 |
commit | 98b77ad1e6acbbdda4843a4b57c1185d53884581 (patch) | |
tree | 15dd478a0e7fbdb56f8b45cf0ce732d244b28a8a /uui/source/iahndl.cxx | |
parent | 7e4887679924df28da2083735e0367ecccb8180b (diff) |
loplugin:expandablemethods in UnoControls..vbahelper
Change-Id: Iec2c5e13119d97c9ca87e083c0f7cb00227e5231
Reviewed-on: https://gerrit.libreoffice.org/29997
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'uui/source/iahndl.cxx')
-rw-r--r-- | uui/source/iahndl.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/uui/source/iahndl.cxx b/uui/source/iahndl.cxx index cec08b5d19df..e587a831e457 100644 --- a/uui/source/iahndl.cxx +++ b/uui/source/iahndl.cxx @@ -977,12 +977,6 @@ UUIInteractionHelper::getParentXWindow() const return m_xWindowParam; } -const OUString& -UUIInteractionHelper::getContextProperty() -{ - return m_aContextParam; -} - uno::Reference< task::XInteractionHandler2 > UUIInteractionHelper::getInteractionHandler() { |