diff options
author | Arnaud Versini <arnaud.versini@libreoffice.org> | 2013-09-28 19:06:15 +0200 |
---|---|---|
committer | Arnaud Versini <arnaud.versini@libreoffice.org> | 2013-09-30 16:26:32 +0000 |
commit | c850f000e77eac488347f8fb519e5ffe5afb28cf (patch) | |
tree | af9a4e298ca6f84e00787ef59f12f150ffe4c788 /odk/Package_odk_headers.mk | |
parent | c1c5feaff453cfbb23c43f2b423201b883ff048d (diff) |
API CHANGE: Remove osl_getEthernetAddress and osl/util.h .
Also move osl/util.c on Unix systems to osl/system.c.
Change-Id: Ifff79d9f4f89ecbb4e0e1652b40ab46b7d569adf
Reviewed-on: https://gerrit.libreoffice.org/6065
Tested-by: Arnaud Versini <arnaud.versini@libreoffice.org>
Reviewed-by: Arnaud Versini <arnaud.versini@libreoffice.org>
Diffstat (limited to 'odk/Package_odk_headers.mk')
-rw-r--r-- | odk/Package_odk_headers.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/odk/Package_odk_headers.mk b/odk/Package_odk_headers.mk index 3a05a01b9a40..be6ff26b42c1 100644 --- a/odk/Package_odk_headers.mk +++ b/odk/Package_odk_headers.mk @@ -118,7 +118,6 @@ $(eval $(call gb_Package_add_files_with_dir,odk_headers,$(SDKDIRNAME)/include,\ osl/thread.h \ osl/thread.hxx \ osl/time.h \ - osl/util.h \ rtl/alloc.h \ rtl/allocator.hxx \ rtl/bootstrap.h \ |