From 0bcaf7b1a7d8e6abb1aae205690d22ee434608bc Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 7 Nov 2000 11:59:23 +0000 Subject: [PATCH] #65293#: unotools->comphelper --- sd/source/ui/unoidl/unomodel.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sd/source/ui/unoidl/unomodel.cxx b/sd/source/ui/unoidl/unomodel.cxx index e825ee4d139c..bc5fde010856 100644 --- a/sd/source/ui/unoidl/unomodel.cxx +++ b/sd/source/ui/unoidl/unomodel.cxx @@ -2,9 +2,9 @@ * * $RCSfile: unomodel.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: cl $ $Date: 2000-11-02 16:28:09 $ + * last change: $Author: hr $ $Date: 2000-11-07 12:59:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,7 +74,7 @@ #endif #ifndef _UTL_SEQUENCE_HXX_ -#include +#include #endif #include @@ -687,14 +687,14 @@ uno::Sequence< OUString > SAL_CALL SdXImpressDocument::getAvailableServiceNames( aSNS.getArray()[9] = OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.presentation.NotesShape")); aSNS.getArray()[10] = OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.presentation.HandoutShape")); - return utl::concatSequences( aSNS_ORG, aSNS ); + return comphelper::concatSequences( aSNS_ORG, aSNS ); } else { uno::Sequence< OUString > aSNS( 1 ); aSNS.getArray()[0] = OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.presentation.TitleTextShape")); - return utl::concatSequences( aSNS_ORG, aSNS ); + return comphelper::concatSequences( aSNS_ORG, aSNS ); } }