summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/attr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/attr.hxx')
-rw-r--r--unoxml/source/dom/attr.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/unoxml/source/dom/attr.hxx b/unoxml/source/dom/attr.hxx
index cc0f2d94071b..f2091328da72 100644
--- a/unoxml/source/dom/attr.hxx
+++ b/unoxml/source/dom/attr.hxx
@@ -41,14 +41,11 @@ namespace DOM
class CAttr
: public CAttr_Base
{
- private:
friend class CDocument;
- private:
xmlAttrPtr m_aAttrPtr;
::std::unique_ptr< stringpair_t > m_pNamespace;
- protected:
CAttr(CDocument const& rDocument, ::osl::Mutex const& rMutex,
xmlAttrPtr const pAttr);