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/ndgrf.hxx | |
parent | 2b4c01c268fcda1b7d7fdf2e6c45d7ce18133b81 (diff) |
sal_Bool to bool
Change-Id: I01986d22cfc6544cbad39c3276d272d0520e3f53
Diffstat (limited to 'sw/inc/ndgrf.hxx')
-rw-r--r-- | sw/inc/ndgrf.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/ndgrf.hxx b/sw/inc/ndgrf.hxx index 97e6006eff0c..63a7e017919f 100644 --- a/sw/inc/ndgrf.hxx +++ b/sw/inc/ndgrf.hxx @@ -180,8 +180,8 @@ public: bool IsSelected() const; /// Communicate to graphic that node is in Undo-range. - virtual sal_Bool SavePersistentData(); - virtual sal_Bool RestorePersistentData(); + virtual bool SavePersistentData(); + virtual bool RestorePersistentData(); /// Query link-data. bool IsGrfLink() const { return refLink.Is(); } |