Author: hdu
Date: Wed Apr 17 12:17:37 2013
New Revision: 1468863
URL: http://svn.apache.org/r1468863
Log:
search for own abi.hxx header which is not in the system headers
Modified:
openoffice/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/abi.cxx
openoffice/trunk/main/bridges/source/cpp_uno/gcc3_linux_x86-64/abi.cxx
Modified:
openoffice/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/abi.cxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/abi.cxx?rev=1468863&r1=1468862&r2=1468863&view=diff
==============================================================================
--- openoffice/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/abi.cxx
(original)
+++ openoffice/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/abi.cxx
Wed Apr 17 12:17:37 2013
@@ -56,7 +56,7 @@
OTHER DEALINGS IN THE SOFTWARE.
----------------------------------------------------------------------- */
-#include <abi.hxx>
+#include "abi.hxx"
#include <rtl/ustring.hxx>
Modified: openoffice/trunk/main/bridges/source/cpp_uno/gcc3_linux_x86-64/abi.cxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/bridges/source/cpp_uno/gcc3_linux_x86-64/abi.cxx?rev=1468863&r1=1468862&r2=1468863&view=diff
==============================================================================
--- openoffice/trunk/main/bridges/source/cpp_uno/gcc3_linux_x86-64/abi.cxx
(original)
+++ openoffice/trunk/main/bridges/source/cpp_uno/gcc3_linux_x86-64/abi.cxx Wed
Apr 17 12:17:37 2013
@@ -56,7 +56,7 @@
OTHER DEALINGS IN THE SOFTWARE.
----------------------------------------------------------------------- */
-#include <abi.hxx>
+#include "abi.hxx"
#include <rtl/ustring.hxx>