fix / in #define
as a consequence of commit 3ddb928061
"fdo#68849: Add header guards to all include files"
Change-Id: I02aea067276017a3b27c28fb45ac48a135697bd3
This commit is contained in:
@@ -7,8 +7,8 @@
|
|||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef INCLUDED_DESKTOP_SOURCE_SPLASH/UNXSPLASH_HXX
|
#ifndef INCLUDED_DESKTOP_SOURCE_SPLASH_UNXSPLASH_HXX
|
||||||
#define INCLUDED_DESKTOP_SOURCE_SPLASH/UNXSPLASH_HXX
|
#define INCLUDED_DESKTOP_SOURCE_SPLASH_UNXSPLASH_HXX
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
@@ -79,6 +79,6 @@ uno::Reference< uno::XInterface > SAL_CALL UnxSplash_createInstance(const uno::R
|
|||||||
OUString UnxSplash_getImplementationName();
|
OUString UnxSplash_getImplementationName();
|
||||||
com::sun::star::uno::Sequence< OUString > SAL_CALL UnxSplash_getSupportedServiceNames() throw ();
|
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: */
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||||
|
Reference in New Issue
Block a user