[Libreoffice-commits] core.git: sd/source

Caolán McNamara caolanm at redhat.com
Wed Aug 21 10:44:56 PDT 2013


 sd/source/ui/animations/SlideTransitionPane.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit da3fe63031b2db869b424b589d12c8f0b5a29557
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Aug 21 18:44:20 2013 +0100

    fix build
    
    Change-Id: I0cc57d4c1341413a6c284b064a152b4e12f964f2

diff --git a/sd/source/ui/animations/SlideTransitionPane.cxx b/sd/source/ui/animations/SlideTransitionPane.cxx
index 1699901..769d0cd 100644
--- a/sd/source/ui/animations/SlideTransitionPane.cxx
+++ b/sd/source/ui/animations/SlideTransitionPane.cxx
@@ -458,7 +458,7 @@ SlideTransitionPane::SlideTransitionPane(
     get(mpPB_SLIDE_SHOW, "slide_show");
     get(mpCB_AUTO_PREVIEW, "auto_preview");
 
-    maSTR_NO_TRANSITION( SD_RESSTR( STR_SLIDETRANSITION_NONE ) );
+    maSTR_NO_TRANSITION = SD_RESSTR(STR_SLIDETRANSITION_NONE);
     mpLB_SLIDE_TRANSITIONS->set_width_request(mpLB_SLIDE_TRANSITIONS->approximate_char_width() * 16);
     mpLB_SLIDE_TRANSITIONS->set_height_request(mpLB_SLIDE_TRANSITIONS->GetTextHeight() * 16);
 


More information about the Libreoffice-commits mailing list