summaryrefslogtreecommitdiff
path: root/writerfilter/source/doctok
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-05-15 22:29:48 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-05-15 22:33:03 +0300
commit8b23d5be319ed4bac5d855c127dcfe7c6d0dc32c (patch)
tree5fb7873f2783b7f594df4613deed3e8728a99748 /writerfilter/source/doctok
parent0382ab00b9b80baef001f23d3419cd967ef812e9 (diff)
Use specific DLLPUBLIC for each library
This avoids exporting the same functions from multiple DLLs. Also don't mark template classes for DLL export/import, I think that is not what we want. Or am I on crack?
Diffstat (limited to 'writerfilter/source/doctok')
-rw-r--r--writerfilter/source/doctok/genqnametostr33
-rw-r--r--writerfilter/source/doctok/qnametostrfooter2
-rw-r--r--writerfilter/source/doctok/qnametostrheader36
3 files changed, 0 insertions, 71 deletions
diff --git a/writerfilter/source/doctok/genqnametostr b/writerfilter/source/doctok/genqnametostr
deleted file mode 100644
index a7cd32db5296..000000000000
--- a/writerfilter/source/doctok/genqnametostr
+++ /dev/null
@@ -1,33 +0,0 @@
-#!/bin/tcsh
-#************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Lesser General Public License version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-# ***********************************************************************/
-
-xalan -xsl qnametostr.xsl -in resources.xmi > qnametostr.tmp
-cat qnametostrheader > qnametostr.cxx
-cat qnametostr.tmp >> qnametostr.cxx
-cat ../ooxml/qnametostr.tmp >> qnametostr.cxx
-cat qnametostrfooter >> qnametostr.cxx
diff --git a/writerfilter/source/doctok/qnametostrfooter b/writerfilter/source/doctok/qnametostrfooter
deleted file mode 100644
index 1ec35ed30254..000000000000
--- a/writerfilter/source/doctok/qnametostrfooter
+++ /dev/null
@@ -1,2 +0,0 @@
-}
-}
diff --git a/writerfilter/source/doctok/qnametostrheader b/writerfilter/source/doctok/qnametostrheader
deleted file mode 100644
index 07ce47387153..000000000000
--- a/writerfilter/source/doctok/qnametostrheader
+++ /dev/null
@@ -1,36 +0,0 @@
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * This file is part of OpenOffice.org.
- *
- * OpenOffice.org is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License version 3
- * only, as published by the Free Software Foundation.
- *
- * OpenOffice.org is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License version 3 for more details
- * (a copy is included in the LICENSE file that accompanied this code).
- *
- * You should have received a copy of the GNU Lesser General Public License
- * version 3 along with OpenOffice.org. If not, see
- * <http://www.openoffice.org/license.html>
- * for a copy of the LGPLv3 License.
- *
- ************************************************************************/
-
-#include <doctok/resourceids.hxx>
-#include <ooxml/resourceids.hxx>
-#include "WW8ResourceModelImpl.hxx"
-
-namespace doctok
-{
-
-QNameToString::QNameToString()
-{