summaryrefslogtreecommitdiff
path: root/uui/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-05-17 10:55:50 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-05-18 09:56:19 +0200
commit3f1faf10bbeeeb50e0c46aeaf360c7c1a6b95584 (patch)
tree9930557a1af5ff98b35ad7b33b4d97dff828d12a /uui/source
parent8a8c384eeb8bc8dace6c77bad59e6d2654e8840b (diff)
UUIInteractionHelper::getParentProperty now unused
Change-Id: I539df7d7ddddb6dd9811ac93fc7445b12e1119ae Reviewed-on: https://gerrit.libreoffice.org/54490 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'uui/source')
-rw-r--r--uui/source/iahndl.cxx11
-rw-r--r--uui/source/iahndl.hxx3
2 files changed, 0 insertions, 14 deletions
diff --git a/uui/source/iahndl.cxx b/uui/source/iahndl.cxx
index ce610c46ec41..16fd450ce05c 100644
--- a/uui/source/iahndl.cxx
+++ b/uui/source/iahndl.cxx
@@ -72,7 +72,6 @@
#include <comphelper/propertysequence.hxx>
#include <svtools/sfxecode.hxx>
#include <unotools/configmgr.hxx>
-#include <toolkit/helper/vclunohelper.hxx>
#include <comphelper/namedvaluecollection.hxx>
#include <typelib/typedescription.hxx>
#include <unotools/confignode.hxx>
@@ -957,16 +956,6 @@ UUIInteractionHelper::getInteractionHandlerList(
}
}
-vcl::Window *
-UUIInteractionHelper::getParentProperty()
-{
- uno::Reference< awt::XWindow > xWindow = getParentXWindow();
- if ( xWindow.is() )
- return VCLUnoHelper::GetWindow(xWindow);
-
- return nullptr;
-}
-
const uno::Reference< awt::XWindow>&
UUIInteractionHelper::getParentXWindow() const
{
diff --git a/uui/source/iahndl.hxx b/uui/source/iahndl.hxx
index cffe7bd3ba27..056b66103ad3 100644
--- a/uui/source/iahndl.hxx
+++ b/uui/source/iahndl.hxx
@@ -122,9 +122,6 @@ private:
static void getstringfromrequest(void* pHandleData, void* pInteractionHandler);
- vcl::Window *
- getParentProperty();
-
const css::uno::Reference< css::awt::XWindow>&
getParentXWindow() const;