From a452643b431803b613919871abf1a81de6de3464 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 14 Jan 2018 12:42:46 +0100 Subject: Fix typos Change-Id: I2b4988e1d81fe60f7699362480cd739d2620c053 Reviewed-on: https://gerrit.libreoffice.org/47856 Tested-by: Jenkins Reviewed-by: Julien Nabet --- include/framework/framelistanalyzer.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/framework') diff --git a/include/framework/framelistanalyzer.hxx b/include/framework/framelistanalyzer.hxx index ce44de67207f..8112beccf49d 100644 --- a/include/framework/framelistanalyzer.hxx +++ b/include/framework/framelistanalyzer.hxx @@ -29,7 +29,7 @@ /** These enums can be combined as flags to enable/disable special search algorithm during analyze phase. see impl_analyze() for further information. - But note: To be useable as flags, these enums + But note: To be usable as flags, these enums must be values of range [2^n]! */ enum class FrameAnalyzerFlags { -- cgit