summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoros <os@openoffice.org>2011-02-16 11:53:46 +0100
committeros <os@openoffice.org>2011-02-16 11:53:46 +0100
commit883e2b11250a7bd9b97b20a5ef1d4d87fab42bdd (patch)
treec44de40ab8f4acad7b97b6cdbcb81281c53e0948
parent6ba0d5c9369d4e2234698326107340b4c5508c01 (diff)
USHORT removed
-rwxr-xr-x[-rw-r--r--]cui/source/tabpages/page.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/page.cxx b/cui/source/tabpages/page.cxx
index 4be479d9f4f6..5643a2f66a8a 100644..100755
--- a/cui/source/tabpages/page.cxx
+++ b/cui/source/tabpages/page.cxx
@@ -605,7 +605,7 @@ void SvxPageDescPage::Reset( const SfxItemSet& rSet )
ResStringArray aPaperAry( CUI_RES( nAryId ) );
sal_uInt32 nCnt = aPaperAry.Count();
- USHORT nUserPos = LISTBOX_ENTRY_NOTFOUND;
+ sal_uInt16 nUserPos = LISTBOX_ENTRY_NOTFOUND;
for ( sal_uInt32 i = 0; i < nCnt; ++i )
{
String aStr = aPaperAry.GetString(i);