diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-04-22 15:47:33 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-04-22 15:47:33 +0100 |
commit | e24a02dc29d6e750ee4270dac429c8416c5b738c (patch) | |
tree | 66c5ad01ba0dccdf3d1522f97ba791396b611486 | |
parent | 35831a53d97ab96fe2b3d0f39ad4c53e1e40a52a (diff) |
-Werror,-Wunused-const-variable
Change-Id: I2d150a8b387052e917f985907e2a7334682f1dc8
-rw-r--r-- | xmloff/source/text/txtfldi.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmloff/source/text/txtfldi.cxx b/xmloff/source/text/txtfldi.cxx index a4288e22a6c2..0c7e0ee90cfd 100644 --- a/xmloff/source/text/txtfldi.cxx +++ b/xmloff/source/text/txtfldi.cxx @@ -138,7 +138,6 @@ 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"; |