summaryrefslogtreecommitdiff
path: root/xmloff/source/core/XMLBase64ImportContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/core/XMLBase64ImportContext.cxx')
-rw-r--r--xmloff/source/core/XMLBase64ImportContext.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/xmloff/source/core/XMLBase64ImportContext.cxx b/xmloff/source/core/XMLBase64ImportContext.cxx
index 22a6f464b6b9..72b9893288e0 100644
--- a/xmloff/source/core/XMLBase64ImportContext.cxx
+++ b/xmloff/source/core/XMLBase64ImportContext.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <com/sun/star/io/XOutputStream.hpp>
#include <sax/tools/converter.hxx>
@@ -25,16 +24,12 @@
#include <xmloff/xmlimp.hxx>
#include <xmloff/XMLBase64ImportContext.hxx>
-
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::xml::sax;
using namespace ::com::sun::star::io;
-//-----------------------------------------------------------------------------
-
TYPEINIT1( XMLBase64ImportContext, SvXMLImportContext );
-
XMLBase64ImportContext::XMLBase64ImportContext(
SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName,
const Reference< XAttributeList >&,
@@ -48,7 +43,6 @@ XMLBase64ImportContext::~XMLBase64ImportContext()
{
}
-
void XMLBase64ImportContext::EndElement()
{
xOut->closeOutput();
@@ -79,5 +73,4 @@ void XMLBase64ImportContext::Characters( const OUString& rChars )
}
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */