diff options
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(); } |