diff options
Diffstat (limited to 'include/vcl/window.hxx')
-rw-r--r-- | include/vcl/window.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx index ba37b8fae472..32dccde009cc 100644 --- a/include/vcl/window.hxx +++ b/include/vcl/window.hxx @@ -910,8 +910,8 @@ public: virtual void SetText( const OUString& rStr ); virtual OUString GetText() const; // return the actual text displayed - // this may have e.g. accellerators removed or portions - // replaced by ellipsis + // this may have e.g. accelerators removed or portions + // replaced by ellipses virtual OUString GetDisplayText() const; // gets the visible background color. for transparent windows // this may be the parent's background color; for controls |