diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-01-27 11:50:57 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-01-27 11:50:57 +0200 |
commit | 3db0fdb03ce58a0640fb7c89c22c91169f09ca86 (patch) | |
tree | d816a71d25107ccbd8e7ef6612282278a664c71a /include/vcl | |
parent | e344d2ac328332aeb0e326636a0a2cd61b812b6a (diff) |
Spelling corrections
Change-Id: Ifd27d37eceac4a0b9376b8df6b3e6503f4cedd71
Diffstat (limited to 'include/vcl')
-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 |