diff options
author | sj <sj@openoffice.org> | 2010-06-05 19:08:12 +0200 |
---|---|---|
committer | sj <sj@openoffice.org> | 2010-06-05 19:08:12 +0200 |
commit | 0cd8711b971b9700101605734c83408cbf3ca056 (patch) | |
tree | 6f31acba410207d6730f55631fdecee7ed5f1409 /sd/inc | |
parent | fee32b2a33c751c3493331fe11b9f2f4b9c74318 (diff) | |
parent | d4af876f9cb4f226fd8b001e7bb0570860777845 (diff) |
merged
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/Outliner.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sd/inc/Outliner.hxx b/sd/inc/Outliner.hxx index 1b608fa7b637..dfc7e3e3bf88 100644 --- a/sd/inc/Outliner.hxx +++ b/sd/inc/Outliner.hxx @@ -136,6 +136,9 @@ public: */ void StartSpelling (void); + /** Proxy for method from base class to avoid compiler warning */ + void StartSpelling(EditView&, unsigned char); + /** Initiate a find and/or replace on the next relevant text object. @return Returns </TRUE> when the search/replace is finished (as |