[Libreoffice-commits] core.git: sfx2/source
David Tardon
dtardon at redhat.com
Fri Jun 17 08:28:27 UTC 2016
sfx2/source/control/bindings.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9aa437deffb10ed11e9f1a8d09c8d1dd4615056a
Author: David Tardon <dtardon at redhat.com>
Date: Fri Jun 17 10:27:27 2016 +0200
use assert, this time correctly
Change-Id: I845d9a8e49ca3ecbd7052875783519d18596dd52
diff --git a/sfx2/source/control/bindings.cxx b/sfx2/source/control/bindings.cxx
index 43a3d2b..a068ab3 100644
--- a/sfx2/source/control/bindings.cxx
+++ b/sfx2/source/control/bindings.cxx
@@ -648,7 +648,7 @@ void SfxBindings::Invalidate
// Next SID
if ( !*++pIds )
break;
- assert( *pIds > *(pIds-1) || "pIds unsorted" );
+ assert( *pIds > *(pIds-1) );
}
// if not enticed to start update timer
More information about the Libreoffice-commits
mailing list