summaryrefslogtreecommitdiff
path: root/include/editeng/paragraphdata.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-25 15:45:03 +0200
committerNoel Grandin <noel@peralex.com>2014-02-27 12:30:27 +0200
commitaf2f568cc7efffb8d67db7b5c0bc917326ac69b2 (patch)
tree04ee82a8cae248ef68b3ba5e0e54122688309dbd /include/editeng/paragraphdata.hxx
parenta4850e3d78bb11333323c3ae1dbb7184a0b886f3 (diff)
editeng: sal_Bool->bool
Change-Id: Icaab3bcf646611ebb31415c54e0ce350817d8fc8
Diffstat (limited to 'include/editeng/paragraphdata.hxx')
-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& );