summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtimppr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/txtimppr.cxx')
-rw-r--r--xmloff/source/text/txtimppr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/text/txtimppr.cxx b/xmloff/source/text/txtimppr.cxx
index 700af7aa44fc..519fdf3099d4 100644
--- a/xmloff/source/text/txtimppr.cxx
+++ b/xmloff/source/text/txtimppr.cxx
@@ -756,11 +756,11 @@ void XMLTextImportPropertyMapper::finished(
for (sal_uInt16 i=0; i<4; i++)
{
- if (pNewParaMargins[i].get())
+ if (pNewParaMargins[i])
{
rProperties.push_back(*pNewParaMargins[i]);
}
- if (pNewMargins[i].get())
+ if (pNewMargins[i])
{
rProperties.push_back(*pNewMargins[i]);
}