From 9c8fd7d1c5553e1e50dba7c7c32ef15fcdb0b49d Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 26 Aug 2015 22:59:12 +0200 Subject: Clean up sEmpty Change-Id: If1b2bfe308caa2bce92e73d2c5c86ee273faed93 --- sw/source/core/unocore/unoevent.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/core/unocore/unoevent.cxx') diff --git a/sw/source/core/unocore/unoevent.cxx b/sw/source/core/unocore/unoevent.cxx index aed1588a97d1..791cad3e7556 100644 --- a/sw/source/core/unocore/unoevent.cxx +++ b/sw/source/core/unocore/unoevent.cxx @@ -136,7 +136,7 @@ void SwHyperlinkEventDescriptor::copyMacrosIntoINetFormat( const sal_uInt16 nEvent = mpSupportedMacroItems[i].mnEvent; if (hasById(nEvent)) { - SvxMacro aMacro(sEmpty, sEmpty); + SvxMacro aMacro("", ""); getByName(aMacro, nEvent); aFormat.SetMacro(nEvent, aMacro); } -- cgit v1.2.3