summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-09-30 19:31:49 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-10-02 16:49:35 +0200
commit6ca4fee750fb63d029396ff41302c7c885b45353 (patch)
tree4a51adf42b15fcebaed327cd51cf0d09e6d63b0a /xmloff
parent415c6b0c0b7876fe51bccbe955c5ac97d44daa9e (diff)
-Werror,-Wunused-const-variable
Change-Id: I348b73fec1823379a1bf49e9d645627ccdb76a47
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/txtvfldi.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmloff/source/text/txtvfldi.cxx b/xmloff/source/text/txtvfldi.cxx
index c000917e4262..9c87c76d1c57 100644
--- a/xmloff/source/text/txtvfldi.cxx
+++ b/xmloff/source/text/txtvfldi.cxx
@@ -69,14 +69,12 @@ static const sal_Char sAPI_sub_type[] = "SubType";
static const sal_Char sAPI_is_expression[] = "IsExpression";
static const sal_Char sAPI_is_input[] = "Input";
static const sal_Char sAPI_is_show_formula[] = "IsShowFormula";
-static const sal_Char sAPI_numbering_type[] = "NumberingType";
static const sal_Char sAPI_number_format[] = "NumberFormat";
static const sal_Char sAPI_name[] = "Name";
static const sal_Char sAPI_numbering_separator[] = "NumberingSeparator";
static const sal_Char sAPI_chapter_numbering_level[]= "ChapterNumberingLevel";
static const sal_Char sAPI_value[] = "Value";
static const sal_Char sAPI_is_visible[] = "IsVisible";
-static const sal_Char sAPI_variable_subtype[] = "VariableSubtype";
static const sal_Char sAPI_data_column_name[] = "DataColumnName";
static const sal_Char sAPI_is_data_base_format[] = "DataBaseFormat";
static const sal_Char sAPI_current_presentation[] = "CurrentPresentation";