From a28a839b9f9eeec1544c5ceeeabe7b1083ce1655 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 24 May 2018 21:43:08 +0200 Subject: no need declare these tag structs separately Change-Id: I00f336ee4eced431155c79bee6e2373e145ae95c Reviewed-on: https://gerrit.libreoffice.org/54780 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/sfx2/shell.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/sfx2') diff --git a/include/sfx2/shell.hxx b/include/sfx2/shell.hxx index e3339e9de113..8b6bd28dbe30 100644 --- a/include/sfx2/shell.hxx +++ b/include/sfx2/shell.hxx @@ -66,8 +66,7 @@ namespace svl Id for s, gives a quasi-static access to the interface through an array to . */ -struct SfxInterfaceIdTag {}; -typedef o3tl::strong_int SfxInterfaceId; +typedef o3tl::strong_int SfxInterfaceId; constexpr auto SFX_INTERFACE_NONE = SfxInterfaceId(0); constexpr auto SFX_INTERFACE_SFXAPP = SfxInterfaceId(1); -- cgit