diff options
-rw-r--r-- | compilerplugins/clang/datamembershadow.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/draw/ximplink.hxx | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/compilerplugins/clang/datamembershadow.cxx b/compilerplugins/clang/datamembershadow.cxx index 040743bad028..520e1195f0ca 100644 --- a/compilerplugins/clang/datamembershadow.cxx +++ b/compilerplugins/clang/datamembershadow.cxx @@ -90,8 +90,6 @@ bool DataMemberShadow::VisitFieldDecl(FieldDecl const * fieldDecl) return true; if (loplugin::isSamePathname(aFileName, SRCDIR "/vcl/unx/generic/print/genpspgraphics.cxx")) return true; - if (loplugin::isSamePathname(aFileName, SRCDIR "/xmloff/source/draw/ximplink.hxx")) - return true; const CXXRecordDecl* parentCXXRecordDecl = dyn_cast<CXXRecordDecl>(fieldDecl->getDeclContext()); if (!parentCXXRecordDecl) { diff --git a/xmloff/source/draw/ximplink.hxx b/xmloff/source/draw/ximplink.hxx index c930f9b0f7e7..3a52244cb7e2 100644 --- a/xmloff/source/draw/ximplink.hxx +++ b/xmloff/source/draw/ximplink.hxx @@ -35,7 +35,6 @@ class SdXMLShapeLinkContext : public SvXMLShapeContext { // the parent shape group this link is placed in css::uno::Reference< css::drawing::XShapes > mxParent; - OUString msHyperlink; public: |