[Libreoffice-commits] .: extensions/source

Fridrich Strba fridrich at kemper.freedesktop.org
Sun Feb 27 09:13:35 PST 2011


 extensions/source/ole/oleobjw.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 83ca3f3a12e615ee12eb47a9c86e08f57daf0728
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Sun Feb 27 18:04:26 2011 +0100

    Fix Windows build

diff --git a/extensions/source/ole/oleobjw.cxx b/extensions/source/ole/oleobjw.cxx
index 4d2be51..191478e 100644
--- a/extensions/source/ole/oleobjw.cxx
+++ b/extensions/source/ole/oleobjw.cxx
@@ -77,6 +77,8 @@ using namespace com::sun::star::bridge::oleautomation;
 using namespace com::sun::star::bridge::ModelDependent;
 
 using ::rtl::OUString;
+using ::rtl::OString;
+using ::rtl::OUStringBuffer;
 
 #define JSCRIPT_ID_PROPERTY L"_environment"
 #define JSCRIPT_ID			L"jscript"


More information about the Libreoffice-commits mailing list