diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-08 18:42:05 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-10-08 20:48:31 +0100 |
commit | 8413d6a91d5d03c0c47a8fbd2e41cd45cec95a1c (patch) | |
tree | 39176f9d9d8302bd40e2a409c87c24824b528cf6 /sfx2/source/control/templateview.src | |
parent | 45758da19a376233fd7bc4fdf26bd3d012c5c135 (diff) |
stray unused pushbutton and fixedtext resources
Change-Id: Ia610c28e93e853f17e80ffb5203928474113c300
Diffstat (limited to 'sfx2/source/control/templateview.src')
-rw-r--r-- | sfx2/source/control/templateview.src | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sfx2/source/control/templateview.src b/sfx2/source/control/templateview.src index a8e984c975cd..52f4e3db5e3b 100644 --- a/sfx2/source/control/templateview.src +++ b/sfx2/source/control/templateview.src @@ -9,20 +9,6 @@ #include "templateview.hrc" -PushButton BTN_ALL_TEMPLATES -{ - Pos = MAP_APPFONT( 1, 1 ); - Size = MAP_APPFONT( 50, 14 ); - Text [ en-US ] = "All Templates"; - TabStop = True; -}; - -FixedText FT_NAME -{ - Pos = MAP_APPFONT( 52, 4 ); - Size = MAP_APPFONT( 238, 12 ); -}; - String STR_WELCOME_LINE1 { Text [ en-US ] = "Welcome to %PRODUCTNAME."; |