Kaydet (Commit) b01b45e9 authored tarafından Pavel Janík's avatar Pavel Janík

WaE: initialize boolean variable to prevent compiler warning.

üst 581e812b
...@@ -2554,7 +2554,7 @@ com::sun::star::uno::Sequence< com::sun::star::uno::Any > ScAccessibleDocument:: ...@@ -2554,7 +2554,7 @@ com::sun::star::uno::Sequence< com::sun::star::uno::Any > ScAccessibleDocument::
} }
else if ( nType == FINDREPLACEFLOWTO ) else if ( nType == FINDREPLACEFLOWTO )
{ {
sal_Bool bSuccess; sal_Bool bSuccess(sal_False);
rAny >>= bSuccess; rAny >>= bSuccess;
if ( bSuccess ) if ( bSuccess )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment