summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fuparagr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/func/fuparagr.cxx')
-rwxr-xr-x[-rw-r--r--]sd/source/ui/func/fuparagr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/func/fuparagr.cxx b/sd/source/ui/func/fuparagr.cxx
index e18240c6ca2e..2ebb4064a79c 100644..100755
--- a/sd/source/ui/func/fuparagr.cxx
+++ b/sd/source/ui/func/fuparagr.cxx
@@ -113,7 +113,7 @@ void FuParagraph::DoExecute( SfxRequest& rReq )
SfxAbstractTabDialog* pDlg = pFact ? pFact->CreateSdParagraphTabDlg(NULL, &aNewAttr ) : 0;
if( pDlg )
{
- USHORT nResult = pDlg->Execute();
+ sal_uInt16 nResult = pDlg->Execute();
switch( nResult )
{
@@ -155,7 +155,7 @@ void FuParagraph::DoExecute( SfxRequest& rReq )
}
// invalidieren der Slots
- static USHORT SidArray[] = {
+ static sal_uInt16 SidArray[] = {
SID_ATTR_TABSTOP,
SID_ATTR_PARA_ADJUST_LEFT,
SID_ATTR_PARA_ADJUST_RIGHT,