summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-06-17 11:27:52 +0000
committerRüdiger Timm <rt@openoffice.org>2004-06-17 11:27:52 +0000
commit760c37660f738cc767a48c9173207c6217c96cd3 (patch)
treec7baefcec61dd6fd8bd6234b51a5845d4722905f /vcl
parent528ec1520a6c4d70bcbdf86d3fa7eaaddc7dd50e (diff)
INTEGRATION: CWS ooo64bit01 (1.52.28); FILE MERGED
2004/05/02 23:19:25 svesik 1.52.28.4: RESYNC: (1.52-1.53); FILE MERGED 2004/04/13 03:42:37 fa 1.52.28.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be sal_Int32* rather than long* 2004/03/31 16:49:31 fa 1.52.28.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:38 fa 1.52.28.1: More 64-bit changes. 'rsc' still broken, but not as much as before.
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/source/app/saldisp.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/source/app/saldisp.cxx b/vcl/unx/source/app/saldisp.cxx
index 0342b64f0ec3..ea1300f4b368 100644
--- a/vcl/unx/source/app/saldisp.cxx
+++ b/vcl/unx/source/app/saldisp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: saldisp.cxx,v $
*
- * $Revision: 1.54 $
+ * $Revision: 1.55 $
*
- * last change: $Author: hr $ $Date: 2004-05-10 15:56:51 $
+ * last change: $Author: rt $ $Date: 2004-06-17 12:27:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2711,7 +2711,7 @@ void SalDisplay::PrintInfo() const
pRootVisual_->GetVisualId() );
}
-void SalDisplay::GetScreenFontResolution( long& rDPIX, long& rDPIY ) const
+void SalDisplay::GetScreenFontResolution( sal_Int32& rDPIX, sal_Int32& rDPIY ) const
{
rDPIX = aResolution_.A();
rDPIY = aResolution_.B();