[Libreoffice-commits] core.git: sd/source
Katarina Behrens
bubli at bubli.org
Wed Aug 21 09:53:11 PDT 2013
sd/source/ui/animations/SlideTransitionPane.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8abfe7d06b998ca42a3f22667a7aeadb0826b9b3
Author: Katarina Behrens <bubli at bubli.org>
Date: Wed Aug 21 18:49:26 2013 +0200
Feeble attempt to fix build on Android (with -Werror=shadow)
Change-Id: I13f443eafa0264030cfa550365b699e1bdae9452
diff --git a/sd/source/ui/animations/SlideTransitionPane.cxx b/sd/source/ui/animations/SlideTransitionPane.cxx
index e9149d4..1699901 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");
- String maSTR_NO_TRANSITION( SdResId(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