From 0ce7c84cc7b3f53a56a70586f73d7615f68ec1dc Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 5 Feb 2021 11:10:34 +0100 Subject: Revert "Fix typo in code" This reverts commit 3ed9bba283a6a67864c0928186e277240be0d9ba. osl_Pos_Absolut (include/osl/file.h) is part of the stable URE interface; it must not be changed. Change-Id: I1f49923a9351e4be5aee39b10720d38b424feb9b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110435 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- unoidl/source/unoidl-write.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unoidl/source/unoidl-write.cxx') diff --git a/unoidl/source/unoidl-write.cxx b/unoidl/source/unoidl-write.cxx index e5b8f8dba086..1afca0e218b0 100644 --- a/unoidl/source/unoidl-write.cxx +++ b/unoidl/source/unoidl-write.cxx @@ -915,7 +915,7 @@ SAL_IMPLEMENT_MAIN() { << +e << std::endl; std::exit(EXIT_FAILURE); } - e = f.setPos(osl_Pos_Absolute, 8); + e = f.setPos(osl_Pos_Absolut, 8); if (e != osl::FileBase::E_None) { std::cerr << "Cannot rewind current position in <" << f.getURL() -- cgit