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

Initialize to prevent compiler warnings.

üst fee688fd
...@@ -2847,7 +2847,7 @@ void DomainMapper::sprmWithProps( Sprm& rSprm, PropertyMapPtr rContext, SprmType ...@@ -2847,7 +2847,7 @@ void DomainMapper::sprmWithProps( Sprm& rSprm, PropertyMapPtr rContext, SprmType
{ {
//get value from style sheet and invert it //get value from style sheet and invert it
sal_Int16 nStyleValue = 0; sal_Int16 nStyleValue = 0;
double fDoubleValue; double fDoubleValue = 0;
uno::Any aStyleVal = m_pImpl->GetPropertyFromStyleSheet(ePropertyId); uno::Any aStyleVal = m_pImpl->GetPropertyFromStyleSheet(ePropertyId);
if( !aStyleVal.hasValue() ) if( !aStyleVal.hasValue() )
{ {
......
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