Kaydet (Commit) 588fca32 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Avoid reserved identifiers

Change-Id: I7fe3cbd19358dafb998cae189f07e93a9ee791a2
üst fc93d61f
......@@ -57,10 +57,10 @@ namespace svt
virtual void DataChanged( const DataChangedEvent& rDCEvt ) override;
void SetID( sal_Int16 _ID );
void SetID( sal_Int16 ID );
sal_Int16 GetID() const;
void SetIndex( sal_Int32 _Index );
void SetIndex( sal_Int32 Index );
sal_Int32 GetIndex() const;
void SetLabel( const OUString& _rText );
......
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