diff options
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/dlg/custsdlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/custsdlg.cxx b/sd/source/ui/dlg/custsdlg.cxx index bb7841137733..d55a688b0776 100644 --- a/sd/source/ui/dlg/custsdlg.cxx +++ b/sd/source/ui/dlg/custsdlg.cxx @@ -199,7 +199,7 @@ IMPL_LINK( SdCustomShowDlg, ClickButtonHdl, void *, p ) OUString aStrCopy( SdResId( STR_COPY_CUSTOMSHOW ) ); sal_uInt16 nStrPos = aStr.indexOf( aStrCopy ); - sal_uInt16 nNum = 1; + sal_Int32 nNum = 1; if( nStrPos == STRING_NOTFOUND ) { aStr = aStr + " (" + aStrCopy + OUString::valueOf( nNum ) + ")"; |