diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-04-02 23:48:28 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-04-02 23:48:28 +0000 |
commit | a31c45a0b4b17f5d096eed1898c2707ee051cbfc (patch) | |
tree | 9c56cf569b60a5bc10df486b70071e922ead482f /editors/openoffice-1.0/files/patch-sal::workben::getlocaleinfotest.cxx | |
parent | Fix cups support. (diff) |
Upgrade to build 641d. More work is necessary to make the build compile.
There are still at least two different gcc bugs in our compiler, one
issue has already been found by Alexander Kabaev <ak03@gte.com>. He's
working on fixing the other.
Diffstat (limited to 'editors/openoffice-1.0/files/patch-sal::workben::getlocaleinfotest.cxx')
-rw-r--r-- | editors/openoffice-1.0/files/patch-sal::workben::getlocaleinfotest.cxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/openoffice-1.0/files/patch-sal::workben::getlocaleinfotest.cxx b/editors/openoffice-1.0/files/patch-sal::workben::getlocaleinfotest.cxx deleted file mode 100644 index ef5bf2488496..000000000000 --- a/editors/openoffice-1.0/files/patch-sal::workben::getlocaleinfotest.cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- ../sal/workben/getlocaleinfotest.cxx Sun Mar 10 23:42:26 2002 -+++ ../sal/workben/getlocaleinfotest.cxx Sun Mar 10 23:42:45 2002 -@@ -63,7 +63,7 @@ - #include <osl/nlsupport.h> - #include <rtl/ustring.hxx> - --int _cdecl main( int argc, char * argv[] ) -+int main( int argc, char * argv[] ) - { - rtl::OUString lang = rtl::OUString::createFromAscii( "de" ); - rtl::OUString country = rtl::OUString::createFromAscii( "DE" ); |