[Libreoffice-commits] core.git: vcl/inc

Tor Lillqvist tml at collabora.com
Sun Apr 6 02:40:47 PDT 2014


 vcl/inc/svdata.hxx |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit cb554bc388b09ef34af44be611fc6e798eb2bb5b
Author: Tor Lillqvist <tml at collabora.com>
Date:   Sun Apr 6 12:40:10 2014 +0300

    I found a reference confirming my guess
    
    Change-Id: Id8e48f70801104adef4cbb3c179800ddc4688999

diff --git a/vcl/inc/svdata.hxx b/vcl/inc/svdata.hxx
index 628b328..59ac135 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
 {


More information about the Libreoffice-commits mailing list