sd/inc/CustomAnimationEffect.hxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 979ec69582608227ffb2a54c634076388b2428f8
Author: MÁTÉ Gergely <sportem...@caesar.elte.hu>
Date:   Thu Jul 25 14:59:29 2013 +0200

    replacing a String to OUString in a sd header
    
    Change-Id: I08d7949b6875f550bca4fbbdef7d92a4bc257d58
    Reviewed-on: https://gerrit.libreoffice.org/5099
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>

diff --git a/sd/inc/CustomAnimationEffect.hxx b/sd/inc/CustomAnimationEffect.hxx
index 8b64065..3931d62 100644
--- a/sd/inc/CustomAnimationEffect.hxx
+++ b/sd/inc/CustomAnimationEffect.hxx
@@ -99,8 +99,8 @@ public:
 
     double          getAbsoluteDuration() const { return mfAbsoluteDuration; }
 
-    const String&   getName() const { return maName; }
-    void            setName( const String& rName ) { maName = rName; }
+    const OUString& getName() const { return maName; }
+    void            setName( const OUString& rName ) { maName = rName; }
 
     sal_Int16       getIterateType() const { return mnIterateType; }
     SD_DLLPUBLIC void           setIterateType( sal_Int16 nIterateType );
@@ -205,7 +205,7 @@ private:
 
     EffectSequenceHelper* mpEffectSequence;
 
-    String          maName;
+    OUString        maName;
 
     ::com::sun::star::uno::Reference< 
::com::sun::star::animations::XAnimationNode > mxNode;
     ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAudio > 
mxAudio;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to