diff options
author | Kurt Zenker <kz@openoffice.org> | 2010-01-18 15:07:17 +0100 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2010-01-18 15:07:17 +0100 |
commit | c979003e3c9601f525011341c322ba2c27e2a0da (patch) | |
tree | 9f22f88fa2deaf525da5823c0b891bcbadf2ebb0 /comphelper | |
parent | bfb498d0c42d3d86129fd730f3fc34e2542736eb (diff) |
masterfix: #i10000# use typeinfo instead of typeinfo.h which cause an error on mac
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/property/property.cxx | 2 |
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> |