summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2010-01-18 15:07:17 +0100
committerKurt Zenker <kz@openoffice.org>2010-01-18 15:07:17 +0100
commitc979003e3c9601f525011341c322ba2c27e2a0da (patch)
tree9f22f88fa2deaf525da5823c0b891bcbadf2ebb0
parentbfb498d0c42d3d86129fd730f3fc34e2542736eb (diff)
masterfix: #i10000# use typeinfo instead of typeinfo.h which cause an error on mac
-rw-r--r--comphelper/source/property/property.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/property/property.cxx b/comphelper/source/property/property.cxx
index 17949b9889dd..0ccc28d4238b 100644
--- a/comphelper/source/property/property.cxx
+++ b/comphelper/source/property/property.cxx
@@ -42,7 +42,7 @@
#include <cppuhelper/exc_hlp.hxx>
#include <osl/thread.h>
#include <com/sun/star/lang/XServiceInfo.hpp>
- #include <typeinfo.h>
+ #include <typeinfo>
#endif
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/lang/IllegalArgumentException.hpp>