]> git.lyx.org Git - lyx.git/blobdiff - src/text.C
Minor code shuffle.
[lyx.git] / src / text.C
index 8d43f09089dcbbd1815e3f4d7d165256ea8bb9b2..3b21f04f20fc104d03be607814ae2e5129b80ea5 100644 (file)
@@ -2261,7 +2261,7 @@ string const LyXText::selectNextWord(BufferView * bview,
        // Start the selection from here
        selection.cursor = cursor;
        
-       std::ostringstream latex;
+       ostringstream latex;
 
        // and find the end of the word 
        // (optional hyphens are part of a word)
@@ -2295,7 +2295,7 @@ void LyXText::selectSelectedWord(BufferView * bview)
        
        // set the sel cursor
        selection.cursor = cursor;
-       std::ostringstream latex;
+       ostringstream latex;
        
        // now find the end of the word
        while (cursor.pos() < cursor.par()->size()