]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetInclude.cpp
Complete the removal of the embedding stuff. Maybe. It's hard to be sure we got every...
[features.git] / src / insets / InsetInclude.cpp
index 130c843e9a911ccfb8502b40e286e8b56eeab50e..d56f97dc50c3b3c96e7d8c910efeb337e06542de 100644 (file)
@@ -140,9 +140,10 @@ FileName const includedFilename(Buffer const & buffer,
                              InsetCommandParams const & params)
 {
        return makeAbsPath(to_utf8(params["filename"]),
-                          onlyPath(parentFilename(buffer)));
+                       onlyPath(parentFilename(buffer)));
 }
 
+
 InsetLabel * createLabel(docstring const & label_str)
 {
        if (label_str.empty())
@@ -385,8 +386,7 @@ int InsetInclude::latex(odocstream & os, OutputParams const & runparams) const
        if (incfile.empty())
                return 0;
 
-       FileName const included_file =
-               includedFilename(buffer(), params());
+       FileName const included_file = includedFilename(buffer(), params());
 
        // Check we're not trying to include ourselves.
        // FIXME RECURSIVE INCLUDE