]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetquotes.C
ws changes only
[lyx.git] / src / insets / insetquotes.C
index b360672baf109756434497ec1c1bf6064ce6a334..7bd95b97c90462010e1ec4dfeed88ae0352e7fa6 100644 (file)
 #include "frontends/font_metrics.h"
 #include "frontends/Painter.h"
 
-#include "support/LAssert.h"
 #include "support/lstrings.h"
 
-using namespace lyx::support;
+
+using lyx::support::prefixIs;
 
 using std::endl;
+using std::string;
 using std::auto_ptr;
 using std::ostream;
 
@@ -257,7 +258,7 @@ int InsetQuotes::latex(Buffer const & buf, ostream & os,
 {
        // How do we get the local language here??
        lyx::pos_type curr_pos = ownerPar(buf, this).getPositionOfInset(this);
-       Assert(curr_pos != -1);
+       BOOST_ASSERT(curr_pos != -1);
 
 #warning FIXME. We _must_ find another way to get the language. (Lgb)
 #if 0