diff options
Diffstat (limited to 'sw/source/uibase/inc/unoatxt.hxx')
-rw-r--r-- | sw/source/uibase/inc/unoatxt.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/uibase/inc/unoatxt.hxx b/sw/source/uibase/inc/unoatxt.hxx index 8011c612885f..1b6f1a7fc14b 100644 --- a/sw/source/uibase/inc/unoatxt.hxx +++ b/sw/source/uibase/inc/unoatxt.hxx @@ -261,13 +261,13 @@ public: protected: virtual void replaceByName( - const sal_uInt16 nEvent, /// item ID of event - const SvxMacro& rMacro) /// event (will be copied) + const SvMacroItemId nEvent, /// item ID of event + const SvxMacro& rMacro) /// event (will be copied) override; virtual void getByName( - SvxMacro& rMacro, /// macro to be filled - const sal_uInt16 nEvent ) /// item ID of event + SvxMacro& rMacro, /// macro to be filled + const SvMacroItemId nEvent ) /// item ID of event override; }; |