summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorOcke Janssen [oj] <Ocke.Janssen@sun.com>2009-11-26 08:42:51 +0100
committerOcke Janssen [oj] <Ocke.Janssen@sun.com>2009-11-26 08:42:51 +0100
commit1c46a6da7e010243817963156cb45b8f20ebc8fa (patch)
treeeb41facb1e56bbc5de07a218d7b21c3392112a44 /comphelper
parent4d4bfb28a75c7887a46fec3c0f71260781ae0471 (diff)
dba33b: defines for debug was missing
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/property/property.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/comphelper/source/property/property.cxx b/comphelper/source/property/property.cxx
index 14b3b8f9169d..17949b9889dd 100644
--- a/comphelper/source/property/property.cxx
+++ b/comphelper/source/property/property.cxx
@@ -67,7 +67,9 @@ namespace comphelper
using ::com::sun::star::uno::cpp_queryInterface;
using ::com::sun::star::uno::cpp_acquire;
using ::com::sun::star::uno::cpp_release;
+#if OSL_DEBUG_LEVEL > 0
using ::com::sun::star::lang::XServiceInfo;
+#endif
using ::com::sun::star::uno::UNO_QUERY;
/** === end UNO using === **/
namespace PropertyAttribute = ::com::sun::star::beans::PropertyAttribute;