summaryrefslogtreecommitdiff
path: root/sot/inc/sot/sotdllapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'sot/inc/sot/sotdllapi.h')
-rw-r--r--sot/inc/sot/sotdllapi.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sot/inc/sot/sotdllapi.h b/sot/inc/sot/sotdllapi.h
index 092e55d629cb..2c124b69e1ed 100644
--- a/sot/inc/sot/sotdllapi.h
+++ b/sot/inc/sot/sotdllapi.h
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -28,16 +28,16 @@
#ifndef INCLUDED_SOTDLLAPI_H
#define INCLUDED_SOTDLLAPI_H
-
+
#include "sal/types.h"
-
+
#if defined(SOT_DLLIMPLEMENTATION)
#define SOT_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
#else
#define SOT_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
#endif
#define SOT_DLLPRIVATE SAL_DLLPRIVATE
-
+
#endif /* INCLUDED_SOTDLLAPI_H */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */