]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetgraphicsParams.C
ws changes only
[lyx.git] / src / insets / insetgraphicsParams.C
index 0a236448944054c92eaddbe93529afc2c3a1ba64..351d3f056844de17700f0e69f0dddec8a3cf2f12 100644 (file)
@@ -4,7 +4,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author Baruch Even
- * \author Herbert Voss
+ * \author Herbert Voß
  *
  * Full author contact details are available in file CREDITS.
  */
 #include "support/lstrings.h"
 #include "support/translator.h"
 
-using namespace lyx::support;
+using lyx::support::float_equal;
+using lyx::support::readBB_from_PSFile;
+using lyx::support::strToInt;
+using lyx::support::token;
 
+using std::string;
 using std::ostream;