diff options
author | Philipp Hofer <philipp.hofer@protonmail.com> | 2020-11-12 13:12:24 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-11-19 01:36:55 +0100 |
commit | 6ceb1d0f2e23749fe03fab08ec338ba4d7782173 (patch) | |
tree | 44e69c2fdf12594169ca3a052224368faa967185 /sc/inc/scdllapi.h | |
parent | 695280feb90729fde1a7ecf1c409ae16f8281a46 (diff) |
tdf#123936 Formatting files in module sc with clang-format
Change-Id: I66cafda863e3e1e4559a57289c09925d68b0719c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105701
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Tested-by: Jenkins
Diffstat (limited to 'sc/inc/scdllapi.h')
-rw-r--r-- | sc/inc/scdllapi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/scdllapi.h b/sc/inc/scdllapi.h index 2e88ef197444..a7b914ee77a9 100644 --- a/sc/inc/scdllapi.h +++ b/sc/inc/scdllapi.h @@ -23,9 +23,9 @@ #include <sal/types.h> #if defined(SC_DLLIMPLEMENTATION) -#define SC_DLLPUBLIC SAL_DLLPUBLIC_EXPORT +#define SC_DLLPUBLIC SAL_DLLPUBLIC_EXPORT #else -#define SC_DLLPUBLIC SAL_DLLPUBLIC_IMPORT +#define SC_DLLPUBLIC SAL_DLLPUBLIC_IMPORT #endif #endif // INCLUDED_SC_INC_SCDLLAPI_H |