summaryrefslogtreecommitdiff
path: root/xmlscript/source/misc/unoservices.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlscript/source/misc/unoservices.cxx')
-rw-r--r--xmlscript/source/misc/unoservices.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/xmlscript/source/misc/unoservices.cxx b/xmlscript/source/misc/unoservices.cxx
index e0c3a8766399..78f165446e10 100644
--- a/xmlscript/source/misc/unoservices.cxx
+++ b/xmlscript/source/misc/unoservices.cxx
@@ -17,15 +17,11 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <cppuhelper/implementationentry.hxx>
using namespace ::rtl;
using namespace ::com::sun::star::uno;
-
-// =============================================================================
-
namespace xmlscript
{
Sequence< OUString > SAL_CALL getSupportedServiceNames_DocumentHandlerImpl();
@@ -58,8 +54,6 @@ namespace xmlscript
Reference< XComponentContext > const & xContext )
SAL_THROW( (Exception) );
- // -----------------------------------------------------------------------------
-
static const struct ::cppu::ImplementationEntry s_entries [] =
{
{
@@ -91,8 +85,6 @@ namespace xmlscript
};
}
-// =============================================================================
-
extern "C"
{
SAL_DLLPUBLIC_EXPORT void * SAL_CALL xmlscript_component_getFactory(