diff options
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/prgsbar.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/vcl/prgsbar.hxx b/include/vcl/prgsbar.hxx index cbe598cdd511..03b1790e2048 100644 --- a/include/vcl/prgsbar.hxx +++ b/include/vcl/prgsbar.hxx @@ -79,9 +79,10 @@ public: virtual void Resize(); virtual void StateChanged( StateChangedType nStateChange ); virtual void DataChanged( const DataChangedEvent& rDCEvt ); + virtual Size GetOptimalSize() const; void SetValue( sal_uInt16 nNewPercent ); - sal_uInt16 GetValue() const { return mnPercent; } + sal_uInt16 GetValue() const { return mnPercent; } }; #endif // INCLUDED_VCL_PRGSBAR_HXX |