[Libreoffice-commits] core.git: dbaccess/source
Julien Nabet
serval2412 at yahoo.fr
Mon Jan 2 15:48:39 UTC 2017
dbaccess/source/ui/dlg/finteraction.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 43cc44107e592989ba072fb95026de2f661c8f1b
Author: Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
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());
}
More information about the Libreoffice-commits
mailing list