diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 22:58:24 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 22:58:24 +0000 |
commit | f30136ac6caba36ae71c01ca431734d8da008811 (patch) | |
tree | 844833493f6e3194dd3f71485f086b8619ec9698 /basegfx | |
parent | 5cf53d6d474e639f88d534144c041b8356905221 (diff) |
INTEGRATION: CWS aw033 (1.9.2); FILE MERGED
2008/05/14 14:43:16 aw 1.9.2.5: RESYNC: (1.10-1.11); FILE MERGED
2008/05/14 09:16:13 aw 1.9.2.4: #i39532# aw033 progresses from git
2008/04/16 04:50:23 aw 1.9.2.3: #i39532# moved 3D default raster converter to basegfx
2007/03/20 15:21:24 aw 1.9.2.2: RESYNC: (1.9-1.10); FILE MERGED
2006/05/12 11:39:25 aw 1.9.2.1: code changes for primitive support
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/inc/basegfx/vector/b3dvector.hxx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/basegfx/inc/basegfx/vector/b3dvector.hxx b/basegfx/inc/basegfx/vector/b3dvector.hxx index b79b7826ed84..f5e2c68b98a7 100644 --- a/basegfx/inc/basegfx/vector/b3dvector.hxx +++ b/basegfx/inc/basegfx/vector/b3dvector.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: b3dvector.hxx,v $ - * $Revision: 1.11 $ + * $Revision: 1.12 $ * * This file is part of OpenOffice.org. * @@ -33,6 +33,8 @@ #include <basegfx/tuple/b3dtuple.hxx> +////////////////////////////////////////////////////////////////////////////// + namespace basegfx { // predeclaration @@ -322,4 +324,6 @@ namespace basegfx } } // end of namespace basegfx +////////////////////////////////////////////////////////////////////////////// + #endif /* _BGFX_VECTOR_B3DVECTOR_HXX */ |