From 22f08ed485dfd34e52b7976840404def5f0292d4 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 18 Oct 2018 11:35:44 +0200 Subject: Fix typos Change-Id: I57ff252f8326818a57fdf10218210f70b100e088 Reviewed-on: https://gerrit.libreoffice.org/61928 Reviewed-by: Christian Lohmaier Tested-by: Christian Lohmaier --- sd/source/ui/slidesorter/model/SlsPageEnumeration.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd') diff --git a/sd/source/ui/slidesorter/model/SlsPageEnumeration.cxx b/sd/source/ui/slidesorter/model/SlsPageEnumeration.cxx index 9b2915024085..4b4c7f13409d 100644 --- a/sd/source/ui/slidesorter/model/SlsPageEnumeration.cxx +++ b/sd/source/ui/slidesorter/model/SlsPageEnumeration.cxx @@ -67,7 +67,7 @@ private: void AdvanceToNextValidElement(); }; -} // end of anonymouse namespace +} // end of anonymous namespace namespace sd { namespace slidesorter { namespace model { -- cgit