[Libreoffice-commits] core.git: include/vcl
Tor Lillqvist
tml at collabora.com
Mon Jan 27 01:51:30 PST 2014
include/vcl/window.hxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 3db0fdb03ce58a0640fb7c89c22c91169f09ca86
Author: Tor Lillqvist <tml at collabora.com>
Date: Mon Jan 27 11:50:57 2014 +0200
Spelling corrections
Change-Id: Ifd27d37eceac4a0b9376b8df6b3e6503f4cedd71
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index ba37b8f..32dccde 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
More information about the Libreoffice-commits
mailing list