]> git.lyx.org Git - features.git/blobdiff - src/frontends/LyXView.C
forgot this
[features.git] / src / frontends / LyXView.C
index aa259905b60a0e6aec6cbf9fbd949b63af3ba504..7a901b6a10898780782c7a2951d4bbdf8ec55325 100644 (file)
@@ -242,15 +242,14 @@ void LyXView::showDialog(string const & name)
 }
 
 
-void LyXView::showDialogWithData(string const & name,
-                                                                string const & data)
+void LyXView::showDialogWithData(string const & name, string const & data)
 {
        getDialogs().show(name, data);
 }
 
 
 void LyXView::showInsetDialog(string const & name, string const & data,
-                                                         InsetBase * inset)
+               InsetBase * inset)
 {
        getDialogs().show(name, data, inset);
 }