From 7aa1dcc682a54890be2d23a1778758e1ec5b00fc Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 12 Jun 2018 09:37:23 +0200 Subject: rename SfxFilterTupel->SfxFilterTuple Change-Id: Idbbc5d0b28f7f876a774904d8279d342906b642d Reviewed-on: https://gerrit.libreoffice.org/55662 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/sfx2/styfitem.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/sfx2/styfitem.hxx b/include/sfx2/styfitem.hxx index 1c72f4dffa94..d8f6057e7513 100644 --- a/include/sfx2/styfitem.hxx +++ b/include/sfx2/styfitem.hxx @@ -27,18 +27,18 @@ #include #include -struct SFX2_DLLPUBLIC SfxFilterTupel +struct SFX2_DLLPUBLIC SfxFilterTuple { OUString aName; SfxStyleSearchBits nFlags; - SfxFilterTupel(const OUString& rName, SfxStyleSearchBits nArg) + SfxFilterTuple(const OUString& rName, SfxStyleSearchBits nArg) : aName(rName) , nFlags(nArg) { } }; -typedef std::vector SfxStyleFilter; +typedef std::vector SfxStyleFilter; class SFX2_DLLPUBLIC SfxStyleFamilyItem { -- cgit