summaryrefslogtreecommitdiff
path: root/canvas/inc/canvas/canvastools.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-07-30 14:08:44 +0000
committerKurt Zenker <kz@openoffice.org>2004-07-30 14:08:44 +0000
commit84ae43e0fe69e4a2ca7705bb5912ae7e9894d71d (patch)
tree3562e863634c045ff27a61348c0b8f312b5dd798 /canvas/inc/canvas/canvastools.hxx
parent63594fa547c13cf8d2ae81cd3a27d369c3a054a8 (diff)
INTEGRATION: CWS gcc340fixes01 (1.2.8); FILE MERGED
2004/07/13 20:25:50 fa 1.2.8.1: #i31442# #include IndexOutOfBoundsException.hpp to satisfy gcc 3.4
Diffstat (limited to 'canvas/inc/canvas/canvastools.hxx')
-rw-r--r--canvas/inc/canvas/canvastools.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/canvas/inc/canvas/canvastools.hxx b/canvas/inc/canvas/canvastools.hxx
index ff7cc931abfa..f073f6799f75 100644
--- a/canvas/inc/canvas/canvastools.hxx
+++ b/canvas/inc/canvas/canvastools.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: canvastools.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: thb $ $Date: 2004-03-18 10:38:24 $
+ * last change: $Author: kz $ $Date: 2004-07-30 15:08:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,6 +74,9 @@
#ifndef _COM_SUN_STAR_LANG_ILLEGALARGUMENTEXCEPTION_HPP_
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#endif
+#ifndef _COM_SUN_STAR_LANG_INDEXOUTOFBOUNDSEXCEPTION_HPP_
+#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
+#endif
#include <limits>
#include <algorithm>