summaryrefslogtreecommitdiffstats
path: root/linguistic/source/convdicxml.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic/source/convdicxml.cxx')
-rw-r--r--linguistic/source/convdicxml.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistic/source/convdicxml.cxx b/linguistic/source/convdicxml.cxx
index 51ba74467120..0ee4844c1b38 100644
--- a/linguistic/source/convdicxml.cxx
+++ b/linguistic/source/convdicxml.cxx
@@ -333,7 +333,7 @@ void ConvDicXMLExport::ExportContent_()
{
OUString aLeftText(elem);
AddAttribute( XML_NAMESPACE_TCD, "left-text", aLeftText );
- if (rDic.pConvPropType.get()) // property-type list available?
+ if (rDic.pConvPropType) // property-type list available?
{
sal_Int16 nPropertyType = -1;
PropTypeMap::iterator aIt2 = rDic.pConvPropType->find( aLeftText );