Kaydet (Commit) bdb5114b authored tarafından Pavel Janík's avatar Pavel Janík Kaydeden (comit) Caolán McNamara

WaE: initialize boolean variable to prevent compiler warning.

(cherry picked from commit b01b45e9)
üst b4133247
...@@ -2509,7 +2509,7 @@ com::sun::star::uno::Sequence< com::sun::star::uno::Any > ScAccessibleDocument:: ...@@ -2509,7 +2509,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