[Libreoffice-commits] core.git: sfx2/source

Caolán McNamara caolanm at redhat.com
Sat Oct 8 19:52:38 UTC 2016


 sfx2/source/control/templateview.hrc |    2 --
 sfx2/source/control/templateview.src |   14 --------------
 2 files changed, 16 deletions(-)

New commits:
commit 8413d6a91d5d03c0c47a8fbd2e41cd45cec95a1c
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sat Oct 8 18:42:05 2016 +0100

    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.";


More information about the Libreoffice-commits mailing list