summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-05-30 08:50:47 +0200
committerNoel Grandin <noel@peralex.com>2014-05-30 08:50:47 +0200
commitc8905a124fbf9ab680e2886c3f31992cab2bcd15 (patch)
treeb8dd45a753639615b9fcc11538ab6243b6db970e
parent9e3cc6b47444f988a68ca3ddcad779ed0480b00c (diff)
fix / in #define
as a consequence of commit 3ddb928061531a8742565bfa91c0aaa76ef88863 "fdo#68849: Add header guards to all include files" Change-Id: I02aea067276017a3b27c28fb45ac48a135697bd3
-rw-r--r--desktop/source/splash/unxsplash.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/splash/unxsplash.hxx b/desktop/source/splash/unxsplash.hxx
index be432b9b2a4e..db06dc391a28 100644
--- a/desktop/source/splash/unxsplash.hxx
+++ b/desktop/source/splash/unxsplash.hxx
@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef INCLUDED_DESKTOP_SOURCE_SPLASH/UNXSPLASH_HXX
-#define INCLUDED_DESKTOP_SOURCE_SPLASH/UNXSPLASH_HXX
+#ifndef INCLUDED_DESKTOP_SOURCE_SPLASH_UNXSPLASH_HXX
+#define INCLUDED_DESKTOP_SOURCE_SPLASH_UNXSPLASH_HXX
#include <stdio.h>
@@ -79,6 +79,6 @@ uno::Reference< uno::XInterface > SAL_CALL UnxSplash_createInstance(const uno::R
OUString UnxSplash_getImplementationName();
com::sun::star::uno::Sequence< OUString > SAL_CALL UnxSplash_getSupportedServiceNames() throw ();
-#endif // INCLUDED_DESKTOP_SOURCE_SPLASH/UNXSPLASH_HXX
+#endif // INCLUDED_DESKTOP_SOURCE_SPLASH_UNXSPLASH_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */