coverity#738818 Uninitialized scalar field
Change-Id: Ic2d6b70da3adcd99a35b63afcfacf55e566755c4
This commit is contained in:
parent
3b73bb5100
commit
001f44a7ca
@ -85,14 +85,17 @@ struct SOParagraph
|
||||
|
||||
class PropStateValue : public PropValue
|
||||
{
|
||||
protected :
|
||||
|
||||
::com::sun::star::beans::PropertyState ePropState;
|
||||
::com::sun::star::uno::Reference
|
||||
< ::com::sun::star::beans::XPropertyState > mXPropState;
|
||||
|
||||
sal_Bool ImplGetPropertyValue( const OUString& rString, sal_Bool bGetPropertyState = sal_True );
|
||||
public:
|
||||
PropStateValue()
|
||||
: PropValue()
|
||||
, ePropState(css::beans::PropertyState_AMBIGUOUS_VALUE)
|
||||
{
|
||||
}
|
||||
protected:
|
||||
css::beans::PropertyState ePropState;
|
||||
css::uno::Reference < css::beans::XPropertyState > mXPropState;
|
||||
|
||||
sal_Bool ImplGetPropertyValue( const OUString& rString, sal_Bool bGetPropertyState = sal_True );
|
||||
};
|
||||
|
||||
struct FieldEntry
|
||||
|
Loading…
x
Reference in New Issue
Block a user