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