summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/editeng/paragraphdata.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/paragraphdata.hxx b/include/editeng/paragraphdata.hxx
index b6dcfeace743..16f2aeba9974 100644
--- a/include/editeng/paragraphdata.hxx
+++ b/include/editeng/paragraphdata.hxx
@@ -37,7 +37,7 @@ class ParagraphData
protected:
sal_Int16 nDepth;
sal_Int16 mnNumberingStartValue;
- sal_Bool mbParaIsNumberingRestart;
+ bool mbParaIsNumberingRestart;
public:
ParagraphData( const ParagraphData& );