summaryrefslogtreecommitdiff
path: root/sw/source/ui/dialog/abstract.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/dialog/abstract.cxx')
-rw-r--r--sw/source/ui/dialog/abstract.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/dialog/abstract.cxx b/sw/source/ui/dialog/abstract.cxx
index 54955c286a02..3d4de9b187dc 100644
--- a/sw/source/ui/dialog/abstract.cxx
+++ b/sw/source/ui/dialog/abstract.cxx
@@ -72,17 +72,17 @@ SwInsertAbstractDlg::~SwInsertAbstractDlg()
--------------------------------------------------*/
-BYTE SwInsertAbstractDlg::GetLevel() const
+sal_uInt8 SwInsertAbstractDlg::GetLevel() const
{
- return static_cast< BYTE >(aLevelNF.GetValue() - 1);
+ return static_cast< sal_uInt8 >(aLevelNF.GetValue() - 1);
}
/*-----------------22.02.97 15.34-------------------
--------------------------------------------------*/
-BYTE SwInsertAbstractDlg::GetPara() const
+sal_uInt8 SwInsertAbstractDlg::GetPara() const
{
- return (BYTE) aParaNF.GetValue();
+ return (sal_uInt8) aParaNF.GetValue();
}