summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximpnote.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/ximpnote.cxx')
-rw-r--r--xmloff/source/draw/ximpnote.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/xmloff/source/draw/ximpnote.cxx b/xmloff/source/draw/ximpnote.cxx
index 52f90ad8f02e..be6e0271cd60 100644
--- a/xmloff/source/draw/ximpnote.cxx
+++ b/xmloff/source/draw/ximpnote.cxx
@@ -20,11 +20,8 @@
#include "ximpnote.hxx"
#include <com/sun/star/presentation/XPresentationPage.hpp>
-
using namespace ::com::sun::star;
-//////////////////////////////////////////////////////////////////////////////
-
SdXMLNotesContext::SdXMLNotesContext( SdXMLImport& rImport,
sal_uInt16 nPrfx, const OUString& rLocalName,
const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList>& xAttrList,
@@ -91,14 +88,10 @@ SdXMLNotesContext::SdXMLNotesContext( SdXMLImport& rImport,
}
}
-//////////////////////////////////////////////////////////////////////////////
-
SdXMLNotesContext::~SdXMLNotesContext()
{
}
-//////////////////////////////////////////////////////////////////////////////
-
SvXMLImportContext *SdXMLNotesContext::CreateChildContext( sal_uInt16 nPrefix,
const OUString& rLocalName,
const uno::Reference< xml::sax::XAttributeList>& xAttrList )
@@ -109,12 +102,6 @@ SvXMLImportContext *SdXMLNotesContext::CreateChildContext( sal_uInt16 nPrefix,
// some special objects inside presentation:notes context
// ...
-
-
-
-
-
-
// call parent when no own context was created
if(!pContext)
pContext = SdXMLGenericPageContext::CreateChildContext(nPrefix, rLocalName, xAttrList);
@@ -122,8 +109,6 @@ SvXMLImportContext *SdXMLNotesContext::CreateChildContext( sal_uInt16 nPrefix,
return pContext;
}
-//////////////////////////////////////////////////////////////////////////////
-
void SdXMLNotesContext::EndElement()
{
SdXMLGenericPageContext::EndElement();