From 20e9663e3342c8c619e404ae7f6392ce50a9dc89 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Tue, 5 Jun 2012 16:29:53 -0400 Subject: Fix the description. Change-Id: Ib30a77808b9f4726e72f57e9d9ea73c71f5cac34 --- filter/source/config/cache/typedetection.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'filter/source/config/cache') diff --git a/filter/source/config/cache/typedetection.cxx b/filter/source/config/cache/typedetection.cxx index c831935347e0..49e5e24b9f9d 100644 --- a/filter/source/config/cache/typedetection.cxx +++ b/filter/source/config/cache/typedetection.cxx @@ -196,8 +196,8 @@ int getFlatTypeRank(const rtl::OUString& rType) return n - i - 1; } - // Not ranked. Treat them equally. Unranked filters have higher priority - // than the ranked internal ones since they may be external filters. + // Not ranked. Treat them equally. Unranked formats have higher priority + // than the ranked internal ones since they may be defined externally. return n; } -- cgit