]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormParagraph.h
Change the semantics of 'none' and 'auto' viewers/editors: 'none' means now
[lyx.git] / src / frontends / xforms / FormParagraph.h
index 8d0f80870140b642c9db12075943b0240480069e..d55ae062aec0ef6bd94500fa5945c46516e1428e 100644 (file)
 #ifndef FORM_PARAGRAPH_H
 #define FORM_PARAGRAPH_H
 
-
 #include "FormDialogView.h"
 #include "RadioButtonGroup.h"
 
-struct FD_paragraph;
+namespace lyx {
+namespace frontend {
+
 class ControlParagraph;
+struct FD_paragraph;
 
 /** This class provides an XForms implementation of the FormParagraph dialog.
  */
@@ -41,4 +43,7 @@ private:
        RadioButtonGroup alignment_;
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif