summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2011-02-08 15:08:05 +0100
committerMathias Bauer <mba@openoffice.org>2011-02-08 15:08:05 +0100
commit9648a577f081b0468702fb7f0db69b2582b96e72 (patch)
treee804d29dda5f3b36820babb64b09dd4b64c48941
parente945e89a1aa7c6f8d84197244911aab0ae6be9a6 (diff)
CWS gnumake3: found another tools integer typeooo/DEV300_m100
-rw-r--r--cui/source/factory/dlgfact.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/factory/dlgfact.cxx b/cui/source/factory/dlgfact.cxx
index 8e7d9854e..55d353820 100644
--- a/cui/source/factory/dlgfact.cxx
+++ b/cui/source/factory/dlgfact.cxx
@@ -1008,7 +1008,7 @@ VclAbstractDialog* AbstractDialogFactory_Impl::CreateVclDialog( Window* pParent,
{
case RID_DEFAULTABOUT:
{
- pDlg = new AboutDialog( pParent, CUI_RES( (USHORT) nResId ) );
+ pDlg = new AboutDialog( pParent, CUI_RES( (sal_uInt16) nResId ) );
break;
}
case SID_OPTIONS_TREEDIALOG :