]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSplit.cpp
Change the interface to a paragraph's layout. We still store a LayoutPtr, but now...
[lyx.git] / src / mathed / InsetMathSplit.cpp
index d5a7200b2f481f2f7d9b5018b622c27df7221ff1..647f5cf7371eeed6b9354a4041cf2138bb05b532 100644 (file)
 
 #include <ostream>
 
+using namespace std;
 
 namespace lyx {
 
 using support::bformat;
 
-using std::string;
-
 
 InsetMathSplit::InsetMathSplit(docstring const & name, char valign)
        : InsetMathGrid(1, 1, valign, docstring()), name_(name)