cui/Library_cui.mk | 1 + starmath/source/unomodel.cxx | 1 + 2 files changed, 2 insertions(+)
New commits: commit 4e0cd21369b1bde28f57633f9b8c0e475eabc333 Author: Caolán McNamara <[email protected]> Date: Mon Jan 20 15:04:24 2014 +0000 require icu_headers here Change-Id: Iee8d757f29c03e71e48c211966daaa89548710b4 diff --git a/cui/Library_cui.mk b/cui/Library_cui.mk index cc80cf4..3d4edbc 100644 --- a/cui/Library_cui.mk +++ b/cui/Library_cui.mk @@ -65,6 +65,7 @@ $(eval $(call gb_Library_use_libraries,cui,\ $(eval $(call gb_Library_use_externals,cui,\ boost_headers \ icuuc \ + icu_headers \ )) ifeq ($(OS),WNT) commit 78dd3fb45e05305691261e6c781578aed8bc92f0 Author: Tsutomu Uchino <[email protected]> Date: Mon Jan 20 13:22:16 2014 +0000 Related: #i121289# printer options should have SID_SAVE_ONLY_USED_SYMBOLS (cherry picked from commit 5c6ef989906c6aa51b2e3702bac0323ef97e9f2d) Change-Id: Ida372f0558fd7e5cdb9c98384c21544e197f88a9 diff --git a/starmath/source/unomodel.cxx b/starmath/source/unomodel.cxx index 1576670..1c3811f 100644 --- a/starmath/source/unomodel.cxx +++ b/starmath/source/unomodel.cxx @@ -654,6 +654,7 @@ void SmModel::_setPropertyValues(const PropertyMapEntry** ppEntries, const Any* SID_PRINTTEXT, SID_PRINTTEXT, SID_PRINTFRAME, SID_PRINTFRAME, SID_NO_RIGHT_SPACES, SID_NO_RIGHT_SPACES, + SID_SAVE_ONLY_USED_SYMBOLS, SID_SAVE_ONLY_USED_SYMBOLS, 0 }; SfxItemSet *pItemSet = new SfxItemSet( pDocSh->GetPool(), nRange );
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
