stray unused pushbutton and fixedtext resources
Change-Id: Ia610c28e93e853f17e80ffb5203928474113c300
diff --git a/sfx2/source/control/templateview.hrc b/sfx2/source/control/templateview.hrc
index ae679b8..7833639 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 a8e984c..52f4e3d 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.";