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

Tor Lillqvist tml at collabora.com
Sun Apr 6 02:37:43 PDT 2014


 vcl/inc/svdata.hxx |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit 42556ae06861f58f984ac064d97f5d6656759a97
Author: Tor Lillqvist <tml at collabora.com>
Date:   Sun Apr 6 12:35:57 2014 +0300

    Add a comment guessing what "NWF" means
    
    Change-Id: Ib5f5d61d714be573569f72cd4df2229cb9d01563

diff --git a/vcl/inc/svdata.hxx b/vcl/inc/svdata.hxx
index 7f64bd5..628b328 100644
--- a/vcl/inc/svdata.hxx
+++ b/vcl/inc/svdata.hxx
@@ -245,6 +245,11 @@ 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.
+
 struct ImplSVNWFData
 {
     int                     mnStatusBarLowerRightOffset;    // amount in pixel to avoid in the lower righthand corner


More information about the Libreoffice-commits mailing list