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