svx/source/sidebar/insert/SimpleToolBoxController.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1140f8334936311dc267d032bad80e2ac993c6da Author: Pavel JanÃk <pavelja...@apache.org> Date: Sun May 5 18:51:49 2013 +0000 Initialize variable to prevent compiler warning (cherry picked from commit 4fba97b33858a6fc610b5540ab0277370e4147bf) Change-Id: I470036762114017a971a35aba2c7f0f41f482fa8 diff --git a/svx/source/sidebar/insert/SimpleToolBoxController.cxx b/svx/source/sidebar/insert/SimpleToolBoxController.cxx index 5eba6da..c60b6ef 100644 --- a/svx/source/sidebar/insert/SimpleToolBoxController.cxx +++ b/svx/source/sidebar/insert/SimpleToolBoxController.cxx @@ -62,7 +62,7 @@ void SAL_CALL SimpleToolBoxController::statusChanged (const css::frame::FeatureS nItemBits &= ~TIB_CHECKABLE; TriState eState = STATE_NOCHECK; - sal_Bool bValue; + sal_Bool bValue = sal_False; if (rEvent.State >>= bValue) { // Boolean, treat it as checked/unchecked
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits