summaryrefslogtreecommitdiff
path: root/vcl/inc/vcl/wrkwin.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-10-01 13:46:45 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-10-01 13:46:45 +0000
commit6ee5dfa150d408179e20a5525ff7ec46649e0e58 (patch)
treef1282052e25df8f62e9d78a1408e68f5c4e063e6 /vcl/inc/vcl/wrkwin.hxx
parent46a63a2af38e694327c5308168f499a549fb724e (diff)
CWS-TOOLING: integrate CWS vcl94
Diffstat (limited to 'vcl/inc/vcl/wrkwin.hxx')
-rw-r--r--vcl/inc/vcl/wrkwin.hxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/vcl/inc/vcl/wrkwin.hxx b/vcl/inc/vcl/wrkwin.hxx
index 3d9c090272ab..8b2701420a2f 100644
--- a/vcl/inc/vcl/wrkwin.hxx
+++ b/vcl/inc/vcl/wrkwin.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: wrkwin.hxx,v $
- * $Revision: 1.3 $
+ * $Revision: 1.3.138.1 $
*
* This file is part of OpenOffice.org.
*
@@ -82,7 +82,14 @@ public:
virtual BOOL Close();
- void ShowFullScreenMode( BOOL bFullScreenMode = TRUE, sal_Int32 nDisplay = 0 );
+ /** The default value of nDisplay = -1 means "don't care" and
+ allows to backends to use any screen [** or display? terminology!]
+ they like (most probably the current one).
+
+ NOTE: The default value cannot be 0, because 0 is a legitimate
+ screen number.
+ */
+ void ShowFullScreenMode( BOOL bFullScreenMode = TRUE, sal_Int32 nDisplay = -1 );
void EndFullScreenMode() { ShowFullScreenMode( FALSE ); }
BOOL IsFullScreenMode() const { return mbFullScreenMode; }