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

Caolán McNamara caolanm at redhat.com
Fri Aug 23 00:48:02 PDT 2013


 sw/source/ui/ribbar/inputwin.src |   19 -------------------
 1 file changed, 19 deletions(-)

New commits:
commit cd3fc16ab4fbfab48f6e691382b4b904c63527e8
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Aug 23 08:44:52 2013 +0100

    unused TB_INPUT define
    
    Change-Id: Iaeff95648cdc5d80c1dca31ef721675ce7f445a8

diff --git a/sw/source/ui/ribbar/inputwin.src b/sw/source/ui/ribbar/inputwin.src
index f38ce7e..9ca654f 100644
--- a/sw/source/ui/ribbar/inputwin.src
+++ b/sw/source/ui/ribbar/inputwin.src
@@ -269,24 +269,5 @@ String STR_TBL_FORMULA
 {
     Text [ en-US ] = "Text formula" ;
 };
-#define TB_INPUT  \
-    ToolBoxItem\
-    {\
-        Identifier = FN_FORMULA_CALC ; \
-        HelpID = HID_TBX_FORMULA_CALC ; \
-        Text [ en-US ] = "Formula" ; \
-    };\
-    ToolBoxItem\
-    {\
-        Identifier = FN_FORMULA_CANCEL ; \
-        HelpId = HID_TBX_FORMULA_CANCEL ; \
-        Text [ en-US ] = "Cancel" ; \
-    };\
-    ToolBoxItem\
-    {\
-        Identifier = FN_FORMULA_APPLY ; \
-        HelpID = HID_TBX_FORMULA_APPLY ; \
-        Text [ en-US ] = "Apply" ; \
-    };
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list