summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/adiasync.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/tool/adiasync.cxx')
-rw-r--r--sc/source/core/tool/adiasync.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/adiasync.cxx b/sc/source/core/tool/adiasync.cxx
index 3232b0e6fb0a..bd5b0b96ab17 100644
--- a/sc/source/core/tool/adiasync.cxx
+++ b/sc/source/core/tool/adiasync.cxx
@@ -110,7 +110,7 @@ void ScAddInAsync::CallBack( sal_uLong nHandleP, void* pData )
OSL_FAIL( "unknown AsyncType" );
return;
}
- p->bValid = sal_True;
+ p->bValid = true;
p->Broadcast( ScHint(SC_HINT_DATACHANGED, ScAddress()) );
for ( ScAddInDocs::iterator it = p->pDocs->begin(); it != p->pDocs->end(); ++it )