diff options
Diffstat (limited to 'sw/source/uibase/uno/unoatxt.cxx')
-rw-r--r-- | sw/source/uibase/uno/unoatxt.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/uibase/uno/unoatxt.cxx b/sw/source/uibase/uno/unoatxt.cxx index 7ea3d9db4e40..22de9f34a175 100644 --- a/sw/source/uibase/uno/unoatxt.cxx +++ b/sw/source/uibase/uno/unoatxt.cxx @@ -961,8 +961,7 @@ void SwAutoTextEventDescriptor::getByName( // return empty macro, unless macro is found OUString sEmptyStr; - SvxMacro aEmptyMacro(sEmptyStr, sEmptyStr); - rMacro = aEmptyMacro; + rMacro = SvxMacro(sEmptyStr, sEmptyStr); if ( !pBlocks || pBlocks->GetError()) return; |