summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/futxtatt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/func/futxtatt.cxx')
-rwxr-xr-x[-rw-r--r--]sd/source/ui/func/futxtatt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/func/futxtatt.cxx b/sd/source/ui/func/futxtatt.cxx
index f434f2790620..6a46e9fca940 100644..100755
--- a/sd/source/ui/func/futxtatt.cxx
+++ b/sd/source/ui/func/futxtatt.cxx
@@ -78,7 +78,7 @@ void FuTextAttrDlg::DoExecute( SfxRequest& rReq )
SvxAbstractDialogFactory* pFact = SvxAbstractDialogFactory::Create();
SfxAbstractTabDialog *pDlg = pFact->CreateTextTabDialog( NULL, &aNewAttr, mpView );
- USHORT nResult = pDlg->Execute();
+ sal_uInt16 nResult = pDlg->Execute();
switch( nResult )
{