diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-07-02 09:02:12 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-07-02 09:02:12 +0000 |
commit | b72e923a987e8b3ddc99f7084d2548ae7b83483d (patch) | |
tree | b98a26078a49a9190a446cae62e2d16d5af6ad41 /svx | |
parent | 068fb9fa15bf40e230e579336dbecb119d4123bb (diff) |
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
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/svx/msocximex.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
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; |