[Libreoffice-commits] .: filter/source

Kohei Yoshida kohei at kemper.freedesktop.org
Tue Jun 5 13:29:23 PDT 2012


 filter/source/config/cache/typedetection.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 20e9663e3342c8c619e404ae7f6392ce50a9dc89
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date:   Tue Jun 5 16:29:53 2012 -0400

    Fix the description.
    
    Change-Id: Ib30a77808b9f4726e72f57e9d9ea73c71f5cac34

diff --git a/filter/source/config/cache/typedetection.cxx b/filter/source/config/cache/typedetection.cxx
index c831935..49e5e24 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;
 }
 


More information about the Libreoffice-commits mailing list