diff options
Diffstat (limited to 'sw/source/uibase/dbui/mmconfigitem.cxx')
-rw-r--r-- | sw/source/uibase/dbui/mmconfigitem.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/dbui/mmconfigitem.cxx b/sw/source/uibase/dbui/mmconfigitem.cxx index 8523fac38a6b..468a54c19e2b 100644 --- a/sw/source/uibase/dbui/mmconfigitem.cxx +++ b/sw/source/uibase/dbui/mmconfigitem.cxx @@ -858,7 +858,7 @@ Reference< XColumnsSupplier> SwMailMergeConfigItem::GetColumnsSupplier() m_pImpl->xColumnsSupplier = SwDBManager::GetColumnSupplier(m_pImpl->xConnection, m_pImpl->aDBData.sCommand, m_pImpl->aDBData.nCommandType == CommandType::TABLE ? - SW_DB_SELECT_TABLE : SW_DB_SELECT_QUERY ); + SwDBSelect::TABLE : SwDBSelect::QUERY ); } return m_pImpl->xColumnsSupplier; } |