summaryrefslogtreecommitdiff
path: root/stoc
diff options
context:
space:
mode:
Diffstat (limited to 'stoc')
-rw-r--r--stoc/source/implementationregistration/implreg.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/stoc/source/implementationregistration/implreg.cxx b/stoc/source/implementationregistration/implreg.cxx
index 71c1409fe8ec..929c4d709854 100644
--- a/stoc/source/implementationregistration/implreg.cxx
+++ b/stoc/source/implementationregistration/implreg.cxx
@@ -21,7 +21,6 @@
#include <string.h>
#include <list>
-#include <unistd.h>
#include <cppuhelper/queryinterface.hxx>
#include <cppuhelper/factory.hxx>
#include <cppuhelper/weak.hxx>
@@ -49,6 +48,8 @@
#if defined(SAL_W32)
#include <io.h>
+#else
+#include <unistd.h>
#endif
d8cb9c2f038915272f504db2205'>vcl: cmdevt.[hc]xx -> commandevent.[hc]xxChris Sherlock 2016-02-06vcl/apptypes.hxx is goneStephan Bergmann 2016-02-06vcl: split exception types from input typesChris Sherlock 2016-02-02boost::hash->std::hashNoel Grandin 2016-01-31OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara 2016-01-13loplugin:unusedmethods unused return value in vbahelper/Noel Grandin 2016-01-05Make SotFactory private to sot/ and clean a bitMatúš Kukan 2015-12-21loplugin:unusedfields vbahelperNoel Grandin 2015-12-18related tdf#96398 pull out more NPAPI-related codeThorsten Behrens 2015-12-11No need for a separate <vcl/graph.h>Tor Lillqvist 2015-11-20Seems more natural to pass a homogenous list by initializer_listStephan Bergmann 2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin 2015-11-18com::sun::star->css in vbahelper/Noel Grandin 2015-11-17use unique_ptr for pImpl in vcl,vbahelper,uuiNoel Grandin 2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian 2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-09new loplugin: oncevarNoel Grandin 2015-11-06coverity#1338249 Uncaught exceptionCaolán McNamara 2015-11-04yyyyyNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-06vba: convert to variadic InheritedHelperInterfaceImpl&WeakImpl etcDouglas Mencken