summaryrefslogtreecommitdiff
path: root/unotools/inc/unotools/unotoolsdllapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/inc/unotools/unotoolsdllapi.h')
-rw-r--r--unotools/inc/unotools/unotoolsdllapi.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/unotools/inc/unotools/unotoolsdllapi.h b/unotools/inc/unotools/unotoolsdllapi.h
index 8f0af8db744e..a2d5f90cc451 100644
--- a/unotools/inc/unotools/unotoolsdllapi.h
+++ b/unotools/inc/unotools/unotoolsdllapi.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_UNOTOOLSDLLAPI_H
#define INCLUDED_UNOTOOLSDLLAPI_H
-
+
#include "sal/types.h"
-
+
#if defined(UNOTOOLS_DLLIMPLEMENTATION)
#define UNOTOOLS_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
#else
#define UNOTOOLS_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
#endif
#define UNOTOOLS_DLLPRIVATE SAL_DLLPRIVATE
-
+
#endif /* INCLUDED_UNOTOOLSDLLAPI_H */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */