summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/abstract.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/abstract.hxx')
-rw-r--r--sw/source/ui/inc/abstract.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/inc/abstract.hxx b/sw/source/ui/inc/abstract.hxx
index 6700212aa0c3..4dd8f3a56b65 100644
--- a/sw/source/ui/inc/abstract.hxx
+++ b/sw/source/ui/inc/abstract.hxx
@@ -63,8 +63,8 @@ public:
SwInsertAbstractDlg( Window* pParent );
~SwInsertAbstractDlg();
- BYTE GetLevel() const;
- BYTE GetPara() const;
+ sal_uInt8 GetLevel() const;
+ sal_uInt8 GetPara() const;
};
#endif