summaryrefslogtreecommitdiff
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, 2 insertions, 0 deletions
diff --git a/linguistic/source/convdicxml.cxx b/linguistic/source/convdicxml.cxx
index 979a33ab8464..ccd52688108e 100644
--- a/linguistic/source/convdicxml.cxx
+++ b/linguistic/source/convdicxml.cxx
@@ -68,6 +68,7 @@ static sal_Int16 GetConversionTypeFromText( const OUString &rText )
return nRes;
}
+namespace {
class ConvDicXMLImportContext :
public SvXMLImportContext
@@ -154,6 +155,7 @@ public:
const OUString & GetLeftText() const { return rEntryContext.GetLeftText(); }
};
+}
void ConvDicXMLImportContext::characters(const OUString & /*rChars*/)
{