summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-01-07 07:41:55 +0000
committerOliver Bolte <obo@openoffice.org>2008-01-07 07:41:55 +0000
commitb4ca8fa2a10416523a1c37054a3b28ad455271e0 (patch)
tree2fba5d5aa7b454734181c2ce536573bfb3f4f2ed /configmgr
parentc70f8eb823c11842a9963d5399606686d642d4c9 (diff)
INTEGRATION: CWS supdremove (1.21.56); FILE MERGED
2007/11/16 10:23:32 vg 1.21.56.1: #i83674# cleanup: remove obsolete SUPD macro use
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/xml/typeconverter.cxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/configmgr/source/xml/typeconverter.cxx b/configmgr/source/xml/typeconverter.cxx
index 162e55e24e1e..be8b0b301549 100644
--- a/configmgr/source/xml/typeconverter.cxx
+++ b/configmgr/source/xml/typeconverter.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: typeconverter.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 15:35:34 $
+ * last change: $Author: obo $ $Date: 2008-01-07 08:41:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -325,12 +325,7 @@ namespace configmgr
// build version comparison is made using
// a decimal number
-#if ( SUPD >= 601 )
return uno::Type(pSequenceTD->pType);
-#else
- OSL_ASSERT(pSequenceTD->pType);
- return uno::Type(pSequenceTD->pType->pWeakRef);
-#endif
} //if
return uno::Type();