From 6c97bc47177adc1c51f69f17e77b9fe2aeade122 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 10 Mar 2014 11:09:59 +0200 Subject: svx: sal_Bool->bool Change-Id: I78da39fc553b2e5040ee6665377ea51a1c4d04d7 --- sc/source/ui/view/notemark.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/source/ui/view/notemark.cxx') diff --git a/sc/source/ui/view/notemark.cxx b/sc/source/ui/view/notemark.cxx index 20c503a19b18..75e5cec3533a 100644 --- a/sc/source/ui/view/notemark.cxx +++ b/sc/source/ui/view/notemark.cxx @@ -80,7 +80,7 @@ IMPL_LINK_NOARG(ScNoteMarker, TimeHdl) { SvtPathOptions aPathOpt; OUString aPath = aPathOpt.GetPalettePath(); - pModel = new SdrModel(aPath); + pModel = new SdrModel(aPath, NULL, NULL, false, false); pModel->SetScaleUnit(MAP_100TH_MM); SfxItemPool& rPool = pModel->GetItemPool(); rPool.SetDefaultMetric(SFX_MAPUNIT_100TH_MM); -- cgit v1.2.3