summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-01-29 08:09:46 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-01-29 10:59:03 +0100
commit4231073282cc31b50608d00dd1cfd89fc2d42a97 (patch)
tree99ab3cf62cb003ca7f8e4f9198e6c2d844230266 /connectivity
parent88fe1bb839ab0de362295ba88c9ec6947655654a (diff)
sw: prefix members of SwExtUserField, SwFileNameField and SwFileNameFieldType
Change-Id: I0722417149c9fbcd2aee3491c841c036a5677c8d Reviewed-on: https://gerrit.libreoffice.org/48807 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/writer/WCatalog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/writer/WCatalog.cxx b/connectivity/source/drivers/writer/WCatalog.cxx
index ce95004cc668..ea78c89bc4e7 100644
--- a/connectivity/source/drivers/writer/WCatalog.cxx
+++ b/connectivity/source/drivers/writer/WCatalog.cxx
@@ -54,7 +54,7 @@ void OWriterCatalog::refreshTables()
if (m_pTables)
m_pTables->reFill(aVector);
else
- m_pTables.reset( new OWriterTables(m_xMetaData, *this, m_aMutex, aVector) );
+ m_pTables.reset(new OWriterTables(m_xMetaData, *this, m_aMutex, aVector));
}
} // namespace writer