summaryrefslogtreecommitdiff
path: root/sd/source/ui/animations/CustomAnimationCreateDialog.cxx
diff options
context:
space:
mode:
authorKatarina Behrens <bubli@bubli.org>2013-08-02 13:19:47 +0200
committerKatarina Behrens <bubli@bubli.org>2013-08-02 23:58:42 +0200
commit33983bdb94b63ffadd13bd10c976b4d3a6a5469c (patch)
treed1457d78618b11b5d2af08b3a7c0a43ab0e5d96b /sd/source/ui/animations/CustomAnimationCreateDialog.cxx
parent9695f38ca4ab26b40524f2eade98c45f0360131d (diff)
Put back the string lost in .ui migration
Change-Id: I5f91a2889bce8bfb7524d819dab9fdec13c689bf
Diffstat (limited to 'sd/source/ui/animations/CustomAnimationCreateDialog.cxx')
-rw-r--r--sd/source/ui/animations/CustomAnimationCreateDialog.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/animations/CustomAnimationCreateDialog.cxx b/sd/source/ui/animations/CustomAnimationCreateDialog.cxx
index 138f8a0b7c86..a3f9a8a74838 100644
--- a/sd/source/ui/animations/CustomAnimationCreateDialog.cxx
+++ b/sd/source/ui/animations/CustomAnimationCreateDialog.cxx
@@ -206,7 +206,7 @@ private:
private:
CategoryListBox* mpLBEffects;
FixedText* mpFTSpeed;
- ListBox* mpCBSpeed;
+ ListBox* mpCBSpeed;
CheckBox* mpCBXPReview;
CustomAnimationCreateDialog* mpParent;
@@ -256,7 +256,7 @@ CustomAnimationCreateTabPage::CustomAnimationCreateTabPage( Window* pParent, Cus
get( mpCBSpeed, "effect_speed_list" );
get( mpCBXPReview, "auto_preview" );
- String sMotionPathLabel( SdResId( STR_USERPATH ) );
+ String sMotionPathLabel( SdResId( STR_CUSTOMANIMATION_USERPATH ) );
sal_uInt16 nFirstEffect = LISTBOX_ENTRY_NOTFOUND;