]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_nestinset.C
Fix.
[lyx.git] / src / mathed / math_nestinset.C
index 85c41832da10799a9921f00b9415dac65358225c..3ed34a0277cd1e44f00fa1ac32bd03cedd644076 100644 (file)
@@ -1,6 +1,3 @@
-#ifdef __GNUG__
-#pragma implementation
-#endif
 
 #include "math_nestinset.h"
 #include "math_cursor.h"
@@ -45,6 +42,7 @@ void MathNestInset::getPos(idx_type idx, pos_type pos, int & x, int & y) const
                x += 2;
 }
 
+
 void MathNestInset::substitute(MathMacro const & m)
 {
        for (idx_type i = 0; i < nargs(); ++i)
@@ -336,13 +334,13 @@ MathInset::result_type MathNestInset::dispatch
                        return
                                dispatch(
                                        FuncRequest(bv, LFUN_PASTE, bv->getClipboard()), idx, pos);
-                       
+
                case LFUN_MOUSE_PRESS:
                        if (cmd.button() == mouse_button::button2)
                                return dispatch(FuncRequest(bv, LFUN_PASTESELECTION), idx, pos);
                        return UNDISPATCHED;
 
-               default:        
+               default:
                        return MathInset::dispatch(cmd, idx, pos);
        }
        return UNDISPATCHED;