summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2009-11-13 11:04:06 +0100
committersb <sb@openoffice.org>2009-11-13 11:04:06 +0100
commit497ee5f728f4d12dc1ddbfe0f76cfd968d372f7c (patch)
tree5320b4fa0acc0bb93c9bd6bbe14e8c4d13dde3e4 /xmloff
parenta1ce3509a02958fd2476686b17d2f334032b6642 (diff)
sb116: #i106845# removed obsolete IRIX port
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/txtimp.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/xmloff/source/text/txtimp.cxx b/xmloff/source/text/txtimp.cxx
index 613a4688389f..d33825ccd1f8 100644
--- a/xmloff/source/text/txtimp.cxx
+++ b/xmloff/source/text/txtimp.cxx
@@ -1572,15 +1572,7 @@ void XMLTextImportHelper::AddOutlineStyleCandidate( const sal_Int8 nOutlineLevel
{
if( !mpOutlineStylesCandidates )
{
-#ifdef IRIX
- /* GCC 2 bug when member function is called as part of an array
- * initialiser
- */
- sal_Int8 count = xChapterNumbering->getCount();
- mpOutlineStylesCandidates = new ::std::vector<OUString>[count];
-#else
mpOutlineStylesCandidates = new ::std::vector<OUString>[xChapterNumbering->getCount()];
-#endif
}
mpOutlineStylesCandidates[nOutlineLevel-1].push_back( rStyleName );
}