summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/ConnectionHelper.cxx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-10-19 07:18:39 +0200
committerJan Holesovsky <kendy@collabora.com>2015-10-19 07:20:33 +0200
commit2b5a48da5969b1ed37f4480d843714d434feb5d9 (patch)
tree59a449af7f69a133bc8e1e76b8f9deb65425da02 /dbaccess/source/ui/dlg/ConnectionHelper.cxx
parent664197d95becd516c3dac25a50439078ba61e051 (diff)
sfx items: Kill the SFX_ITEMSET_GET macro.
Change-Id: I110a4f25646eb3f0fa93673c84dc67cf64a3b7a0
Diffstat (limited to 'dbaccess/source/ui/dlg/ConnectionHelper.cxx')
-rw-r--r--dbaccess/source/ui/dlg/ConnectionHelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/ConnectionHelper.cxx b/dbaccess/source/ui/dlg/ConnectionHelper.cxx
index 7bfbd70c58a8..ecd2edc7bac8 100644
--- a/dbaccess/source/ui/dlg/ConnectionHelper.cxx
+++ b/dbaccess/source/ui/dlg/ConnectionHelper.cxx
@@ -139,7 +139,7 @@ namespace dbaui
bool bEnableCreateButton = m_pCollection->supportsDBCreation( m_eType );
m_pPB_CreateDB->Show( bEnableCreateButton );
- SFX_ITEMSET_GET(_rSet, pUrlItem, SfxStringItem, DSID_CONNECTURL, true);
+ const SfxStringItem* pUrlItem = _rSet.GetItem<SfxStringItem>(DSID_CONNECTURL);
// forward the values to the controls
if ( bValid )