summaryrefslogtreecommitdiff
path: root/include/xmloff
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff')
-rw-r--r--include/xmloff/xmlement.hxx1
-rw-r--r--include/xmloff/xmlimp.hxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/xmloff/xmlement.hxx b/include/xmloff/xmlement.hxx
index d3aaba3055bd..5879324701bf 100644
--- a/include/xmloff/xmlement.hxx
+++ b/include/xmloff/xmlement.hxx
@@ -39,7 +39,6 @@ public:
SvXMLEnumMapEntry(::xmloff::token::XMLTokenEnum eToken_, EnumT nValue_)
: eToken(eToken_), nValue(nValue_) {}
::xmloff::token::XMLTokenEnum GetToken() const { return eToken; }
- EnumT GetValue() const { return static_cast<EnumT>(nValue); }
};
// specialisation to avoid lots of "C2398: conversion from 'const sal_Int16' to 'sal_uInt16' requires a narrowing conversion"
diff --git a/include/xmloff/xmlimp.hxx b/include/xmloff/xmlimp.hxx
index 72939eaced1f..f7137715ced3 100644
--- a/include/xmloff/xmlimp.hxx
+++ b/include/xmloff/xmlimp.hxx
@@ -573,7 +573,6 @@ public:
virtual void NotifyEmbeddedFontRead() {};
bool needFixPositionAfterZ() const;
- const css::uno::Reference< css::xml::sax::XFastNamespaceHandler > getNamespaceHandler() { return maNamespaceHandler.get(); }
};
inline rtl::Reference< XMLTextImportHelper > const & SvXMLImport::GetTextImport()