summaryrefslogtreecommitdiff
path: root/filter/source/config/cache
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-06-05 16:29:53 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-06-05 16:29:53 -0400
commit20e9663e3342c8c619e404ae7f6392ce50a9dc89 (patch)
tree1104f28a2000ea4f072bc2ab95e500761bafc139 /filter/source/config/cache
parenteed0a0b26b9d61d26c888423c4e3d83b61728e3f (diff)
Fix the description.
Change-Id: Ib30a77808b9f4726e72f57e9d9ea73c71f5cac34
Diffstat (limited to 'filter/source/config/cache')
-rw-r--r--filter/source/config/cache/typedetection.cxx4
1 files changed, 2 insertions, 2 deletions
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;
}