From c4648a4c0f5920f8f070bbbe8f18b165b6b70802 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 18 Oct 2011 18:02:33 +0300 Subject: WaE: '!=' : unsafe mix of type 'bool' and type 'sal_Bool' in operation --- sc/source/ui/view/tabcont.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc/source/ui/view/tabcont.cxx b/sc/source/ui/view/tabcont.cxx index 676c806da038..18ec9bbecae3 100644 --- a/sc/source/ui/view/tabcont.cxx +++ b/sc/source/ui/view/tabcont.cxx @@ -364,7 +364,7 @@ void ScTabControl::UpdateStatus() { bModified = false; // Selektion for (i=0; i(i)+1) ) + if ( rMark.GetTableSelect(i) != (bool) IsPageSelected(static_cast(i)+1) ) bModified = sal_True; // #i99576# the following loop is mis-optimized on unxsoli4 and the reason -- cgit v1.2.3