]> git.lyx.org Git - features.git/blobdiff - src/graphics/GraphicsParams.h
Replace LString.h with support/std_string.h,
[features.git] / src / graphics / GraphicsParams.h
index 444aaef1d0769c870f8fb773a6020d8188ca4045..9759643ccbaaa09003859d01f7a90d0f291bcf13 100644 (file)
@@ -1,28 +1,25 @@
 // -*- C++ -*-
 /**
- *  \file GraphicsParams.h
+ * \file GraphicsParams.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- *  \author Angus Leeming
+ * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  *
- *  Used internally by the grfx::Image.
+ * Used internally by the lyx::graphics::Image.
  */
 
 #ifndef GRAPHICSPARAMS_H
 #define GRAPHICSPARAMS_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include "GraphicsTypes.h"
-#include "LString.h"
+#include "support/std_string.h"
 
 
-namespace grfx {
+namespace lyx {
+namespace graphics {
 
 /** Parse a string of the form "200pt 500pt 300mm 5in" into a
  *  usable bounding box.
@@ -71,6 +68,7 @@ struct Params
 bool operator==(Params const &, Params const &);
 bool operator!=(Params const &, Params const &);
 
-} // namespace grfx
+} // namespace graphics
+} // namespace lyx
 
 #endif // GRAPHICSPARAMS_H