diff options
Diffstat (limited to 'svx/source/unodraw/unodtabl.cxx')
-rw-r--r-- | svx/source/unodraw/unodtabl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/unodraw/unodtabl.cxx b/svx/source/unodraw/unodtabl.cxx index 6d25c7cb4cd8..843380ea97f7 100644 --- a/svx/source/unodraw/unodtabl.cxx +++ b/svx/source/unodraw/unodtabl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: unodtabl.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: cl $ $Date: 2001-01-28 16:24:30 $ + * last change: $Author: armin $ $Date: 2001-03-08 09:45:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -72,7 +72,7 @@ #endif #ifndef __SGI_STL_VECTOR -#include <stl/vector> +#include <vector> #endif #ifndef _SVX_UNONAMEITEMTABLE_HXX_ |