From 7258da92c8a10a014b4c27be62dbe0bcc052559b Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 19 Aug 2008 22:54:51 +0000 Subject: INTEGRATION: CWS aw033 (1.12.2); FILE MERGED 2008/05/14 14:43:57 aw 1.12.2.3: RESYNC: (1.13-1.14); FILE MERGED 2007/08/09 22:02:54 aw 1.12.2.2: RESYNC: (1.12-1.13); FILE MERGED 2006/05/12 11:39:24 aw 1.12.2.1: code changes for primitive support --- basegfx/inc/basegfx/range/b1drange.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'basegfx') diff --git a/basegfx/inc/basegfx/range/b1drange.hxx b/basegfx/inc/basegfx/range/b1drange.hxx index f12ec2f9f811..efca06d92dfd 100644 --- a/basegfx/inc/basegfx/range/b1drange.hxx +++ b/basegfx/inc/basegfx/range/b1drange.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: b1drange.hxx,v $ - * $Revision: 1.14 $ + * $Revision: 1.15 $ * * This file is part of OpenOffice.org. * @@ -85,9 +85,10 @@ namespace basegfx return (maRange != rRange.maRange); } - void operator=(const B1DRange& rRange) + B1DRange& operator=(const B1DRange& rRange) { maRange = rRange.maRange; + return *this; } bool equal(const B1DRange& rRange) const -- cgit v1.2.3