diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-05-30 10:15:27 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-05-30 19:31:51 +0100 |
commit | f3aa2a45b4f014aa7631bffa3ac07b2332f80677 (patch) | |
tree | 3e8f7a9c3e74b5648daeeaf26d4adaddf7a0df91 /vcl/inc/salsys.hxx | |
parent | 61acb9beb2bd5c76df6136d4fb3871db7906a827 (diff) |
vcl: rename unhelpful 'Default' screen to a BuiltIn screen
Add 'BuiltInDisplay' and 'ExternalDisplay' UNO properties to clarify
Change-Id: Idf5d26bf687871b3949d077fb89bfe1942839125
Diffstat (limited to 'vcl/inc/salsys.hxx')
-rw-r--r-- | vcl/inc/salsys.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/salsys.hxx b/vcl/inc/salsys.hxx index 001a8a948028..6c9eb37ae011 100644 --- a/vcl/inc/salsys.hxx +++ b/vcl/inc/salsys.hxx @@ -86,7 +86,7 @@ public: @returns the default screen number */ - virtual unsigned int GetDisplayDefaultScreen() { return 0; } + virtual unsigned int GetDisplayBuiltInScreen() { return 0; } /* Gets relative position and size of the screens attached to the display @param nScreen |