dbaccess/source/ui/dlg/finteraction.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit 43cc44107e592989ba072fb95026de2f661c8f1b Author: Julien Nabet <[email protected]> Date: Mon Jan 2 16:47:02 2017 +0100 Remove newly added SAL_WARN_IF Following Stephan's comment from https://gerrit.libreoffice.org/#/c/32643/ Change-Id: I6bb5c243313c3f0793286c6bae2967a6208dc854 Reviewed-on: https://gerrit.libreoffice.org/32651 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/dbaccess/source/ui/dlg/finteraction.cxx b/dbaccess/source/ui/dlg/finteraction.cxx index aaa2a6d..bfd5250 100644 --- a/dbaccess/source/ui/dlg/finteraction.cxx +++ b/dbaccess/source/ui/dlg/finteraction.cxx @@ -31,7 +31,6 @@ namespace dbaui :m_xMaster( _rxMaster ) ,m_bDoesNotExist(false) { - SAL_WARN_IF( !m_xMaster.is(), "dbaccess.ui", "OFilePickerInteractionHandler::OFilePickerInteractionHandler: invalid master handler!"); assert(m_xMaster.is()); } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
