[Libreoffice-commits] core.git: cui/AllLangResTarget_cui.mk cui/source

Caolán McNamara caolanm at redhat.com
Thu Jul 4 03:22:50 PDT 2013


 cui/AllLangResTarget_cui.mk    |    1 
 cui/source/options/opthtml.hrc |   56 -------
 cui/source/options/opthtml.src |  295 -----------------------------------------
 3 files changed, 352 deletions(-)

New commits:
commit 9e689ce13a43c536c17043e351dbdf5687fd32bc
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Jul 4 11:21:44 2013 +0100

    drop unused .src now
    
    Change-Id: I6ec69375dc1023f6f899bc3bb46bccc47e508634

diff --git a/cui/AllLangResTarget_cui.mk b/cui/AllLangResTarget_cui.mk
index 5d80738..9a49234 100644
--- a/cui/AllLangResTarget_cui.mk
+++ b/cui/AllLangResTarget_cui.mk
@@ -57,7 +57,6 @@ $(eval $(call gb_SrsTarget_add_files,cui/res,\
     cui/source/options/optdict.src \
     cui/source/options/optfltr.src \
     cui/source/options/optgdlg.src \
-    cui/source/options/opthtml.src \
     cui/source/options/optinet2.src \
     cui/source/options/optjava.src \
     cui/source/options/optlingu.src \
diff --git a/cui/source/options/opthtml.hrc b/cui/source/options/opthtml.hrc
deleted file mode 100644
index 724248b..0000000
--- a/cui/source/options/opthtml.hrc
+++ /dev/null
@@ -1,56 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- *   Licensed to the Apache Software Foundation (ASF) under one or more
- *   contributor license agreements. See the NOTICE file distributed
- *   with this work for additional information regarding copyright
- *   ownership. The ASF licenses this file to you under the Apache
- *   License, Version 2.0 (the "License"); you may not use this file
- *   except in compliance with the License. You may obtain a copy of
- *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-#ifndef _SVX_OPTHTML_HRC
-#define _SVX_OPTHTML_HRC
-
-// defines ------------------------------------------------------------------
-
-#define GB_FONTSIZE             1
-#define FT_SIZE1                2
-#define NF_SIZE1                3
-#define FT_SIZE2                4
-#define NF_SIZE2                5
-#define FT_SIZE3                6
-#define NF_SIZE3                7
-#define FT_SIZE4                8
-#define NF_SIZE4                9
-#define FT_SIZE5                10
-#define NF_SIZE5                11
-#define FT_SIZE6                12
-#define NF_SIZE6                13
-#define FT_SIZE7                14
-#define NF_SIZE7                15
-#define GB_IMPORT               20
-#define CB_UNKNOWN_TAGS         21
-#define CB_IGNORE_FONTNAMES     22
-#define CB_NUMBERS_ENGLISH_US   23
-
-#define GB_EXPORT               30
-#define CB_STARBASIC            31
-#define CB_STARBASIC_WARNING    32
-
-#define CB_LOCAL_GRF            37
-#define CB_PRINT_EXTENSION      38
-#define LB_EXPORT               39
-#define FT_CHARSET              40
-#define LB_CHARSET              41
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cui/source/options/opthtml.src b/cui/source/options/opthtml.src
deleted file mode 100644
index 425f91f..0000000
--- a/cui/source/options/opthtml.src
+++ /dev/null
@@ -1,295 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- *   Licensed to the Apache Software Foundation (ASF) under one or more
- *   contributor license agreements. See the NOTICE file distributed
- *   with this work for additional information regarding copyright
- *   ownership. The ASF licenses this file to you under the Apache
- *   License, Version 2.0 (the "License"); you may not use this file
- *   except in compliance with the License. You may obtain a copy of
- *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-
-#include "opthtml.hrc"
-#include <cuires.hrc>
-
- // RID_OFAPAGE_HTMLOPT -----------------------------------------------------
-TabPage RID_OFAPAGE_HTMLOPT
-{
-    HelpID = "cui:TabPage:RID_OFAPAGE_HTMLOPT";
-    OutputSize = TRUE ;
-    Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
-    SVLook = TRUE ;
-    Hide = TRUE ;
-    FixedText FT_SIZE1
-    {
-        Pos = MAP_APPFONT ( 12 , 16 ) ;
-        Size = MAP_APPFONT ( 30 , 8 ) ;
-        Text [ en-US ] = "Size ~1" ;
-    };
-    NumericField NF_SIZE1
-    {
-        HelpID = "cui:NumericField:RID_OFAPAGE_HTMLOPT:NF_SIZE1";
-        Pos = MAP_APPFONT ( 45 , 14 ) ;
-        Size = MAP_APPFONT ( 30 , 12 ) ;
-        Border = TRUE ;
-        TabStop = TRUE ;
-        Left = TRUE ;
-        Repeat = TRUE ;
-        Spin = TRUE ;
-        Minimum = 1 ;
-        Maximum = 50 ;
-        Value = 1 ;
-        First = 1 ;
-        Last = 50 ;
-        SpinSize = 1 ;
-    };
-    FixedText FT_SIZE2
-    {
-        Pos = MAP_APPFONT ( 12 , 32 ) ;
-        Size = MAP_APPFONT ( 30 , 8 ) ;
-        Text [ en-US ] = "Size ~2" ;
-    };
-    NumericField NF_SIZE2
-    {
-        HelpID = "cui:NumericField:RID_OFAPAGE_HTMLOPT:NF_SIZE2";
-        Pos = MAP_APPFONT ( 45 , 30 ) ;
-        Size = MAP_APPFONT ( 30 , 12 ) ;
-        Border = TRUE ;
-        TabStop = TRUE ;
-        Left = TRUE ;
-        Repeat = TRUE ;
-        Spin = TRUE ;
-        Minimum = 1 ;
-        Maximum = 50 ;
-        Value = 1 ;
-        First = 1 ;
-        Last = 50 ;
-        SpinSize = 1 ;
-    };
-    FixedText FT_SIZE3
-    {
-        Pos = MAP_APPFONT ( 12 , 48 ) ;
-        Size = MAP_APPFONT ( 30 , 8 ) ;
-        Text [ en-US ] = "Size ~3" ;
-    };
-    NumericField NF_SIZE3
-    {
-        HelpID = "cui:NumericField:RID_OFAPAGE_HTMLOPT:NF_SIZE3";
-        Pos = MAP_APPFONT ( 45 , 46 ) ;
-        Size = MAP_APPFONT ( 30 , 12 ) ;
-        Border = TRUE ;
-        TabStop = TRUE ;
-        Left = TRUE ;
-        Repeat = TRUE ;
-        Spin = TRUE ;
-        Minimum = 1 ;
-        Maximum = 50 ;
-        Value = 1 ;
-        First = 1 ;
-        Last = 50 ;
-        SpinSize = 1 ;
-    };
-    FixedText FT_SIZE4
-    {
-        Pos = MAP_APPFONT ( 12 , 64 ) ;
-        Size = MAP_APPFONT ( 30 , 8 ) ;
-        Text [ en-US ] = "Size ~4" ;
-    };
-    NumericField NF_SIZE4
-    {
-        HelpID = "cui:NumericField:RID_OFAPAGE_HTMLOPT:NF_SIZE4";
-        Pos = MAP_APPFONT ( 45 , 62 ) ;
-        Size = MAP_APPFONT ( 30 , 12 ) ;
-        Border = TRUE ;
-        TabStop = TRUE ;
-        Left = TRUE ;
-        Repeat = TRUE ;
-        Spin = TRUE ;
-        Minimum = 1 ;
-        Maximum = 50 ;
-        Value = 1 ;
-        First = 1 ;
-        Last = 50 ;
-        SpinSize = 1 ;
-    };
-    FixedText FT_SIZE5
-    {
-        Pos = MAP_APPFONT ( 12 , 80 ) ;
-        Size = MAP_APPFONT ( 30 , 8 ) ;
-        Text [ en-US ] = "Size ~5" ;
-    };
-    NumericField NF_SIZE5
-    {
-        HelpID = "cui:NumericField:RID_OFAPAGE_HTMLOPT:NF_SIZE5";
-        Pos = MAP_APPFONT ( 45 , 78 ) ;
-        Size = MAP_APPFONT ( 30 , 12 ) ;
-        Border = TRUE ;
-        TabStop = TRUE ;
-        Left = TRUE ;
-        Repeat = TRUE ;
-        Spin = TRUE ;
-        Minimum = 1 ;
-        Maximum = 50 ;
-        Value = 1 ;
-        First = 1 ;
-        Last = 50 ;
-        SpinSize = 1 ;
-    };
-    FixedText FT_SIZE6
-    {
-        Pos = MAP_APPFONT ( 12 , 96 ) ;
-        Size = MAP_APPFONT ( 30 , 8 ) ;
-        Text [ en-US ] = "Size ~6" ;
-    };
-    NumericField NF_SIZE6
-    {
-        HelpID = "cui:NumericField:RID_OFAPAGE_HTMLOPT:NF_SIZE6";
-        Pos = MAP_APPFONT ( 45 , 94 ) ;
-        Size = MAP_APPFONT ( 30 , 12 ) ;
-        Border = TRUE ;
-        TabStop = TRUE ;
-        Left = TRUE ;
-        Repeat = TRUE ;
-        Spin = TRUE ;
-        Minimum = 1 ;
-        Maximum = 50 ;
-        Value = 1 ;
-        First = 1 ;
-        Last = 50 ;
-        SpinSize = 1 ;
-    };
-    FixedText FT_SIZE7
-    {
-        Pos = MAP_APPFONT ( 12 , 112 ) ;
-        Size = MAP_APPFONT ( 30 , 8 ) ;
-        Text [ en-US ] = "Size ~7" ;
-    };
-    NumericField NF_SIZE7
-    {
-        HelpID = "cui:NumericField:RID_OFAPAGE_HTMLOPT:NF_SIZE7";
-        Pos = MAP_APPFONT ( 45 , 110 ) ;
-        Size = MAP_APPFONT ( 30 , 12 ) ;
-        Border = TRUE ;
-        TabStop = TRUE ;
-        Left = TRUE ;
-        Repeat = TRUE ;
-        Spin = TRUE ;
-        Minimum = 1 ;
-        Maximum = 50 ;
-        Value = 1 ;
-        First = 1 ;
-        Last = 50 ;
-        SpinSize = 1 ;
-    };
-    FixedLine GB_FONTSIZE
-    {
-        Pos = MAP_APPFONT ( 6 , 3 ) ;
-        Size = MAP_APPFONT ( 75 , 8 ) ;
-        Text [ en-US ] = "Font sizes" ;
-    };
-    FixedLine GB_IMPORT
-    {
-        Pos = MAP_APPFONT ( 87 , 3 ) ;
-        Size = MAP_APPFONT ( 167 , 8 ) ;
-        Text [ en-US ] = "Import" ;
-    };
-    CheckBox CB_NUMBERS_ENGLISH_US
-    {
-        HelpID = "cui:CheckBox:RID_OFAPAGE_HTMLOPT:CB_NUMBERS_ENGLISH_US";
-        Pos = MAP_APPFONT ( 93 , 14 ) ;
-        Size = MAP_APPFONT ( 161 , 10 ) ;
-        TabStop = TRUE ;
-        Text [ en-US ] = "~Use '%ENGLISHUSLOCALE' locale for numbers" ;
-    };
-    CheckBox CB_UNKNOWN_TAGS
-    {
-        HelpID = "cui:CheckBox:RID_OFAPAGE_HTMLOPT:CB_UNKNOWN_TAGS";
-        Pos = MAP_APPFONT ( 93 , 28 ) ;
-        Size = MAP_APPFONT ( 155 , 10 ) ;
-        TabStop = TRUE ;
-        Text [ en-US ] = "~Import unknown HTML tags as fields" ;
-    };
-    CheckBox CB_IGNORE_FONTNAMES
-    {
-        HelpID = "cui:CheckBox:RID_OFAPAGE_HTMLOPT:CB_IGNORE_FONTNAMES";
-        Pos = MAP_APPFONT ( 93 , 42 ) ;
-        Size = MAP_APPFONT ( 155 , 10 ) ;
-        TabStop = TRUE ;
-        Text [ en-US ] = "Ignore ~font settings" ;
-    };
-    FixedLine GB_EXPORT
-    {
-        Pos = MAP_APPFONT ( 87 , 58 ) ;
-        Size = MAP_APPFONT ( 167 , 8 ) ;
-        Text [ en-US ] = "Export" ;
-    };
-    ListBox LB_EXPORT
-    {
-        HelpID = "cui:ListBox:RID_OFAPAGE_HTMLOPT:LB_EXPORT";
-        Pos = MAP_APPFONT ( 93 , 69 ) ;
-        Size = MAP_APPFONT ( 155 , 50 ) ;
-        Border = TRUE ;
-        DropDown = TRUE ;
-        StringList =
-        {
-            < "Microsoft Internet Explorer" ; > ;
-            < "Mozilla Firefox"; > ;
-            < "%PRODUCTNAME Writer" ; > ;
-        };
-    };
-    CheckBox CB_STARBASIC
-    {
-        HelpID = "cui:CheckBox:RID_OFAPAGE_HTMLOPT:CB_STARBASIC";
-        Pos = MAP_APPFONT ( 93 , 88 ) ;
-        Size = MAP_APPFONT ( 155 , 10 ) ;
-        Text = "%PRODUCTNAME ~Basic" ;
-    };
-    CheckBox CB_STARBASIC_WARNING
-    {
-        HelpID = "cui:CheckBox:RID_OFAPAGE_HTMLOPT:CB_STARBASIC_WARNING";
-        Pos = MAP_APPFONT ( 99 , 102 ) ;
-        Size = MAP_APPFONT ( 149 , 10 ) ;
-        Text [ en-US ] = "Display ~warning";
-    };
-    CheckBox CB_PRINT_EXTENSION
-    {
-        HelpID = "cui:CheckBox:RID_OFAPAGE_HTMLOPT:CB_PRINT_EXTENSION";
-        Pos = MAP_APPFONT ( 93 , 116 ) ;
-        Size = MAP_APPFONT ( 155 , 10 ) ;
-        Text [ en-US ] = "~Print layout" ;
-    };
-    CheckBox CB_LOCAL_GRF
-    {
-        HelpID = "cui:CheckBox:RID_OFAPAGE_HTMLOPT:CB_LOCAL_GRF";
-        Pos = MAP_APPFONT ( 93 , 130 ) ;
-        Size = MAP_APPFONT ( 155 , 10 ) ;
-        Text [ en-US ] = "~Copy local graphics to Internet" ;
-    };
-
-    FixedText FT_CHARSET
-    {
-        Pos = MAP_APPFONT ( 93 , 144 ) ;
-        Size = MAP_APPFONT ( 65 , 8 ) ;
-        Text [ en-US ] = "Character set";
-    };
-    ListBox LB_CHARSET
-    {
-        HelpID = "cui:ListBox:RID_OFAPAGE_HTMLOPT:LB_CHARSET";
-        Pos = MAP_APPFONT ( 162 , 143 ) ;
-        Size = MAP_APPFONT ( 86 , 61 ) ;
-        TabStop = TRUE ;
-        DropDown = TRUE ;
-        Sort = TRUE ;
-    };
-};
- // ******************************************************************* EOF
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list