summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-28 14:44:34 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-28 14:44:34 +0100
commitd757a98001a65baf4066c2eda037a08ab1beda46 (patch)
treee4cb76bd3a0d678576ecd9d744633a76a606cf96 /xmloff
parent6e61ecd09679a66060f932835622821d39e92f01 (diff)
-Werror,-Wunused-const-variable
Change-Id: I8ae538d9eb23efde04d18c8bcde348e97bc8d0f5
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/txtprhdl.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/xmloff/source/text/txtprhdl.cxx b/xmloff/source/text/txtprhdl.cxx
index 2e60acef7ef9..e0e27a8287e1 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: