From 598243b2d8e8bd3496d88affdbccee6c11566c69 Mon Sep 17 00:00:00 2001 From: Alexander Wilms Date: Tue, 25 Feb 2014 17:43:38 +0100 Subject: Remove visual noise from binaryurp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I863499cccfe586b570d0021e143718bd3e4e1181 Reviewed-on: https://gerrit.libreoffice.org/8236 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- binaryurp/source/cache.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binaryurp') diff --git a/binaryurp/source/cache.hxx b/binaryurp/source/cache.hxx index 7e5ba899cc92..a580c5e78eb7 100644 --- a/binaryurp/source/cache.hxx +++ b/binaryurp/source/cache.hxx @@ -60,7 +60,7 @@ public: typedef std::pair MapPair; MapPair aMP = map_.insert( MappedType( list_.begin(), 0)); *pbFound = !aMP.second; - + if( !aMP.second) { // insertion not needed => found the entry list_.pop_front(); // remove the temp entry list_.splice( list_.begin(), list_, aMP.first->first); // the found entry is moved to front -- cgit