summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-21 18:44:20 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-21 18:44:20 +0100
commitda3fe63031b2db869b424b589d12c8f0b5a29557 (patch)
tree67796f5670f11b10129060c0833d21ec4c62bc65 /sd
parentfdbb60d2604471fc3aaf7ce4cefbb355952bac0f (diff)
fix build
Change-Id: I0cc57d4c1341413a6c284b064a152b4e12f964f2
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/animations/SlideTransitionPane.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/animations/SlideTransitionPane.cxx b/sd/source/ui/animations/SlideTransitionPane.cxx
index 1699901da385..769d0cd718d1 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);