diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2009-10-01 10:20:24 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2009-10-01 10:20:24 +0000 |
commit | 4c12f9e15b56d3d3de787d4175a6fbbfa4dccb64 (patch) | |
tree | bc1a997fd20e3aea36a8a28232de961e3283bdaf /sd/source/ui/annotations/annotationmanagerimpl.hxx | |
parent | 8de06dd96027df3e7e6cecaa1dafc120ad6aa93d (diff) |
CWS-TOOLING: integrate CWS impressnotes03
2009-09-28 16:30:17 +0200 cl r276496 : #i105382# use correct method to get master page
2009-09-28 12:23:04 +0200 cl r276486 : #i105266# also save text on close to avoid focus trouble under linux
2009-09-25 13:59:50 +0200 cl r276456 : #i105266# resolved a merge conflict
2009-09-25 13:57:24 +0200 cl r276454 : #i105266# resolved a merge conflict
2009-09-25 13:51:12 +0200 cl r276450 : #i105266# resolved a merge conflict
2009-09-25 13:40:08 +0200 cl r276447 : #i105266# resolved a merge conflict
Diffstat (limited to 'sd/source/ui/annotations/annotationmanagerimpl.hxx')
-rwxr-xr-x | sd/source/ui/annotations/annotationmanagerimpl.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sd/source/ui/annotations/annotationmanagerimpl.hxx b/sd/source/ui/annotations/annotationmanagerimpl.hxx index a64421c26262..9f2c48e875d3 100755 --- a/sd/source/ui/annotations/annotationmanagerimpl.hxx +++ b/sd/source/ui/annotations/annotationmanagerimpl.hxx @@ -124,6 +124,9 @@ public: SdPage* GetCurrentPage(); SdDrawDocument* GetDoc() { return mpDoc; } + + void ShowAnnotations(bool bShow); + private: ViewShellBase& mrBase; SdDrawDocument* mpDoc; |