diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2014-03-15 19:22:14 +0100 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2014-03-16 09:51:12 +0100 |
commit | c57535fe2aaec8b41c1026a7de495670c251d7e1 (patch) | |
tree | 0f26beef9dfbd8705ee7d777d166825f7c8c9a06 /sw/inc/ndole.hxx | |
parent | 2b4c01c268fcda1b7d7fdf2e6c45d7ce18133b81 (diff) |
sal_Bool to bool
Change-Id: I01986d22cfc6544cbad39c3276d272d0520e3f53
Diffstat (limited to 'sw/inc/ndole.hxx')
-rw-r--r-- | sw/inc/ndole.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/ndole.hxx b/sw/inc/ndole.hxx index 0dbb0d17312c..9b3f6c777872 100644 --- a/sw/inc/ndole.hxx +++ b/sw/inc/ndole.hxx @@ -111,8 +111,8 @@ public: void GetNewReplacement(); - virtual sal_Bool SavePersistentData(); - virtual sal_Bool RestorePersistentData(); + virtual bool SavePersistentData(); + virtual bool RestorePersistentData(); sal_Bool IsInGlobalDocSection() const; sal_Bool IsOLEObjectDeleted() const; |