summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/entityreference.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/entityreference.cxx')
-rw-r--r--unoxml/source/dom/entityreference.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/source/dom/entityreference.cxx b/unoxml/source/dom/entityreference.cxx
index 4b328cc2ee46..f94496d7b705 100644
--- a/unoxml/source/dom/entityreference.cxx
+++ b/unoxml/source/dom/entityreference.cxx
@@ -53,7 +53,7 @@ namespace DOM
{
::osl::MutexGuard const g(m_rMutex);
- OUString aName;
+ OUString aName;
if (m_aNodePtr != nullptr)
{
const xmlChar* pName = m_aNodePtr->name;