summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorPatrick Luby <pluby@openoffice.org>2000-11-22 01:59:09 +0000
committerPatrick Luby <pluby@openoffice.org>2000-11-22 01:59:09 +0000
commitc3931c70a94deef471cf50e0a7b3a233bce7604e (patch)
treea590549b2ec3d83311f7a0a6275f62bf28faec6d /vcl
parent48edc1cdb55e5931a1a0372b0390c448979a7452 (diff)
Adjusted tabbing to conform to StarOffice standard style.
Diffstat (limited to 'vcl')
-rw-r--r--vcl/aqua/source/window/salframe.cxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/vcl/aqua/source/window/salframe.cxx b/vcl/aqua/source/window/salframe.cxx
index 5b3efb08d60f..ca75a05676d6 100644
--- a/vcl/aqua/source/window/salframe.cxx
+++ b/vcl/aqua/source/window/salframe.cxx
@@ -2,15 +2,15 @@
*
* $RCSfile: salframe.cxx,v $
*
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
*
- * last change: $Author: pluby $ $Date: 2000-11-22 02:43:50 $
+ * last change: $Author: pluby $ $Date: 2000-11-22 02:59:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
*
- * - GNU Lesser General Public License Version 2.1
- * - Sun Industry Standards Source License Version 1.1
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
*
* Sun Microsystems Inc., October, 2000
*
@@ -337,10 +337,10 @@ void SalFrame::Show( BOOL bVisible )
pixelColor.blue = pixelYCoor + pixelXCoor + pixelColor.blue;
VCLGraphics_DrawColorPixel ( hView,
- pixelXCoor,
- pixelYCoor,
- &pixelColor
- );
+ pixelXCoor,
+ pixelYCoor,
+ &pixelColor
+ );
} // for
} // for
} // SalFrame::Show
@@ -361,7 +361,7 @@ void SalFrame::SetMinClientSize( long nWidth, long nHeight )
void SalFrame::SetClientSize( long nWidth, long nHeight )
{
- // VCLWindow_SetSize( maFrameData.mhWnd, nWidth, nHeight );
+ // VCLWindow_SetSize( maFrameData.mhWnd, nWidth, nHeight );
}
// -----------------------------------------------------------------------
@@ -369,9 +369,9 @@ void SalFrame::SetClientSize( long nWidth, long nHeight )
void SalFrame::GetClientSize( long& rWidth, long& rHeight )
{
- // Copied from Windows version: not sure if it is correct for Aqua
- // rWidth = maFrameData.mnWidth;
- // rHeight = maFrameData.mnHeight;
+ // Copied from Windows version: not sure if it is correct for Aqua
+ // rWidth = maFrameData.mnWidth;
+ // rHeight = maFrameData.mnHeight;
}