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

Tor Lillqvist tml at collabora.com
Sun Mar 9 12:52:23 PDT 2014


 chart2/source/controller/dialogs/dlg_PropertyMapping.cxx |   17 ---------------
 1 file changed, 17 deletions(-)

New commits:
commit f4dfd811344604e119670eb7cdda0ab2e85bcea5
Author: Tor Lillqvist <tml at collabora.com>
Date:   Sun Mar 9 21:50:18 2014 +0200

    WaE: unused function
    
    Change-Id: I05a7e05b72d0923f5d8883b96df197611c034abd

diff --git a/chart2/source/controller/dialogs/dlg_PropertyMapping.cxx b/chart2/source/controller/dialogs/dlg_PropertyMapping.cxx
index c3b4ccf..e9a933c 100644
--- a/chart2/source/controller/dialogs/dlg_PropertyMapping.cxx
+++ b/chart2/source/controller/dialogs/dlg_PropertyMapping.cxx
@@ -23,23 +23,6 @@ long pListBoxTabs[] =
     0, 75, 150
 };
 
-std::vector<OUString> getEntries()
-{
-    const char* pEntries[] =
-    {
-        "FillColor\tColor",
-        "BorderColor\tColor"
-    };
-
-    std::vector<OUString> aRet;
-    for(size_t i = 0; i < SAL_N_ELEMENTS(pEntries); ++i)
-    {
-        aRet.push_back(OUString::createFromAscii(pEntries[i]));
-    }
-
-    return aRet;
-}
-
 }
 
 PropertyMappingDlg::PropertyMappingDlg(Window* pParent, uno::Reference< chart2::XChartType > xChartType )


More information about the Libreoffice-commits mailing list