]> git.lyx.org Git - lyx.git/blobdiff - src/tabular_funcs.C
Fix fuer #209
[lyx.git] / src / tabular_funcs.C
index 78181137e1663ce0d64193f6ad26297cd688cb33..72d28384a481154535b225a8c1d5b5c3aa733f94 100644 (file)
 #endif
 
 #include "tabular_funcs.h"
+
 #include "support/lstrings.h"
+#include "support/LIstream.h"
 
+using std::istream;
+using std::getline;
 
 // Perfect case for a template... (Lgb)
 // or perhaps not...
-template<class T>
-string const write_attribute(string const & name, T const & t)
-{
-       string str = " " + name + "=\"" + tostr(t) + "\"";
-       return str;
-}
 
 template <>
 string const write_attribute(string const & name, bool const & b)