summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fucushow.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/func/fucushow.cxx')
-rwxr-xr-x[-rw-r--r--]sd/source/ui/func/fucushow.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/func/fucushow.cxx b/sd/source/ui/func/fucushow.cxx
index 1ca6da60a713..0e2f1b4ca890 100644..100755
--- a/sd/source/ui/func/fucushow.cxx
+++ b/sd/source/ui/func/fucushow.cxx
@@ -77,10 +77,10 @@ void FuCustomShowDlg::DoExecute( SfxRequest& )
AbstractSdCustomShowDlg* pDlg = pFact ? pFact->CreateSdCustomShowDlg( NULL, *mpDoc ) : 0;
if( pDlg )
{
- USHORT nRet = pDlg->Execute();
+ sal_uInt16 nRet = pDlg->Execute();
if( pDlg->IsModified() )
{
- mpDoc->SetChanged( TRUE );
+ mpDoc->SetChanged( sal_True );
sd::PresentationSettings& rSettings = mpDoc->getPresentationSettings();
rSettings.mbCustomShow = pDlg->IsCustomShow();
}