diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-25 16:12:39 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-27 12:30:27 +0200 |
commit | b8eaa2b78235930f2875d5a757dcd69483ab3e7a (patch) | |
tree | 5f45bf2bc1f89126233812f9ce25446c8c643926 /include | |
parent | af2f568cc7efffb8d67db7b5c0bc917326ac69b2 (diff) |
editeng: sal_Bool->bool
Change-Id: Ic4dec17e879e6e16c7d6c5e184288a629872ce84
Diffstat (limited to 'include')
-rw-r--r-- | include/editeng/pgrditem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/pgrditem.hxx b/include/editeng/pgrditem.hxx index 04b31f80a00e..5e8e322bc26f 100644 --- a/include/editeng/pgrditem.hxx +++ b/include/editeng/pgrditem.hxx @@ -35,7 +35,7 @@ class EDITENG_DLLPUBLIC SvxParaGridItem : public SfxBoolItem public: TYPEINFO(); - SvxParaGridItem( const sal_Bool bSnapToGrid /*= sal_True*/, + SvxParaGridItem( const bool bSnapToGrid /*= true*/, const sal_uInt16 nId ); // "pure virtual Methods" from SfxPoolItem |