summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-04-24 12:59:31 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-04-24 12:59:31 +0000
commit3600066d5d64f7eeba258da6a3968464ae2ecfa8 (patch)
tree5b904fb9a49a9cd18901dc34fd8ec3de4bfc30bc /starmath
parenta21cb49088950f5b9e147f1e3d2b016d15392b85 (diff)
INTEGRATION: CWS tl50 (1.84.80); FILE MERGED
2008/03/28 11:13:51 tl 1.84.80.2: RESYNC: (1.84-1.86); FILE MERGED 2008/02/29 08:36:24 tl 1.84.80.1: #i86272# unused code removed
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/mathml.cxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/starmath/source/mathml.cxx b/starmath/source/mathml.cxx
index 7626f6f47b2e..f6fbd1ed251c 100644
--- a/starmath/source/mathml.cxx
+++ b/starmath/source/mathml.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: mathml.cxx,v $
- * $Revision: 1.87 $
+ * $Revision: 1.88 $
*
* This file is part of OpenOffice.org.
*
@@ -427,6 +427,7 @@ SmXMLImport::SmXMLImport(
{
}
+#ifdef TL_NOT_USED_YET
SmXMLImport::SmXMLImport(
const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > xServiceFactory,
com::sun::star::uno::Reference<com::sun::star::frame::XModel> &rModel,
@@ -444,6 +445,7 @@ SmXMLImport::SmXMLImport(
bSuccess(sal_False)
{
}
+#endif //TL_NOT_USED_YET
const uno::Sequence< sal_Int8 > & SmXMLImport::getUnoTunnelId() throw()
{
@@ -471,6 +473,7 @@ SmXMLExport::SmXMLExport(
{
}
+#ifdef TL_NOT_USED_YET
// #110680#
SmXMLExport::SmXMLExport(
const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > xServiceFactory,
@@ -482,6 +485,7 @@ SmXMLExport::SmXMLExport(
bSuccess(sal_False)
{
}
+#endif //TL_NOT_USED_YET
const uno::Sequence< sal_Int8 > & SmXMLExport::getUnoTunnelId() throw()
{