diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-10 12:38:08 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-10 12:38:08 +0000 |
commit | e4b963e20e2a9823228f144cc9c5b231adc7b21d (patch) | |
tree | ca3d2664364a2561633230d3e622ee4173ce98c5 /basegfx/inc | |
parent | 3aba60e0f5e23d94c9bbf0d1f66dccfbaf3ea764 (diff) |
INTEGRATION: CWS presfixes01 (1.3.44); FILE MERGED
2005/02/16 17:01:02 thb 1.3.44.2: #i10000# No forward declaration of enums possible, extracted vector enums to separate header
2005/02/15 23:52:19 thb 1.3.44.1: #i42440# Unified B2I->B2I conversion, by adding an appropriate copy constructor also to B2DVector
Diffstat (limited to 'basegfx/inc')
-rw-r--r-- | basegfx/inc/basegfx/vector/b2ivector.hxx | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/basegfx/inc/basegfx/vector/b2ivector.hxx b/basegfx/inc/basegfx/vector/b2ivector.hxx index b3eb0612de39..5ed596c7a8e7 100644 --- a/basegfx/inc/basegfx/vector/b2ivector.hxx +++ b/basegfx/inc/basegfx/vector/b2ivector.hxx @@ -2,9 +2,9 @@ * * $RCSfile: b2ivector.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: thb $ $Date: 2004-02-16 17:03:09 $ + * last change: $Author: vg $ $Date: 2005-03-10 13:38:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,9 +65,8 @@ #ifndef _BGFX_TUPLE_B2ITUPLE_HXX #include <basegfx/tuple/b2ituple.hxx> #endif - -#ifndef _BGFX_VECTOR_B2DVECTOR_HXX -#include <basegfx/vector/b2dvector.hxx> +#ifndef _BGFX_VECTOR_B2ENUMS_HXX +#include <basegfx/vector/b2enums.hxx> #endif namespace basegfx |