summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-07-23 10:08:53 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-07-23 10:08:53 +0000
commitcd3a534d7ad808dc59781f511a7ff234c17e2aa8 (patch)
tree75a080750c6143903f8138064ae372df6f2ab187 /framework
parent0f86e792018b74a4b01af4c1faf70616106819a4 (diff)
INTEGRATION: CWS fwklhf01 (1.2.2); FILE MERGED
2004/06/29 12:57:07 as 1.2.2.1: #i30017# (as) fix errors in licences dialog
Diffstat (limited to 'framework')
-rw-r--r--framework/source/services/license.cxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/framework/source/services/license.cxx b/framework/source/services/license.cxx
index 447cdedffd02..c5a6ffceaeb7 100644
--- a/framework/source/services/license.cxx
+++ b/framework/source/services/license.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: license.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hjs $ $Date: 2004-06-30 10:19:54 $
+ * last change: $Author: hr $ $Date: 2004-07-23 11:08:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -577,13 +577,15 @@ void LicenseDialog::EnableControls()
if ( bEndReached )
{
- Point aPos( 0, aInfo3_1FT.GetPosPixel().Y() );
+ Point aPos( aInfo1FT.GetPosPixel().X(),
+ aInfo3_1FT.GetPosPixel().Y() );
aArrow.SetPosPixel( aPos );
aPBAccept.Enable();
}
else
{
- Point aPos( 0, aInfo2_1FT.GetPosPixel().Y() );
+ Point aPos( aInfo1FT.GetPosPixel().X(),
+ aInfo2_1FT.GetPosPixel().Y() );
aArrow.SetPosPixel( aPos );
aPBAccept.Disable();
}