[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - reportdesign/source
Lionel Elie Mamane
lionel at mamane.lu
Wed Jul 24 07:57:38 PDT 2013
reportdesign/source/core/sdr/RptObject.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6bd204f6355b15632e6a9e94fd03faab769fdadd
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date: Wed Jul 24 10:59:04 2013 +0200
fixup cherry-pick of fdo#67186 fix
Fixed commit:
commit ac2d93cca0791a728583a40dc379c89c22582855
Author: Lionel Elie Mamane <lionel at mamane.lu> 2
AuthorDate: 2013-07-23 19:14:04 +0200
Reviewed-on: https://gerrit.libreoffice.org/5055
Change-Id: I67990232dbc9e86ac3fa37cd0c20edecb87cf8ee
Summary: fdo#67186 switch reporbuilder to null date == 1899-12-30
Change-Id: I1edf6402c9f25094b171ef65c4e1b5037731d17c
Reviewed-on: https://gerrit.libreoffice.org/5062
Reviewed-by: Fridrich Strba <fridrich at documentfoundation.org>
Reviewed-by: Petr Mladek <pmladek at suse.cz>
Tested-by: Petr Mladek <pmladek at suse.cz>
diff --git a/reportdesign/source/core/sdr/RptObject.cxx b/reportdesign/source/core/sdr/RptObject.cxx
index 06f5855..65cf14c 100644
--- a/reportdesign/source/core/sdr/RptObject.cxx
+++ b/reportdesign/source/core/sdr/RptObject.cxx
@@ -1239,7 +1239,7 @@ void OOle2Obj::initializeOle()
uno::Reference< beans::XPropertySet > xChartProps( xCompSupp->getComponent(), uno::UNO_QUERY );
if ( xChartProps.is() )
xChartProps->setPropertyValue("NullDate",
- uno::makeAny(util::DateTime(0,0,0,0,30,12,1899,false)));
+ uno::makeAny(util::DateTime(0,0,0,0,30,12,1899)));
}
}
}
More information about the Libreoffice-commits
mailing list