diff options
author | Thorsten Behrens <tbehrens@novell.com> | 2011-03-03 08:12:56 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@novell.com> | 2011-03-03 08:12:56 +0100 |
commit | bd8273071bcaada13554c57fc2f65b08e517028f (patch) | |
tree | 6829bad2bbee6a32558c99893c65851c5ed05b4d /cppuhelper/source | |
parent | e01b7bf23a872c641936f3a0752edba69914c34d (diff) |
Added using OString - debug code needs it
Diffstat (limited to 'cppuhelper/source')
-rw-r--r-- | cppuhelper/source/component.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cppuhelper/source/component.cxx b/cppuhelper/source/component.cxx index 4a879cdf211d..ffafbe5bcbeb 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 |