diff options
-rw-r--r-- | vcl/source/helper/commandinfoprovider.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/helper/commandinfoprovider.cxx b/vcl/source/helper/commandinfoprovider.cxx index cb0378c7fd43..dde74417a14c 100644 --- a/vcl/source/helper/commandinfoprovider.cxx +++ b/vcl/source/helper/commandinfoprovider.cxx @@ -225,7 +225,7 @@ sal_Int32 CommandInfoProvider::GetPropertiesForCommand ( { if (aProperties[nIndex].Name == "Properties") { - sal_Int32 nValue; + sal_Int32 nValue = 0; aProperties[nIndex].Value >>= nValue; return nValue; } |