solenv/gbuild/platform/solaris.mk | 2 ++ svtools/source/control/headbar.cxx | 2 ++ 2 files changed, 4 insertions(+)
New commits: commit 3f4b4a4d158feba1eb730bb546b28e45c6d9197a Author: Michael Stahl <[email protected]> Date: Tue Jul 10 19:13:25 2012 +0200 HeaderBar::ImplDrawItem: -Werror=parentheses diff --git a/svtools/source/control/headbar.cxx b/svtools/source/control/headbar.cxx index 7ff53f8..733e5e1 100644 --- a/svtools/source/control/headbar.cxx +++ b/svtools/source/control/headbar.cxx @@ -604,6 +604,7 @@ void HeaderBar::ImplDrawItem( OutputDevice* pDev, bDraw = sal_False; if ( bDraw ) + { if( pWin && pWin->IsNativeControlSupported(CTRL_LISTHEADER, PART_ARROW) ) { aCtrlRegion=Rectangle(Point(nArrowX,aRect.Top()),Size(nArrowWidth,aRect.GetHeight())); @@ -656,6 +657,7 @@ void HeaderBar::ImplDrawItem( OutputDevice* pDev, Point( nArrowX+HEAD_ARROWSIZE1, nArrowY ) ); } } + } } // Gegebenenfalls auch UserDraw aufrufen commit 5e11e00fcdbd0f7c6735e76d48b3b7f63dda4c2b Author: Michael Stahl <[email protected]> Date: Tue Jul 10 19:11:50 2012 +0200 gbuild: solaris.mk: activate the soversion scripts diff --git a/solenv/gbuild/platform/solaris.mk b/solenv/gbuild/platform/solaris.mk index 054398c..2532c19 100644 --- a/solenv/gbuild/platform/solaris.mk +++ b/solenv/gbuild/platform/solaris.mk @@ -315,6 +315,8 @@ define gb_Library_Library_platform $(call gb_LinkTarget_get_target,$(2)) : RPATH := $(call gb_Library_get_rpath,$(1)) endef +gb_Library__set_soversion_script_platform = $(gb_Library__set_soversion_script) + # StaticLibrary class _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
