Kaydet (Commit) 3f1faf10 authored tarafından Caolán McNamara's avatar Caolán McNamara

UUIInteractionHelper::getParentProperty now unused

Change-Id: I539df7d7ddddb6dd9811ac93fc7445b12e1119ae
Reviewed-on: https://gerrit.libreoffice.org/54490Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 8a8c384e
...@@ -42,7 +42,6 @@ $(eval $(call gb_CppunitTest_use_libraries,uui_dialogs_test, \ ...@@ -42,7 +42,6 @@ $(eval $(call gb_CppunitTest_use_libraries,uui_dialogs_test, \
svt \ svt \
test \ test \
tl \ tl \
tk \
ucbhelper \ ucbhelper \
unotest \ unotest \
utl \ utl \
......
...@@ -35,7 +35,6 @@ $(eval $(call gb_Library_use_libraries,uui,\ ...@@ -35,7 +35,6 @@ $(eval $(call gb_Library_use_libraries,uui,\
svl \ svl \
svt \ svt \
svx \ svx \
tk \
tl \ tl \
utl \ utl \
vcl \ vcl \
......
...@@ -54,7 +54,6 @@ ...@@ -54,7 +54,6 @@
#include <sal/typesizes.h> #include <sal/typesizes.h>
#include <vcl/dllapi.h> #include <vcl/dllapi.h>
#include <vcl/errcode.hxx> #include <vcl/errcode.hxx>
#include <vcl/layout.hxx>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp>
......
...@@ -72,7 +72,6 @@ ...@@ -72,7 +72,6 @@
#include <comphelper/propertysequence.hxx> #include <comphelper/propertysequence.hxx>
#include <svtools/sfxecode.hxx> #include <svtools/sfxecode.hxx>
#include <unotools/configmgr.hxx> #include <unotools/configmgr.hxx>
#include <toolkit/helper/vclunohelper.hxx>
#include <comphelper/namedvaluecollection.hxx> #include <comphelper/namedvaluecollection.hxx>
#include <typelib/typedescription.hxx> #include <typelib/typedescription.hxx>
#include <unotools/confignode.hxx> #include <unotools/confignode.hxx>
...@@ -957,16 +956,6 @@ UUIInteractionHelper::getInteractionHandlerList( ...@@ -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>& const uno::Reference< awt::XWindow>&
UUIInteractionHelper::getParentXWindow() const UUIInteractionHelper::getParentXWindow() const
{ {
......
...@@ -122,9 +122,6 @@ private: ...@@ -122,9 +122,6 @@ private:
static void getstringfromrequest(void* pHandleData, void* pInteractionHandler); static void getstringfromrequest(void* pHandleData, void* pInteractionHandler);
vcl::Window *
getParentProperty();
const css::uno::Reference< css::awt::XWindow>& const css::uno::Reference< css::awt::XWindow>&
getParentXWindow() const; getParentXWindow() const;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment