diff options
author | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2015-04-23 01:24:41 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2015-04-23 01:25:17 +0200 |
commit | f3375fa07f27bd2ade519af3c07d69040d10eaa9 (patch) | |
tree | 1d462a807d0ae5948423396e49e295e5ece3c08c /xmloff | |
parent | fd802f46cdd2ae6956c912f6f647aeead1c59b00 (diff) |
Revert "-Werror,-Wunused-const-variable"
Actually used with follow-up commit
b94de8fa13faa2849ead136d22cfb46f7d3bfddc
This reverts commit e24a02dc29d6e750ee4270dac429c8416c5b738c.
Change-Id: I0f8226f756c7b3a813600351cc1be9bbbbcf67c2
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/text/txtfldi.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/source/text/txtfldi.cxx b/xmloff/source/text/txtfldi.cxx index 7b1cec1561e9..683acde10bc8 100644 --- a/xmloff/source/text/txtfldi.cxx +++ b/xmloff/source/text/txtfldi.cxx @@ -138,6 +138,7 @@ const sal_Char sAPI_drop_down[] = "DropDown"; const sal_Char sAPI_header[] = "Header"; const sal_Char sAPI_footer[] = "Footer"; const sal_Char sAPI_datetime[] = "DateTime"; +const sal_Char sAPI_pagetitle[] = "PageTitle"; // property names const sal_Char sAPI_is_fixed[] = "IsFixed"; |