]> git.lyx.org Git - lyx.git/blobdiff - src/trans_mgr.C
the fstream/iostream changes and some small other things
[lyx.git] / src / trans_mgr.C
index bb72e02719c65b50f3b93a086970565623170426..ce8eb55abfc447078941a3ebe595ac7584e16d71 100644 (file)
@@ -276,9 +276,7 @@ void TransManager::DisableKeymap()
 
 void  TransManager::TranslateAndInsert(char c, LyXText * text)
 {
-    string res;
-       
-    res = active_->process(c,*this);
+    string res = active_->process(c, *this);
     
     // Process with tokens
     string temp;