summaryrefslogtreecommitdiff
path: root/linguistic/source/convdicxml.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-09 12:25:20 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-09 12:25:20 +0200
commit5d81ecff7e81fd7f8b2c19294f220dd7f9ce6166 (patch)
tree2a8f09848bc1f48a70aa6b544412687e8e4d2f49 /linguistic/source/convdicxml.cxx
parent19644e657d1ccfa6cd9f57524cb77beb47161ae7 (diff)
Clean up function declarations and some unused functions
Change-Id: I9e58a0bc56f5df40621185f19b01edf074558464
Diffstat (limited to 'linguistic/source/convdicxml.cxx')
-rw-r--r--linguistic/source/convdicxml.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/linguistic/source/convdicxml.cxx b/linguistic/source/convdicxml.cxx
index 2bd7769de16f..6b7fb27e46f8 100644
--- a/linguistic/source/convdicxml.cxx
+++ b/linguistic/source/convdicxml.cxx
@@ -92,11 +92,6 @@ public:
{
}
- const ConvDicXMLImport & GetConvDicImport() const
- {
- return (const ConvDicXMLImport &) GetImport();
- }
-
ConvDicXMLImport & GetConvDicImport()
{
return (ConvDicXMLImport &) GetImport();
@@ -126,9 +121,6 @@ public:
// SvXMLImportContext
virtual void StartElement( const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList ) SAL_OVERRIDE;
virtual SvXMLImportContext * CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, const uno::Reference< xml::sax::XAttributeList > &rxAttrList ) SAL_OVERRIDE;
-
- sal_Int16 GetLanguage() const { return nLanguage; }
- sal_Int16 GetConversionType() const { return nConversionType; }
};
@@ -152,8 +144,6 @@ public:
virtual SvXMLImportContext * CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, const uno::Reference< xml::sax::XAttributeList > &rxAttrList ) SAL_OVERRIDE;
const OUString & GetLeftText() const { return aLeftText; }
- sal_Int16 GetPropertyType() const { return nPropertyType; }
- void SetPropertyType( sal_Int16 nVal ) { nPropertyType = nVal; }
};