From d4895b0631c10afa7838e79d311684200f637513 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Tue, 26 Jul 2011 19:52:15 -0500 Subject: add cast of 0 to (sal_Int320) to keep the compiler happy --- svx/source/tbxctrls/tbunosearchcontrollers.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'svx') diff --git a/svx/source/tbxctrls/tbunosearchcontrollers.cxx b/svx/source/tbxctrls/tbunosearchcontrollers.cxx index 20d0c7dba41a..02bc2a2dc2dd 100644 --- a/svx/source/tbxctrls/tbunosearchcontrollers.cxx +++ b/svx/source/tbxctrls/tbunosearchcontrollers.cxx @@ -174,7 +174,7 @@ long FindTextFieldControl::PreNotify( NotifyEvent& rNEvt ) lArgs[1].Value <<= sal_False; lArgs[2].Name = SEARCHITEM_SEARCHFLAGS; - lArgs[2].Value <<= 0; + lArgs[2].Value <<= (sal_Int32)0; impl_executeSearch(m_xServiceManager, m_xFrame, lArgs); nRet = 1; @@ -566,7 +566,7 @@ void SAL_CALL DownSearchToolboxController::execute( sal_Int16 /*KeyModifier*/ ) lArgs[1].Name = SEARCHITEM_SEARCHBACKWARD; lArgs[1].Value <<= sal_False; lArgs[2].Name = SEARCHITEM_SEARCHFLAGS; - lArgs[2].Value <<= 0; + lArgs[2].Value <<= (sal_Int32)0; impl_executeSearch(m_xServiceManager, m_xFrame, lArgs); @@ -697,7 +697,7 @@ void SAL_CALL UpSearchToolboxController::execute( sal_Int16 /*KeyModifier*/ ) th lArgs[1].Name = SEARCHITEM_SEARCHBACKWARD; lArgs[1].Value <<= sal_True; lArgs[2].Name = SEARCHITEM_SEARCHFLAGS; - lArgs[2].Value <<= 0; + lArgs[2].Value <<= (sal_Int32)0; impl_executeSearch(m_xServiceManager, m_xFrame, lArgs); -- cgit istro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/external/jfreereport/ExternalPackage_jfreereport_libbase.mk
AgeCommit message (Collapse)Author