summaryrefslogtreecommitdiff
path: root/vcl/aqua/source/app/salsys.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/aqua/source/app/salsys.cxx')
-rw-r--r--vcl/aqua/source/app/salsys.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/aqua/source/app/salsys.cxx b/vcl/aqua/source/app/salsys.cxx
index a7ea84f78113..c279c1c7f88f 100644
--- a/vcl/aqua/source/app/salsys.cxx
+++ b/vcl/aqua/source/app/salsys.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -69,7 +69,7 @@ Rectangle AquaSalSystem::GetDisplayScreenPosSizePixel( unsigned int nScreen )
pScreen = [pScreens objectAtIndex: nScreen];
else
pScreen = [NSScreen mainScreen];
-
+
if( pScreen )
{
NSRect aFrame = [pScreen frame];
@@ -88,7 +88,7 @@ Rectangle AquaSalSystem::GetDisplayWorkAreaPosSizePixel( unsigned int nScreen )
pScreen = [pScreens objectAtIndex: nScreen];
else
pScreen = [NSScreen mainScreen];
-
+
if( pScreen )
{
NSRect aFrame = [pScreen visibleFrame];