summaryrefslogtreecommitdiff
path: root/include/editeng/AccessibleImageBullet.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/AccessibleImageBullet.hxx')
-rw-r--r--include/editeng/AccessibleImageBullet.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/AccessibleImageBullet.hxx b/include/editeng/AccessibleImageBullet.hxx
index f13908fb23ff..aaa94826b3f9 100644
--- a/include/editeng/AccessibleImageBullet.hxx
+++ b/include/editeng/AccessibleImageBullet.hxx
@@ -145,7 +145,7 @@ namespace accessibility
sal_Int32 GetParagraphIndex() const { return mnParagraphIndex; }
/// Calls all Listener objects to tell them the change. Don't hold locks when calling this!
- void FireEvent(const sal_Int16 nEventId, const css::uno::Any& rNewValue = css::uno::Any(), const css::uno::Any& rOldValue = css::uno::Any() ) const;
+ void FireEvent(const sal_Int16 nEventId, const css::uno::Any& rNewValue, const css::uno::Any& rOldValue = css::uno::Any() ) const;
private:
AccessibleImageBullet( const AccessibleImageBullet& ) = delete;