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

Stephan Bergmann sbergman at redhat.com
Fri Mar 28 06:45:13 PDT 2014


 xmloff/source/text/txtprhdl.cxx |   10 ----------
 1 file changed, 10 deletions(-)

New commits:
commit d757a98001a65baf4066c2eda037a08ab1beda46
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Mar 28 14:44:34 2014 +0100

    -Werror,-Wunused-const-variable
    
    Change-Id: I8ae538d9eb23efde04d18c8bcde348e97bc8d0f5

diff --git a/xmloff/source/text/txtprhdl.cxx b/xmloff/source/text/txtprhdl.cxx
index 2e60ace..e0e27a8 100644
--- a/xmloff/source/text/txtprhdl.cxx
+++ b/xmloff/source/text/txtprhdl.cxx
@@ -243,16 +243,6 @@ static SvXMLEnumMapEntry const pXML_VerticalAlign_Enum[] =
     { XML_TOKEN_INVALID, 0 }
 };
 
-static SvXMLEnumMapEntry const pXML_FillStyle_Enum[] =
-{
-    { XML_NONE,     drawing::FillStyle_NONE },
-    { XML_SOLID,    drawing::FillStyle_SOLID },
-    { XML_BITMAP,   drawing::FillStyle_BITMAP },
-    { XML_GRADIENT, drawing::FillStyle_GRADIENT },
-    { XML_HATCH,    drawing::FillStyle_HATCH },
-    { XML_TOKEN_INVALID, 0 }
-};
-
 class XMLDropCapPropHdl_Impl : public XMLPropertyHandler
 {
 public:


More information about the Libreoffice-commits mailing list