[Libreoffice-commits] .: sw/source

Takeshi Abe tabe at kemper.freedesktop.org
Wed Apr 6 01:46:22 PDT 2011


 sw/source/filter/basflt/fltini.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 70d1c2e5193f73a25a7c4f32dc2e0f1b0d8cebb9
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Wed Apr 6 17:23:02 2011 +0900

    removed an unchanged variable

diff --git a/sw/source/filter/basflt/fltini.cxx b/sw/source/filter/basflt/fltini.cxx
index f584b04..0e21da0 100644
--- a/sw/source/filter/basflt/fltini.cxx
+++ b/sw/source/filter/basflt/fltini.cxx
@@ -209,8 +209,7 @@ sal_Bool StgWriter::IsStgWriter() const { return sal_True; }
 
 sal_Bool SwReader::NeedsPasswd( const Reader& /*rOptions*/ )
 {
-        sal_Bool bRes = sal_False;
-    return bRes;
+    return sal_False;
 }
 
 


More information about the Libreoffice-commits mailing list