[Libreoffice-commits] core.git: xmloff/source
Thorsten Behrens
Thorsten.Behrens at CIB.de
Wed Apr 22 16:28:34 PDT 2015
xmloff/source/text/txtfldi.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit f3375fa07f27bd2ade519af3c07d69040d10eaa9
Author: Thorsten Behrens <Thorsten.Behrens at CIB.de>
Date: Thu Apr 23 01:24:41 2015 +0200
Revert "-Werror,-Wunused-const-variable"
Actually used with follow-up commit
b94de8fa13faa2849ead136d22cfb46f7d3bfddc
This reverts commit e24a02dc29d6e750ee4270dac429c8416c5b738c.
Change-Id: I0f8226f756c7b3a813600351cc1be9bbbbcf67c2
diff --git a/xmloff/source/text/txtfldi.cxx b/xmloff/source/text/txtfldi.cxx
index 7b1cec1..683acde 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";
More information about the Libreoffice-commits
mailing list