summaryrefslogtreecommitdiff
path: root/xmlscript/source/inc
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2013-08-11 15:22:59 +0200
committerTor Lillqvist <tml@iki.fi>2013-08-12 06:59:10 +0000
commit4eb1232fbcf928e90267318e281aea5e8c9de6db (patch)
treeb2fb6f3748a831ebe4ce3cb405add3012a86f94c /xmlscript/source/inc
parent9499df9f8c73ac6370c389683ce2028e6432441e (diff)
fdo#62475 removed pointless comments
Change-Id: I13e7eedaa5f0f116bd01834fc6db576c39350163 Reviewed-on: https://gerrit.libreoffice.org/5348 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
Diffstat (limited to 'xmlscript/source/inc')
-rw-r--r--xmlscript/source/inc/misc.hxx2
-rw-r--r--xmlscript/source/inc/xml_import.hxx5
2 files changed, 1 insertions, 6 deletions
diff --git a/xmlscript/source/inc/misc.hxx b/xmlscript/source/inc/misc.hxx
index 459e53e2e763..47499a9b86c1 100644
--- a/xmlscript/source/inc/misc.hxx
+++ b/xmlscript/source/inc/misc.hxx
@@ -25,7 +25,6 @@
namespace xmlscript
{
-//==============================================================================
template< typename T >
inline void extract_throw( T * p, ::com::sun::star::uno::Any const & a )
{
@@ -38,7 +37,6 @@ inline void extract_throw( T * p, ::com::sun::star::uno::Any const & a )
}
}
-//==============================================================================
template< typename T >
inline T extract_throw( ::com::sun::star::uno::Any const & a )
{
diff --git a/xmlscript/source/inc/xml_import.hxx b/xmlscript/source/inc/xml_import.hxx
index a0373bc433f6..129d96d77d34 100644
--- a/xmlscript/source/inc/xml_import.hxx
+++ b/xmlscript/source/inc/xml_import.hxx
@@ -31,11 +31,8 @@
namespace xmlscript
{
-/*##############################################################################
- IMPORTING
-
-##############################################################################*/
+// IMPORTING
/** Creates a document handler to be used for SAX1 parser that can handle
namespaces. Namespace URI are mapped to integer ids for performance.