From b72e923a987e8b3ddc99f7084d2548ae7b83483d Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 2 Jul 2008 09:02:12 +0000 Subject: INTEGRATION: CWS dr61 (1.4.236); FILE MERGED 2008/04/23 12:36:39 dr 1.4.236.2: RESYNC: (1.4-1.5); FILE MERGED 2008/04/02 10:53:29 dr 1.4.236.1: #i87007# scroll-top/scroll-left properties in form controls --- svx/inc/svx/msocximex.hxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'svx') diff --git a/svx/inc/svx/msocximex.hxx b/svx/inc/svx/msocximex.hxx index a8271679a619..25cd116c8ad1 100644 --- a/svx/inc/svx/msocximex.hxx +++ b/svx/inc/svx/msocximex.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: msocximex.hxx,v $ - * $Revision: 1.5 $ + * $Revision: 1.6 $ * * This file is part of OpenOffice.org. * @@ -828,6 +828,8 @@ public: sal_uInt32 nScrollWidth; sal_uInt32 nScrollHeight; + sal_uInt32 nScrollLeft; + sal_uInt32 nScrollTop; sal_uInt8 pIconHeader[20]; @@ -909,7 +911,8 @@ public: sal_uInt32 nScrollWidth; sal_uInt32 nScrollHeight; - + sal_uInt32 nScrollLeft; + sal_uInt32 nScrollTop; sal_uInt8 pIconHeader[20]; sal_uInt32 nIconLen; -- cgit