summaryrefslogtreecommitdiff
path: root/xmloff/source/meta/xmlmetae.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/meta/xmlmetae.cxx')
-rw-r--r--xmloff/source/meta/xmlmetae.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/xmloff/source/meta/xmlmetae.cxx b/xmloff/source/meta/xmlmetae.cxx
index efe634c8b5dd..e48ac2054228 100644
--- a/xmloff/source/meta/xmlmetae.cxx
+++ b/xmloff/source/meta/xmlmetae.cxx
@@ -39,13 +39,9 @@
#include <string.h>
-
using namespace com::sun::star;
using namespace ::xmloff::token;
-
-//-------------------------------------------------------------------------
-
static void lcl_AddTwoDigits( OUStringBuffer& rStr, sal_Int32 nVal )
{
if ( nVal < 10 )
@@ -74,8 +70,6 @@ SvXMLMetaExport::GetISODateTimeString( const util::DateTime& rDateTime )
return sTmp.makeStringAndClear();
}
-//-------------------------------------------------------------------------
-
void SvXMLMetaExport::SimpleStringElement( const OUString& rText,
sal_uInt16 nNamespace, enum XMLTokenEnum eElementName )
{
@@ -301,8 +295,6 @@ void SvXMLMetaExport::_MExport()
}
}
-//-------------------------------------------------------------------------
-
static const char *s_xmlns = "xmlns";
static const char *s_xmlns2 = "xmlns:";
static const char *s_meta = "meta:";
@@ -499,5 +491,4 @@ SvXMLMetaExport::setDocumentLocator(const uno::Reference<xml::sax::XLocator>&)
// nothing to do here, move along...
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */