summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@novell.com>2011-03-03 08:12:56 +0100
committerThorsten Behrens <tbehrens@novell.com>2011-03-03 08:12:56 +0100
commit66c5a7209b609bbea54034267d0c6c8cd958b20f (patch)
tree50934f51e2bd3adc4c3d3950e0d4642d6bc539f8 /cppuhelper
parent8c77c301c72d96e0bf0f648e05f8784fcefc2604 (diff)
Added using OString - debug code needs it
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/source/component.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/cppuhelper/source/component.cxx b/cppuhelper/source/component.cxx
index 3d6bc3c5a..053096563 100644
--- a/cppuhelper/source/component.cxx
+++ b/cppuhelper/source/component.cxx
@@ -41,6 +41,7 @@ using namespace com::sun::star::uno;
using namespace com::sun::star::lang;
using ::rtl::OUString;
+using ::rtl::OString;
using ::rtl::OUStringToOString;
namespace cppu