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
This commit is contained in:
Vladimir Glazounov 2008-08-19 22:54:51 +00:00
parent f648c637c5
commit 7258da92c8

View file

@ -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