Kaydet (Commit) d757a980 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-const-variable

Change-Id: I8ae538d9eb23efde04d18c8bcde348e97bc8d0f5
üst 6e61ecd0
...@@ -243,16 +243,6 @@ static SvXMLEnumMapEntry const pXML_VerticalAlign_Enum[] = ...@@ -243,16 +243,6 @@ static SvXMLEnumMapEntry const pXML_VerticalAlign_Enum[] =
{ XML_TOKEN_INVALID, 0 } { 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 class XMLDropCapPropHdl_Impl : public XMLPropertyHandler
{ {
public: public:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment