I found a reference confirming my guess

Change-Id: Id8e48f70801104adef4cbb3c179800ddc4688999
This commit is contained in:
Tor Lillqvist
2014-04-06 12:40:10 +03:00
parent 42556ae068
commit cb554bc388

View File

@@ -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
{