summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/annotations/annotationmanagerimpl.hxx
diff options
context:
space:
mode:
authorPranav Kant <pranavk@collabora.co.uk>2017-02-20 10:15:28 +0530
committerPranav Kant <pranavk@collabora.co.uk>2017-02-20 14:04:58 +0530
commit2613e93bd2e4f467214ae519e5472035c351eec5 (patch)
tree1a074b9cc27086585f025aed1443c43b54b2006c /sd/source/ui/annotations/annotationmanagerimpl.hxx
parentgtktiledviewer: Id param is string now (diff)
downloadcore-2613e93bd2e4f467214ae519e5472035c351eec5.tar.gz
core-2613e93bd2e4f467214ae519e5472035c351eec5.zip
sd lok: Support deleting annotations by id
Change-Id: Id415fcbe8ad478c022bce23158699a17f031c1f9
Diffstat (limited to 'sd/source/ui/annotations/annotationmanagerimpl.hxx')
-rw-r--r--sd/source/ui/annotations/annotationmanagerimpl.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/source/ui/annotations/annotationmanagerimpl.hxx b/sd/source/ui/annotations/annotationmanagerimpl.hxx
index b860118cfdd5..5ef5139749ff 100644
--- a/sd/source/ui/annotations/annotationmanagerimpl.hxx
+++ b/sd/source/ui/annotations/annotationmanagerimpl.hxx
@@ -128,6 +128,8 @@ private:
bool mbPopupMenuActive;
ImplSVEvent * mnUpdateTagsEvent;
vcl::Font maFont;
+
+ css::uno::Reference<css::office::XAnnotation> GetAnnotationById(sal_uInt32 nAnnotationId);
};
OUString getAnnotationDateTimeString( const css::uno::Reference< css::office::XAnnotation >& xAnnotation );