]> git.lyx.org Git - lyx.git/commitdiff
ws changes only
authorLars Gullik Bjønnes <larsbj@gullik.org>
Mon, 13 Oct 2003 02:10:45 +0000 (02:10 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Mon, 13 Oct 2003 02:10:45 +0000 (02:10 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7903 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/ChangeLog
src/insets/ExternalSupport.C
src/insets/ExternalTransforms.C
src/insets/insetbox.C
src/insets/insetbox.h

index c6ee2bb084a33936fa4c2e94dce1d083a87b46ab..b4bb50ed243a86b7ffd2315f1a4837e3c2366904 100644 (file)
@@ -1,3 +1,10 @@
+2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * ExternalSupport.C:
+       * ExternalTransforms.C:
+       * insetbox.C:
+       * insetbox.h: ws changes only
+       
 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * insetinclude.C (localDispatch): do not call
index 155f8b49e4f626e69c73c480fcd4dffb79308412..a84d0a0dd8f31a592ad1a8d91278415286df8451 100644 (file)
@@ -237,7 +237,7 @@ int writeExternal(InsetExternalParams const & params,
                        support::MakeAbsPath(params.filename.mangledFilename(),
                                             buffer.temppath());
        }
-       
+
        string str = doSubstitution(params, buffer, cit->second.product,
                                    from_file);
        str = substituteCommands(params, str, format);
index 3a82d937eb9c996b40135ef850d1138b334eff14..79f2d16ebb5fda80d627d8f9327159eb805b3ffd 100644 (file)
@@ -280,7 +280,7 @@ string const sanitizeLatexOption(string const & input)
                }
                output += what.str(1) + ",";
                it = what[3].first;
-       }
+       }
 
        // Strip any trailing commas
        // "...foo,,,]" -> "...foo"
index 147edf57630bc460c9d65782e368c296c91acf29..62748c2274be506ea8bd2bfb413d501b7e67147c 100644 (file)
@@ -225,13 +225,13 @@ int InsetBox::latex(Buffer const & buf, ostream & os,
                        break;
                }
        }
-       
+
        int i = 0;
        os << "%\n";
        // Adapt to column/text width correctly also if paragraphs indented:
        if (stdwidth)
                os << "\\noindent";
-       
+
        switch (btype) {
        case Frameless:
                break;
@@ -248,7 +248,7 @@ int InsetBox::latex(Buffer const & buf, ostream & os,
                        if (params_.hor_pos != 'c')
                                os << "[" << params_.hor_pos << "]";
                }
-               
+
                os << "{";
                break;
        case ovalbox:
@@ -298,7 +298,7 @@ int InsetBox::latex(Buffer const & buf, ostream & os,
                else
                        os << "%\n\\end{minipage}";
        }
-       
+
        switch (btype) {
        case Frameless:
                break;
@@ -313,9 +313,9 @@ int InsetBox::latex(Buffer const & buf, ostream & os,
        case Shadowbox:
                os << "}";
                break;
-       }       
+       }
        os << "%\n";
-       
+
        i += 3;
 
        return i;
@@ -485,7 +485,7 @@ void InsetBoxParams::read(LyXLex & lex)
        }
        string token;
        if (!lex.isOK())
-               return;
+               return;
        lex.next();
        token = lex.getString();
        if (token == "position") {
@@ -498,7 +498,7 @@ void InsetBoxParams::read(LyXLex & lex)
                lex.pushToken(token);
        }
        if (!lex.isOK())
-               return;
+               return;
        lex.next();
        token = lex.getString();
        if (token == "hor_pos") {
@@ -509,7 +509,7 @@ void InsetBoxParams::read(LyXLex & lex)
                lex.pushToken(token);
        }
        if (!lex.isOK())
-               return;
+               return;
        lex.next();
        token = lex.getString();
        if (token == "has_inner_box") {
@@ -521,7 +521,7 @@ void InsetBoxParams::read(LyXLex & lex)
        }
 
        if (!lex.isOK())
-               return;
+               return;
        lex.next();
        token = lex.getString();
        if (token == "inner_pos") {
@@ -533,7 +533,7 @@ void InsetBoxParams::read(LyXLex & lex)
                lex.pushToken(token);
        }
        if (!lex.isOK())
-               return;
+               return;
        lex.next();
        token = lex.getString();
        if (token == "use_parbox") {
@@ -544,7 +544,7 @@ void InsetBoxParams::read(LyXLex & lex)
                lex.pushToken(token);
        }
        if (!lex.isOK())
-               return;
+               return;
        lex.next();
        token = lex.getString();
        if (token == "width") {
@@ -555,7 +555,7 @@ void InsetBoxParams::read(LyXLex & lex)
                lex.pushToken(token);
        }
        if (!lex.isOK())
-               return;
+               return;
        lex.next();
        token = lex.getString();
        if (token == "special") {
@@ -566,7 +566,7 @@ void InsetBoxParams::read(LyXLex & lex)
                lex.pushToken(token);
        }
        if (!lex.isOK())
-               return;
+               return;
        lex.next();
        token = lex.getString();
        if (token == "height") {
@@ -577,7 +577,7 @@ void InsetBoxParams::read(LyXLex & lex)
                lex.pushToken(token);
        }
        if (!lex.isOK())
-               return;
+               return;
        lex.next();
        token = lex.getString();
        if (token == "height_special") {
index c632653ad8d6d01555ae316cf3dd23ee9f2b58d5..4dcf775a6145a0b8ce5e8c3d8f7b510d6f64b725 100644 (file)
@@ -22,7 +22,7 @@
 struct InsetBoxParams {
        ///
        InsetBoxParams(std::string const &);
-       ///     
+       ///
        void write(std::ostream & os) const;
        ///
        void read(LyXLex & lex);
@@ -92,7 +92,7 @@ public:
        void validate(LaTeXFeatures &) const;
        ///
        InsetBoxParams const & params() const { return params_; }
-       ///     
+       ///
        enum BoxType {
                Frameless,
                Boxed,