diff options
Diffstat (limited to 'include/vbahelper/vbaeventshelperbase.hxx')
-rw-r--r-- | include/vbahelper/vbaeventshelperbase.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vbahelper/vbaeventshelperbase.hxx b/include/vbahelper/vbaeventshelperbase.hxx index 042ad7439b8f..777815ce20a1 100644 --- a/include/vbahelper/vbaeventshelperbase.hxx +++ b/include/vbahelper/vbaeventshelperbase.hxx @@ -122,8 +122,8 @@ protected: struct EventQueueEntry { - sal_Int32 mnEventId; - css::uno::Sequence< css::uno::Any > maArgs; + sal_Int32 const mnEventId; + css::uno::Sequence< css::uno::Any > const maArgs; /*implicit*/ EventQueueEntry( sal_Int32 nEventId ) : mnEventId( nEventId ) {} EventQueueEntry( sal_Int32 nEventId, const css::uno::Sequence< css::uno::Any >& rArgs ) : mnEventId( nEventId ), maArgs( rArgs ) {} }; |