summaryrefslogtreecommitdiff
path: root/sw/source/core/fields/macrofld.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/fields/macrofld.cxx')
-rw-r--r--sw/source/core/fields/macrofld.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/fields/macrofld.cxx b/sw/source/core/fields/macrofld.cxx
index f03ad73e7dca..371ca8c5c30a 100644
--- a/sw/source/core/fields/macrofld.cxx
+++ b/sw/source/core/fields/macrofld.cxx
@@ -41,8 +41,8 @@ SwFieldType* SwMacroFieldType::Copy() const
}
SwMacroField::SwMacroField(SwMacroFieldType* pInitType,
- const OUString& rLibAndName, const OUString& rTxt) :
- SwField(pInitType), aMacro(rLibAndName), aText(rTxt), bIsScriptURL(false)
+ const OUString& rLibAndName, const OUString& rText) :
+ SwField(pInitType), aMacro(rLibAndName), aText(rText), bIsScriptURL(false)
{
bIsScriptURL = isScriptURL(aMacro);
}