]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlDialog_impl.h
Add a buffer_path arg to InsetGraphicsMailer's params2string, string2params.
[lyx.git] / src / frontends / controllers / ControlDialog_impl.h
index f84facb7295d674d76176abd62ed1c393063a2a8..8e374d7c5c4910c2769250496e2f629948002eea 100644 (file)
@@ -1,9 +1,10 @@
 // -*- C++ -*-
 /**
  * \file ControlDialog_impl.h
- * Read the file COPYING
+ * 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
  *
@@ -21,16 +22,14 @@ class Dialogs;
 class LyXView;
 
 
-class ControlDialogBD : public ControlDialog<ControlConnectBD>
-{
+class ControlDialogBD : public ControlDialog<ControlConnectBD> {
 public:
        ///
        ControlDialogBD(LyXView &, Dialogs &);
 };
 
 
-class ControlDialogBI : public ControlDialog<ControlConnectBI>
-{
+class ControlDialogBI : public ControlDialog<ControlConnectBI> {
 public:
        ///
        ControlDialogBI(LyXView &, Dialogs &);