diff options
author | Pranav Kant <pranavk@collabora.co.uk> | 2017-02-19 18:51:13 +0530 |
---|---|---|
committer | Pranav Kant <pranavk@collabora.co.uk> | 2017-02-20 13:58:13 +0530 |
commit | 80d1ada96010a943ff1793139d176086f4598d98 (patch) | |
tree | 9348b9b80c924bb5765ee6a2c87d8e12e6c80abb /sd/inc | |
parent | 46be94e3dc721d936de9699c1e24e5853b00c0fd (diff) |
sd lok: Use IDs in ViewAnnotations output
Change-Id: Ifb1f55ad5a1d21d63f9b37a83e3218c40dfa0b59
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/Annotation.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/inc/Annotation.hxx b/sd/inc/Annotation.hxx index fe2f39a961e4..39e746c7da3e 100644 --- a/sd/inc/Annotation.hxx +++ b/sd/inc/Annotation.hxx @@ -35,6 +35,8 @@ void createAnnotation( css::uno::Reference< css::office::XAnnotation >& xAnnotat SdrUndoAction* CreateUndoInsertOrRemoveAnnotation( const css::uno::Reference< css::office::XAnnotation >& xAnnotation, bool bInsert ); +sal_uInt32 getAnnotationId(const css::uno::Reference <css::office::XAnnotation>& xAnnotation); + } #endif |