summaryrefslogtreecommitdiff
path: root/unotools/source/config/configmgr.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-01 05:41:06 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-01 05:41:06 +0100
commit52807d8951dc15272196587ba4e33bdf5182b48e (patch)
tree8d4821610112ee0c6f5bcfa9881609b59af48346 /unotools/source/config/configmgr.cxx
parent16a09af97363504a43719c48fe615afbb2a68cbd (diff)
Fix debug build: add missing using ::rtl::OString
Diffstat (limited to 'unotools/source/config/configmgr.cxx')
-rw-r--r--unotools/source/config/configmgr.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/unotools/source/config/configmgr.cxx b/unotools/source/config/configmgr.cxx
index aeea5966e0a0..6d29d2384a62 100644
--- a/unotools/source/config/configmgr.cxx
+++ b/unotools/source/config/configmgr.cxx
@@ -56,6 +56,9 @@ using namespace com::sun::star::beans;
using namespace com::sun::star::container;
using ::rtl::OUString;
+#if OSL_DEBUG_LEVEL > 0
+using ::rtl::OString;
+#endif
#define UNISTRING(s) rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(s))