diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-06-27 15:25:46 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-06-27 15:27:39 +0200 |
commit | e48a2339600d12d43148bbdb9a47770ae9bc94e3 (patch) | |
tree | dcaa8b52ed44f0b6c22b02c29910cea6b1ea46a3 /xmloff/source/transform | |
parent | b05b970daaf69b5b491b847375ee07539de9481f (diff) |
loplugin:unreffun: also warn about redundant redeclarations
Change-Id: I9a812220b58cf6da00d854e65794f7c673ab239d
Diffstat (limited to 'xmloff/source/transform')
-rw-r--r-- | xmloff/source/transform/OOo2Oasis.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/transform/Oasis2OOo.cxx | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/xmloff/source/transform/OOo2Oasis.cxx b/xmloff/source/transform/OOo2Oasis.cxx index 7d51d95001d3..890a5f06b58c 100644 --- a/xmloff/source/transform/OOo2Oasis.cxx +++ b/xmloff/source/transform/OOo2Oasis.cxx @@ -47,8 +47,6 @@ using namespace ::com::sun::star::lang; using namespace ::com::sun::star::xml::sax; using namespace ::com::sun::star::beans; -OUString SAL_CALL OOo2OasisTransformer_getImplementationName() throw(); - enum XMLUserDefinedTransformerAction { XML_ETACTION_DOCUMENT=XML_ETACTION_USER_DEFINED, diff --git a/xmloff/source/transform/Oasis2OOo.cxx b/xmloff/source/transform/Oasis2OOo.cxx index 2969ef12fb98..e2d1696c8d39 100644 --- a/xmloff/source/transform/Oasis2OOo.cxx +++ b/xmloff/source/transform/Oasis2OOo.cxx @@ -52,8 +52,6 @@ using namespace ::com::sun::star::lang; using namespace ::com::sun::star::xml::sax; using namespace ::com::sun::star::beans; -OUString SAL_CALL Oasis2OOoTransformer_getImplementationName() throw(); - enum XMLUserDefinedTransformerAction { XML_ETACTION_META=XML_ETACTION_USER_DEFINED, |