diff options
Diffstat (limited to 'scripting/source')
-rw-r--r-- | scripting/source/vbaevents/eventhelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripting/source/vbaevents/eventhelper.cxx b/scripting/source/vbaevents/eventhelper.cxx index 0726c9d02f43..b6cf579bd5de 100644 --- a/scripting/source/vbaevents/eventhelper.cxx +++ b/scripting/source/vbaevents/eventhelper.cxx @@ -262,7 +262,7 @@ static TranslatePropMap aTranslatePropMap_Impl[] = static EventInfoHash& getEventTransInfo() { - static EventInfoHash eventTransInfo = [&]() + static EventInfoHash eventTransInfo = []() { EventInfoHash tmp; OUString sEventInfo; |