summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--unoidl/source/unoidl-read.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/unoidl/source/unoidl-read.cxx b/unoidl/source/unoidl-read.cxx
index 36aabaf7e43e..f9c538b3d3cb 100644
--- a/unoidl/source/unoidl-read.cxx
+++ b/unoidl/source/unoidl-read.cxx
@@ -11,6 +11,7 @@
#include <cassert>
#include <cstddef>
+#include <cstdlib>
#include <iostream>
#include <map>
#include <set>
17-03-18uitest: add method to get the column object from a spreadsheet docMarkus Mohrhard 2017-02-27uitest: increase the shutdown timeoutMarkus Mohrhard 2017-02-27uitest: document methods and pep8 fixesMarkus Mohrhard 2017-02-27uitest: remove old test methodsMarkus Mohrhard 2017-01-25uitest: some pep8 fixesMarkus Mohrhard 2017-01-25uitest: document more UNO helper methodsMarkus Mohrhard 2016-12-22uitest: add helper method to get XCell from UNOMarkus Mohrhard 2016-12-21uitest: add an optional way to print all received event namesMarkus Mohrhard 2016-12-19make sure we are not leaving soffice around if python process crashesMarkus Mohrhard 2016-10-26normalize existing emacs/vim mode-lines in python filesMichael Stahl 2016-10-11avoid infinite loop if the instance stopped alreadyMarkus Mohrhard 2016-09-29add helper methods to deal with Calc UNOMarkus Mohrhard 2016-07-13uitest: move more code into the new directory layoutMarkus Mohrhard 2016-07-13uitest: remove print statementMarkus Mohrhard 2016-07-10uitest: support starting the LibO with gdbMarkus Mohrhard 2016-07-09uitest: kill the LibreOffice instance if it ignores terminate requestMarkus Mohrhard 2016-06-26uitest: move the EventListener to an own file in the new dir structureMarkus Mohrhard 2016-06-26uitest: bring some order into the file messMarkus Mohrhard