summaryrefslogtreecommitdiff
path: root/ucbhelper/inc/ucbhelper/ucbhelperdllapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper/inc/ucbhelper/ucbhelperdllapi.h')
-rw-r--r--ucbhelper/inc/ucbhelper/ucbhelperdllapi.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ucbhelper/inc/ucbhelper/ucbhelperdllapi.h b/ucbhelper/inc/ucbhelper/ucbhelperdllapi.h
index 28712c5543c5..f40591b0f0f0 100644
--- a/ucbhelper/inc/ucbhelper/ucbhelperdllapi.h
+++ b/ucbhelper/inc/ucbhelper/ucbhelperdllapi.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_UCBHELPERDLLAPI_H
#define INCLUDED_UCBHELPERDLLAPI_H
-
+
#include "sal/types.h"
-
+
#if defined(UCBHELPER_DLLIMPLEMENTATION)
#define UCBHELPER_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
#else
#define UCBHELPER_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
#endif
#define UCBHELPER_DLLPRIVATE SAL_DLLPRIVATE
-
+
#endif /* INCLUDED_UCBHELPERDLLAPI_H */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */