diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-04-13 15:08:56 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-04-13 15:08:56 +0100 |
commit | cf4ac0f731a42ea2ae97aba4d78ae53b49844888 (patch) | |
tree | 9269a9a10826854f7f880f28242fc19c8094cd93 /sd/source/ui/animations/CustomAnimation.src | |
parent | a756bd31dd2da1ef134d80b2dc276cb0be228aba (diff) |
convert font style menu to .ui
Change-Id: I3c66c59dcf55276bf340645206422c0cf7396b04
Diffstat (limited to 'sd/source/ui/animations/CustomAnimation.src')
-rw-r--r-- | sd/source/ui/animations/CustomAnimation.src | 22 |
1 files changed, 0 insertions, 22 deletions
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"; |