Author: pfg
Date: Mon Jun 16 02:46:39 2014
New Revision: 1602791

URL: http://svn.apache.org/r1602791
Log:
Fix mismatch from a mismatched patch.

Modified:
    openoffice/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_intel/except.cxx

Modified: 
openoffice/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_intel/except.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_intel/except.cxx?rev=1602791&r1=1602790&r2=1602791&view=diff
==============================================================================
--- openoffice/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_intel/except.cxx 
(original)
+++ openoffice/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_intel/except.cxx 
Mon Jun 16 02:46:39 2014
@@ -32,7 +32,8 @@
 #include <string.h>
 #include <dlfcn.h>
 #include <cxxabi.h>
-#include <hash_map>#include <sys/param.h>
+#include <hash_map>
+#include <sys/param.h>
 
 #include <rtl/strbuf.hxx>
 #include <rtl/ustrbuf.hxx>


Reply via email to