summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMihai Varga <mihai.mv13@gmail.com>2014-12-14 12:11:29 +0100
committerMihai Varga <mihai.mv13@gmail.com>2014-12-14 12:11:29 +0100
commite21d2326bf479d780cdba7ceb0e4624f658a0089 (patch)
treefa78dcc03e6b3a6e6374017d5e1b7ff882157279
parentSharePoint binding settings (diff)
downloadcore-e21d2326bf479d780cdba7ceb0e4624f658a0089.tar.gz
core-e21d2326bf479d780cdba7ceb0e4624f658a0089.zip
Added namespace for vcl::Window
Change-Id: I74b740a3f362d828a0f0e3c655726f2656e7eb1d
-rw-r--r--uui/source/iahndl-authentication.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/iahndl-authentication.cxx b/uui/source/iahndl-authentication.cxx
index b2876c469677..47c59b43e761 100644
--- a/uui/source/iahndl-authentication.cxx
+++ b/uui/source/iahndl-authentication.cxx
@@ -751,7 +751,7 @@ UUIInteractionHelper::handleAuthFallbackRequest( OUString & instructions,
OUString & url,
uno::Sequence< uno::Reference< task::XInteractionContinuation > > const & rContinuations )
{
- Window * pParent = getParentProperty( );
+ vcl::Window * pParent = getParentProperty( );
AuthFallbackDlg *dlg = new AuthFallbackDlg( pParent, instructions, url );
int retCode = dlg->Execute( );
uno::Reference< task::XInteractionAbort > xAbort;