[Libreoffice-commits] .: cppuhelper/source
Thorsten Behrens
thorsten at kemper.freedesktop.org
Wed Mar 2 23:13:19 PST 2011
cppuhelper/source/component.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 66c5a7209b609bbea54034267d0c6c8cd958b20f
Author: Thorsten Behrens <tbehrens at novell.com>
Date: Thu Mar 3 08:12:56 2011 +0100
Added using OString - debug code needs it
diff --git a/cppuhelper/source/component.cxx b/cppuhelper/source/component.cxx
index 3d6bc3c..0530965 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
More information about the Libreoffice-commits
mailing list