summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2008-11-21 10:47:14 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2008-11-21 10:47:14 +0000
commitf617820ab307b9d68780e662e8cd078d33e4a7db (patch)
treec8cae5fde1e5bb7831e281cb9226ad6f4203799b /dbaccess
parent46afc9fc433c262c34b2fa7f8a04e1b6532953a4 (diff)
#i10000#: replace direct access of m_aArgs with accessor getResource()
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/dataaccess/databasedocument.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/dataaccess/databasedocument.cxx b/dbaccess/source/core/dataaccess/databasedocument.cxx
index fe01e88509b1..e12e3e4cb764 100644
--- a/dbaccess/source/core/dataaccess/databasedocument.cxx
+++ b/dbaccess/source/core/dataaccess/databasedocument.cxx
@@ -537,7 +537,7 @@ void SAL_CALL ODatabaseDocument::connectController( const Reference< XController
// In this case, warn the user, too.
if ( m_pImpl->hasMacroStorages() )
{
- ::comphelper::NamedValueCollection aArgs( m_pImpl->m_aArgs );
+ ::comphelper::NamedValueCollection aArgs( m_pImpl->getResource() );
Reference< XInteractionHandler > xInteraction;
xInteraction = aArgs.getOrDefault( "InteractionHandler", xInteraction );
if ( xInteraction.is() )