From f3aa2a45b4f014aa7631bffa3ac07b2332f80677 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Wed, 30 May 2012 10:15:27 +0100 Subject: vcl: rename unhelpful 'Default' screen to a BuiltIn screen Add 'BuiltInDisplay' and 'ExternalDisplay' UNO properties to clarify Change-Id: Idf5d26bf687871b3949d077fb89bfe1942839125 --- vcl/inc/salsys.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/inc/salsys.hxx') 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 -- cgit