summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/dlg
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-10-19 15:20:10 +0200
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-10-19 15:25:28 +0200
commit49e5e750b51ae8b6ff5f8f98beedea1b4737c2fc (patch)
tree2bbc90e9fad34636176c2b4bb6530f7f833d2de1 /dbaccess/source/ui/dlg
parentfix debug build (diff)
downloadcore-49e5e750b51ae8b6ff5f8f98beedea1b4737c2fc.tar.gz
core-49e5e750b51ae8b6ff5f8f98beedea1b4737c2fc.zip
Merge SvLBoxTreeList and SvTreeList.
Change-Id: I318ff6f1009b1aaa7d0bd3abb250f92fb51a21cd
Diffstat (limited to 'dbaccess/source/ui/dlg')
-rw-r--r--dbaccess/source/ui/dlg/indexdialog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/indexdialog.cxx b/dbaccess/source/ui/dlg/indexdialog.cxx
index c5fb8365d446..73e8624875e3 100644
--- a/dbaccess/source/ui/dlg/indexdialog.cxx
+++ b/dbaccess/source/ui/dlg/indexdialog.cxx
@@ -458,7 +458,7 @@ DBG_NAME(DbaIndexDialog)
showError(aExceptionInfo, this, m_xORB);
else if (bSuccess && _bRemoveFromCollection)
{
- SvLBoxTreeList* pModel = m_aIndexes.GetModel();
+ SvTreeList* pModel = m_aIndexes.GetModel();
m_aIndexes.disableSelectHandler();
pModel->Remove(_pEntry);