diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-06 12:35:57 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-06 12:37:17 +0300 |
commit | 42556ae06861f58f984ac064d97f5d6656759a97 (patch) | |
tree | 9a525b7504dce5f588f5e9e87b36cda6905dcb15 /vcl/inc/svdata.hxx | |
parent | 6390dd9777ff63ca75a088e56dd444a355439343 (diff) |
Add a comment guessing what "NWF" means
Change-Id: Ib5f5d61d714be573569f72cd4df2229cb9d01563
Diffstat (limited to 'vcl/inc/svdata.hxx')
-rw-r--r-- | vcl/inc/svdata.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/inc/svdata.hxx b/vcl/inc/svdata.hxx index 7f64bd51757b..628b328b5be6 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 |