Kaydet (Commit) db7dc246 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS pj65 (1.58.50); FILE MERGED

2006/11/06 11:14:24 pjanik 1.58.50.1: #i71027#: Prevent warnings on Mac OS X.
üst d6224d1d
......@@ -4,9 +4,9 @@
*
* $RCSfile: fmctrler.cxx,v $
*
* $Revision: 1.59 $
* $Revision: 1.60 $
*
* last change: $Author: ihi $ $Date: 2006-11-14 13:24:06 $
* last change: $Author: vg $ $Date: 2006-11-21 17:09:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -2192,7 +2192,7 @@ void FmXFormController::loaded(const EventObject& rEvent) throw( RuntimeExceptio
if (xSet.is())
{
Any aVal = xSet->getPropertyValue(FM_PROP_CYCLE);
sal_Int32 aVal2;
sal_Int32 aVal2 = 0;
::cppu::enum2int(aVal2,aVal);
m_bCycle = !aVal.hasValue() || aVal2 == TabulatorCycle_RECORDS;
m_bCanUpdate = aStaticTools.canUpdate(xSet);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment