summaryrefslogtreecommitdiff
path: root/include/svl/undo.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2018-05-24 21:43:08 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-05-25 12:34:37 +0200
commita28a839b9f9eeec1544c5ceeeabe7b1083ce1655 (patch)
tree6e2fe3813a9a9d51429c10c97f22b5cee399d3a6 /include/svl/undo.hxx
parent4b4942224b550235da228655677b5c068a053254 (diff)
no need declare these tag structs separately
Change-Id: I00f336ee4eced431155c79bee6e2373e145ae95c Reviewed-on: https://gerrit.libreoffice.org/54780 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svl/undo.hxx')
-rw-r--r--include/svl/undo.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/svl/undo.hxx b/include/svl/undo.hxx
index b0ee7e21f657..e91aca41a69a 100644
--- a/include/svl/undo.hxx
+++ b/include/svl/undo.hxx
@@ -29,8 +29,7 @@
struct MarkedUndoAction;
-struct ViewShellIdTag;
-typedef o3tl::strong_int<sal_Int32, ViewShellIdTag> ViewShellId;
+typedef o3tl::strong_int<sal_Int32, struct ViewShellIdTag> ViewShellId;
class SVL_DLLPUBLIC SfxRepeatTarget
{