diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-24 12:09:29 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-24 14:02:48 +0100 |
commit | b9fa1e20f32653981f629b417dbe4816594e1c14 (patch) | |
tree | 6eaed36460aa89f075cc9445634c025ce02fa4ec /cppuhelper/source | |
parent | a248008d08e3adf597e08bede2d58784df48deb6 (diff) |
build on higher debug levels
Change-Id: I7f4d85f3e26ab8b19dae05c6907840b97a8af1d6
Diffstat (limited to 'cppuhelper/source')
-rw-r--r-- | cppuhelper/source/implbase.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cppuhelper/source/implbase.cxx b/cppuhelper/source/implbase.cxx index 0d49d5fdbf78..a4e46c6b7ad0 100644 --- a/cppuhelper/source/implbase.cxx +++ b/cppuhelper/source/implbase.cxx @@ -32,6 +32,7 @@ using namespace ::com::sun::star; using namespace ::com::sun::star::uno; using rtl::OUString; +using rtl::OString; namespace { |