summaryrefslogtreecommitdiff
path: root/embedserv/source/embed/guid.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'embedserv/source/embed/guid.hxx')
-rw-r--r--embedserv/source/embed/guid.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/embedserv/source/embed/guid.hxx b/embedserv/source/embed/guid.hxx
index eca39c2880c8..2cbf28b5b93a 100644
--- a/embedserv/source/embed/guid.hxx
+++ b/embedserv/source/embed/guid.hxx
@@ -28,11 +28,11 @@
#include <common.h>
-OUString getFilterNameFromGUID_Impl( GUID const * );
+OUString getFilterNameFromGUID_Impl(GUID const*);
-std::u16string_view getServiceNameFromGUID_Impl( GUID const * );
+std::u16string_view getServiceNameFromGUID_Impl(GUID const*);
-wchar_t const * getStorageTypeFromGUID_Impl( GUID const * guid );
+wchar_t const* getStorageTypeFromGUID_Impl(GUID const* guid);
#endif