[Libreoffice-commits] .: extensions/source
Fridrich Strba
fridrich at kemper.freedesktop.org
Fri Feb 11 10:20:35 PST 2011
extensions/source/ole/servprov.cxx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 4c893784f9f7379335417c2a93895071aba06f4f
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date: Fri Feb 11 19:20:07 2011 +0100
Avoid confusion between boost::vector and std::vector
diff --git a/extensions/source/ole/servprov.cxx b/extensions/source/ole/servprov.cxx
index 08a34fc..45378cc 100644
--- a/extensions/source/ole/servprov.cxx
+++ b/extensions/source/ole/servprov.cxx
@@ -29,6 +29,8 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_extensions.hxx"
+#include <vector>
+
#ifdef __MINGW32__
#define INITGUID
#include <initguid.h>
@@ -53,7 +55,6 @@ extern CComModule _Module;
#include <tools/postsys.h>
-using namespace std;
using namespace cppu;
using namespace rtl;
using namespace osl;
More information about the Libreoffice-commits
mailing list