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 | |
parent | 45758da19a376233fd7bc4fdf26bd3d012c5c135 (diff) |
stray unused pushbutton and fixedtext resources
Change-Id: Ia610c28e93e853f17e80ffb5203928474113c300
-rw-r--r-- | sfx2/source/control/templateview.hrc | 2 | ||||
-rw-r--r-- | sfx2/source/control/templateview.src | 14 |
2 files changed, 0 insertions, 16 deletions
diff --git a/sfx2/source/control/templateview.hrc b/sfx2/source/control/templateview.hrc index ae679b88a141..783363907d26 100644 --- a/sfx2/source/control/templateview.hrc +++ b/sfx2/source/control/templateview.hrc @@ -7,8 +7,6 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#define BTN_ALL_TEMPLATES 256 -#define FT_NAME 258 #define STR_WELCOME_LINE1 259 #define STR_WELCOME_LINE2 260 #define IMG_WELCOME 261 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."; |