From cf4ac0f731a42ea2ae97aba4d78ae53b49844888 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 13 Apr 2017 15:08:56 +0100 Subject: convert font style menu to .ui Change-Id: I3c66c59dcf55276bf340645206422c0cf7396b04 --- sd/source/ui/animations/CustomAnimation.src | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'sd/source/ui/animations/CustomAnimation.src') diff --git a/sd/source/ui/animations/CustomAnimation.src b/sd/source/ui/animations/CustomAnimation.src index ff23e8897f6e..f9d8cfaed76c 100644 --- a/sd/source/ui/animations/CustomAnimation.src +++ b/sd/source/ui/animations/CustomAnimation.src @@ -19,28 +19,6 @@ #include "CustomAnimation.hrc" -Menu RID_CUSTOMANIMATION_FONTSTYLE_POPUP -{ - ItemList = - { - MenuItem - { - Identifier = CM_BOLD ; - Text [ en-US ] = "Bold" ; - }; - MenuItem - { - Identifier = CM_ITALIC ; - Text [ en-US ] = "Italic" ; - }; - MenuItem - { - Identifier = CM_UNDERLINED ; - Text [ en-US ] = "Underlined" ; - }; - }; -}; - String STR_CUSTOMANIMATION_REPEAT_NONE { Text [ en-US ] = "none"; -- cgit