diff options
author | Mathias Bauer <mba@openoffice.org> | 2011-02-15 18:08:15 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2011-02-15 18:08:15 +0100 |
commit | 0a9e48f8e95723b42c0d4f52013e627a4b6d135d (patch) | |
tree | 5384198f664ebad280e25b8a5e2df5e32feec150 /sw/inc/unocrsrhelper.hxx | |
parent | 366600eee2915724d275f9ac78ab3aa3675a49c0 (diff) | |
parent | c50e8a2df2e04d9d2c225df0ea648f0501acc250 (diff) |
CWS mongolianlayout: resync to m100
Diffstat (limited to 'sw/inc/unocrsrhelper.hxx')
-rw-r--r-- | sw/inc/unocrsrhelper.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/unocrsrhelper.hxx b/sw/inc/unocrsrhelper.hxx index 7ca06ee09391..f2f8ca922b8c 100644 --- a/sw/inc/unocrsrhelper.hxx +++ b/sw/inc/unocrsrhelper.hxx @@ -83,8 +83,8 @@ namespace SwUnoCursorHelper public: ~SwAnyMapHelper(); - void SetValue( USHORT nWhichId, USHORT nMemberId, const com::sun::star::uno::Any& rAny ); - bool FillValue( USHORT nWhichId, USHORT nMemberId, const com::sun::star::uno::Any*& pAny ); + void SetValue( sal_uInt16 nWhichId, sal_uInt16 nMemberId, const com::sun::star::uno::Any& rAny ); + bool FillValue( sal_uInt16 nWhichId, sal_uInt16 nMemberId, const com::sun::star::uno::Any*& pAny ); }; ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextContent > |