diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-06 12:40:10 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-06 12:40:22 +0300 |
commit | cb554bc388b09ef34af44be611fc6e798eb2bb5b (patch) | |
tree | 80e15dc79249faf6220147efbdf444a66883e1fc /vcl/inc/svdata.hxx | |
parent | 42556ae06861f58f984ac064d97f5d6656759a97 (diff) |
I found a reference confirming my guess
Change-Id: Id8e48f70801104adef4cbb3c179800ddc4688999
Diffstat (limited to 'vcl/inc/svdata.hxx')
-rw-r--r-- | vcl/inc/svdata.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/inc/svdata.hxx b/vcl/inc/svdata.hxx index 628b328b5be6..59ac13572005 100644 --- a/vcl/inc/svdata.hxx +++ b/vcl/inc/svdata.hxx @@ -245,10 +245,10 @@ struct ImplSVHelpData sal_uLong mnLastHelpHideTime; // ticks of last show }; -// "NWF" probably means "Native Widget Framework" and likely was the -// term used for the idea that StarView/OOo "widgets" should *look* (and -// feel) like the "native widgets" on each platform, even if not at -// all implemented using them. +// "NWF" means "Native Widget Framework" and was the term used for the +// idea that StarView/OOo "widgets" should *look* (and feel) like the +// "native widgets" on each platform, even if not at all implemented +// using them. See http://people.redhat.com/dcbw/ooo-nwf.html . struct ImplSVNWFData { |