summaryrefslogtreecommitdiff
path: root/goodies/inc
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-05-03 12:25:23 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-05-03 12:25:23 +0000
commitd73d94906cca2078c59b04fa43b7ae01f007a2bb (patch)
tree6d22f1061948c842d581467c2c0ccedcb89ca55b /goodies/inc
parentfc1396ab8e69abfcf6ed4c1f201dfc02376dba30 (diff)
INTEGRATION: CWS binfilter (1.1.1.1.146); FILE MERGED
2003/11/11 17:30:18 aw 1.1.1.1.146.2: #111880# Added friend definition to class B3DBVolume for binfilter namespace 2003/11/07 11:50:40 aw 1.1.1.1.146.1: #111880# To allow stripped binfilter code from bf_svx to compile, it is necessary to add the copied bf_svx classes as friends, too.
Diffstat (limited to 'goodies/inc')
-rw-r--r--goodies/inc/b3dvolum.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/goodies/inc/b3dvolum.hxx b/goodies/inc/b3dvolum.hxx
index 61bf6b7eedf2..55668c7b5cf3 100644
--- a/goodies/inc/b3dvolum.hxx
+++ b/goodies/inc/b3dvolum.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b3dvolum.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:30:08 $
+ * last change: $Author: rt $ $Date: 2004-05-03 13:25:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,10 +80,12 @@
|*
\************************************************************************/
+namespace binfilter {class Vol3DPointIterator;}
+
class B3dVolume
{
+ friend class binfilter::Vol3DPointIterator; //STRIP008
friend class Vol3DPointIterator;
-
protected:
Vector3D aMinVec;
Vector3D aMaxVec;