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
commit16680c16eb84b5315dbbeeb61b3693c4d567640a (patch)
tree06b6eb6b7771a840ec3d760ab3122a9fe77a199b
parent817da8b9dbd1147e2b92640e87465b0c9cf5b1b4 (diff)
CWS gnumake3: found another tools integer type
Notes
split repo tag: components_ooo/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 53049482d190..34e741ad983e 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 :