From f497296c30e6da2f97b16da8ad1c9e96feffb16b Mon Sep 17 00:00:00 2001 From: Bo Peng Date: Wed, 25 Apr 2007 03:03:25 +0000 Subject: [PATCH] Rename files in src/mathed and src/graphics from .C to .cpp, step 2 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17969 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/graphics/{GraphicsCache.C => GraphicsCache.cpp} | 0 src/graphics/{GraphicsCacheItem.C => GraphicsCacheItem.cpp} | 0 src/graphics/{GraphicsConverter.C => GraphicsConverter.cpp} | 0 src/graphics/{GraphicsImage.C => GraphicsImage.cpp} | 0 src/graphics/{GraphicsLoader.C => GraphicsLoader.cpp} | 0 src/graphics/{GraphicsParams.C => GraphicsParams.cpp} | 0 src/graphics/{GraphicsTypes.C => GraphicsTypes.cpp} | 0 src/graphics/{LoaderQueue.C => LoaderQueue.cpp} | 0 src/graphics/{PreviewImage.C => PreviewImage.cpp} | 0 src/graphics/{PreviewLoader.C => PreviewLoader.cpp} | 0 src/graphics/{Previews.C => Previews.cpp} | 0 src/mathed/{InsetFormulaMacro.C => InsetFormulaMacro.cpp} | 0 src/mathed/{InsetMath.C => InsetMath.cpp} | 0 src/mathed/{InsetMathAMSArray.C => InsetMathAMSArray.cpp} | 0 src/mathed/{InsetMathArray.C => InsetMathArray.cpp} | 0 src/mathed/{InsetMathBig.C => InsetMathBig.cpp} | 0 src/mathed/{InsetMathBinom.C => InsetMathBinom.cpp} | 0 src/mathed/{InsetMathBoldSymbol.C => InsetMathBoldSymbol.cpp} | 0 src/mathed/{InsetMathBox.C => InsetMathBox.cpp} | 0 src/mathed/{InsetMathBoxed.C => InsetMathBoxed.cpp} | 0 src/mathed/{InsetMathBrace.C => InsetMathBrace.cpp} | 0 src/mathed/{InsetMathCases.C => InsetMathCases.cpp} | 0 src/mathed/{InsetMathChar.C => InsetMathChar.cpp} | 0 src/mathed/{InsetMathColor.C => InsetMathColor.cpp} | 0 src/mathed/{InsetMathCommand.C => InsetMathCommand.cpp} | 0 src/mathed/{InsetMathComment.C => InsetMathComment.cpp} | 0 src/mathed/{InsetMathDFrac.C => InsetMathDFrac.cpp} | 0 src/mathed/{InsetMathDecoration.C => InsetMathDecoration.cpp} | 0 src/mathed/{InsetMathDelim.C => InsetMathDelim.cpp} | 0 src/mathed/{InsetMathDiff.C => InsetMathDiff.cpp} | 0 src/mathed/{InsetMathDim.C => InsetMathDim.cpp} | 0 src/mathed/{InsetMathDots.C => InsetMathDots.cpp} | 0 src/mathed/{InsetMathEnv.C => InsetMathEnv.cpp} | 0 src/mathed/{InsetMathExFunc.C => InsetMathExFunc.cpp} | 0 src/mathed/{InsetMathExInt.C => InsetMathExInt.cpp} | 0 src/mathed/{InsetMathFBox.C => InsetMathFBox.cpp} | 0 src/mathed/{InsetMathFont.C => InsetMathFont.cpp} | 0 src/mathed/{InsetMathFontOld.C => InsetMathFontOld.cpp} | 0 src/mathed/{InsetMathFrac.C => InsetMathFrac.cpp} | 0 src/mathed/{InsetMathFracBase.C => InsetMathFracBase.cpp} | 0 src/mathed/{InsetMathFrameBox.C => InsetMathFrameBox.cpp} | 0 src/mathed/{InsetMathGrid.C => InsetMathGrid.cpp} | 0 src/mathed/{InsetMathHull.C => InsetMathHull.cpp} | 0 src/mathed/{InsetMathKern.C => InsetMathKern.cpp} | 0 src/mathed/{InsetMathLefteqn.C => InsetMathLefteqn.cpp} | 0 src/mathed/{InsetMathLim.C => InsetMathLim.cpp} | 0 src/mathed/{InsetMathMBox.C => InsetMathMBox.cpp} | 0 src/mathed/{InsetMathMacro.C => InsetMathMacro.cpp} | 0 src/mathed/{InsetMathMakebox.C => InsetMathMakebox.cpp} | 0 src/mathed/{InsetMathMatrix.C => InsetMathMatrix.cpp} | 0 src/mathed/{InsetMathNest.C => InsetMathNest.cpp} | 0 src/mathed/{InsetMathNumber.C => InsetMathNumber.cpp} | 0 src/mathed/{InsetMathOverset.C => InsetMathOverset.cpp} | 0 src/mathed/{InsetMathPar.C => InsetMathPar.cpp} | 0 src/mathed/{InsetMathPhantom.C => InsetMathPhantom.cpp} | 0 src/mathed/{InsetMathRef.C => InsetMathRef.cpp} | 0 src/mathed/{InsetMathRoot.C => InsetMathRoot.cpp} | 0 src/mathed/{InsetMathScript.C => InsetMathScript.cpp} | 0 src/mathed/{InsetMathSize.C => InsetMathSize.cpp} | 0 src/mathed/{InsetMathSpace.C => InsetMathSpace.cpp} | 0 src/mathed/{InsetMathSplit.C => InsetMathSplit.cpp} | 0 src/mathed/{InsetMathSqrt.C => InsetMathSqrt.cpp} | 0 src/mathed/{InsetMathStackrel.C => InsetMathStackrel.cpp} | 0 src/mathed/{InsetMathString.C => InsetMathString.cpp} | 0 src/mathed/{InsetMathSubstack.C => InsetMathSubstack.cpp} | 0 src/mathed/{InsetMathSymbol.C => InsetMathSymbol.cpp} | 0 src/mathed/{InsetMathTFrac.C => InsetMathTFrac.cpp} | 0 src/mathed/{InsetMathTabular.C => InsetMathTabular.cpp} | 0 src/mathed/{InsetMathUnderset.C => InsetMathUnderset.cpp} | 0 src/mathed/{InsetMathUnknown.C => InsetMathUnknown.cpp} | 0 src/mathed/{InsetMathXArrow.C => InsetMathXArrow.cpp} | 0 src/mathed/{InsetMathXYArrow.C => InsetMathXYArrow.cpp} | 0 src/mathed/{InsetMathXYMatrix.C => InsetMathXYMatrix.cpp} | 0 src/mathed/{MathAtom.C => MathAtom.cpp} | 0 src/mathed/{MathAutoCorrect.C => MathAutoCorrect.cpp} | 0 src/mathed/{MathData.C => MathData.cpp} | 0 src/mathed/{MathExtern.C => MathExtern.cpp} | 0 src/mathed/{MathFactory.C => MathFactory.cpp} | 0 src/mathed/{MathMacroArgument.C => MathMacroArgument.cpp} | 0 src/mathed/{MathMacroTable.C => MathMacroTable.cpp} | 0 src/mathed/{MathMacroTemplate.C => MathMacroTemplate.cpp} | 0 src/mathed/{MathParser.C => MathParser.cpp} | 0 src/mathed/{MathStream.C => MathStream.cpp} | 0 src/mathed/{MathSupport.C => MathSupport.cpp} | 0 src/mathed/{TextPainter.C => TextPainter.cpp} | 0 85 files changed, 0 insertions(+), 0 deletions(-) rename src/graphics/{GraphicsCache.C => GraphicsCache.cpp} (100%) rename src/graphics/{GraphicsCacheItem.C => GraphicsCacheItem.cpp} (100%) rename src/graphics/{GraphicsConverter.C => GraphicsConverter.cpp} (100%) rename src/graphics/{GraphicsImage.C => GraphicsImage.cpp} (100%) rename src/graphics/{GraphicsLoader.C => GraphicsLoader.cpp} (100%) rename src/graphics/{GraphicsParams.C => GraphicsParams.cpp} (100%) rename src/graphics/{GraphicsTypes.C => GraphicsTypes.cpp} (100%) rename src/graphics/{LoaderQueue.C => LoaderQueue.cpp} (100%) rename src/graphics/{PreviewImage.C => PreviewImage.cpp} (100%) rename src/graphics/{PreviewLoader.C => PreviewLoader.cpp} (100%) rename src/graphics/{Previews.C => Previews.cpp} (100%) rename src/mathed/{InsetFormulaMacro.C => InsetFormulaMacro.cpp} (100%) rename src/mathed/{InsetMath.C => InsetMath.cpp} (100%) rename src/mathed/{InsetMathAMSArray.C => InsetMathAMSArray.cpp} (100%) rename src/mathed/{InsetMathArray.C => InsetMathArray.cpp} (100%) rename src/mathed/{InsetMathBig.C => InsetMathBig.cpp} (100%) rename src/mathed/{InsetMathBinom.C => InsetMathBinom.cpp} (100%) rename src/mathed/{InsetMathBoldSymbol.C => InsetMathBoldSymbol.cpp} (100%) rename src/mathed/{InsetMathBox.C => InsetMathBox.cpp} (100%) rename src/mathed/{InsetMathBoxed.C => InsetMathBoxed.cpp} (100%) rename src/mathed/{InsetMathBrace.C => InsetMathBrace.cpp} (100%) rename src/mathed/{InsetMathCases.C => InsetMathCases.cpp} (100%) rename src/mathed/{InsetMathChar.C => InsetMathChar.cpp} (100%) rename src/mathed/{InsetMathColor.C => InsetMathColor.cpp} (100%) rename src/mathed/{InsetMathCommand.C => InsetMathCommand.cpp} (100%) rename src/mathed/{InsetMathComment.C => InsetMathComment.cpp} (100%) rename src/mathed/{InsetMathDFrac.C => InsetMathDFrac.cpp} (100%) rename src/mathed/{InsetMathDecoration.C => InsetMathDecoration.cpp} (100%) rename src/mathed/{InsetMathDelim.C => InsetMathDelim.cpp} (100%) rename src/mathed/{InsetMathDiff.C => InsetMathDiff.cpp} (100%) rename src/mathed/{InsetMathDim.C => InsetMathDim.cpp} (100%) rename src/mathed/{InsetMathDots.C => InsetMathDots.cpp} (100%) rename src/mathed/{InsetMathEnv.C => InsetMathEnv.cpp} (100%) rename src/mathed/{InsetMathExFunc.C => InsetMathExFunc.cpp} (100%) rename src/mathed/{InsetMathExInt.C => InsetMathExInt.cpp} (100%) rename src/mathed/{InsetMathFBox.C => InsetMathFBox.cpp} (100%) rename src/mathed/{InsetMathFont.C => InsetMathFont.cpp} (100%) rename src/mathed/{InsetMathFontOld.C => InsetMathFontOld.cpp} (100%) rename src/mathed/{InsetMathFrac.C => InsetMathFrac.cpp} (100%) rename src/mathed/{InsetMathFracBase.C => InsetMathFracBase.cpp} (100%) rename src/mathed/{InsetMathFrameBox.C => InsetMathFrameBox.cpp} (100%) rename src/mathed/{InsetMathGrid.C => InsetMathGrid.cpp} (100%) rename src/mathed/{InsetMathHull.C => InsetMathHull.cpp} (100%) rename src/mathed/{InsetMathKern.C => InsetMathKern.cpp} (100%) rename src/mathed/{InsetMathLefteqn.C => InsetMathLefteqn.cpp} (100%) rename src/mathed/{InsetMathLim.C => InsetMathLim.cpp} (100%) rename src/mathed/{InsetMathMBox.C => InsetMathMBox.cpp} (100%) rename src/mathed/{InsetMathMacro.C => InsetMathMacro.cpp} (100%) rename src/mathed/{InsetMathMakebox.C => InsetMathMakebox.cpp} (100%) rename src/mathed/{InsetMathMatrix.C => InsetMathMatrix.cpp} (100%) rename src/mathed/{InsetMathNest.C => InsetMathNest.cpp} (100%) rename src/mathed/{InsetMathNumber.C => InsetMathNumber.cpp} (100%) rename src/mathed/{InsetMathOverset.C => InsetMathOverset.cpp} (100%) rename src/mathed/{InsetMathPar.C => InsetMathPar.cpp} (100%) rename src/mathed/{InsetMathPhantom.C => InsetMathPhantom.cpp} (100%) rename src/mathed/{InsetMathRef.C => InsetMathRef.cpp} (100%) rename src/mathed/{InsetMathRoot.C => InsetMathRoot.cpp} (100%) rename src/mathed/{InsetMathScript.C => InsetMathScript.cpp} (100%) rename src/mathed/{InsetMathSize.C => InsetMathSize.cpp} (100%) rename src/mathed/{InsetMathSpace.C => InsetMathSpace.cpp} (100%) rename src/mathed/{InsetMathSplit.C => InsetMathSplit.cpp} (100%) rename src/mathed/{InsetMathSqrt.C => InsetMathSqrt.cpp} (100%) rename src/mathed/{InsetMathStackrel.C => InsetMathStackrel.cpp} (100%) rename src/mathed/{InsetMathString.C => InsetMathString.cpp} (100%) rename src/mathed/{InsetMathSubstack.C => InsetMathSubstack.cpp} (100%) rename src/mathed/{InsetMathSymbol.C => InsetMathSymbol.cpp} (100%) rename src/mathed/{InsetMathTFrac.C => InsetMathTFrac.cpp} (100%) rename src/mathed/{InsetMathTabular.C => InsetMathTabular.cpp} (100%) rename src/mathed/{InsetMathUnderset.C => InsetMathUnderset.cpp} (100%) rename src/mathed/{InsetMathUnknown.C => InsetMathUnknown.cpp} (100%) rename src/mathed/{InsetMathXArrow.C => InsetMathXArrow.cpp} (100%) rename src/mathed/{InsetMathXYArrow.C => InsetMathXYArrow.cpp} (100%) rename src/mathed/{InsetMathXYMatrix.C => InsetMathXYMatrix.cpp} (100%) rename src/mathed/{MathAtom.C => MathAtom.cpp} (100%) rename src/mathed/{MathAutoCorrect.C => MathAutoCorrect.cpp} (100%) rename src/mathed/{MathData.C => MathData.cpp} (100%) rename src/mathed/{MathExtern.C => MathExtern.cpp} (100%) rename src/mathed/{MathFactory.C => MathFactory.cpp} (100%) rename src/mathed/{MathMacroArgument.C => MathMacroArgument.cpp} (100%) rename src/mathed/{MathMacroTable.C => MathMacroTable.cpp} (100%) rename src/mathed/{MathMacroTemplate.C => MathMacroTemplate.cpp} (100%) rename src/mathed/{MathParser.C => MathParser.cpp} (100%) rename src/mathed/{MathStream.C => MathStream.cpp} (100%) rename src/mathed/{MathSupport.C => MathSupport.cpp} (100%) rename src/mathed/{TextPainter.C => TextPainter.cpp} (100%) diff --git a/src/graphics/GraphicsCache.C b/src/graphics/GraphicsCache.cpp similarity index 100% rename from src/graphics/GraphicsCache.C rename to src/graphics/GraphicsCache.cpp diff --git a/src/graphics/GraphicsCacheItem.C b/src/graphics/GraphicsCacheItem.cpp similarity index 100% rename from src/graphics/GraphicsCacheItem.C rename to src/graphics/GraphicsCacheItem.cpp diff --git a/src/graphics/GraphicsConverter.C b/src/graphics/GraphicsConverter.cpp similarity index 100% rename from src/graphics/GraphicsConverter.C rename to src/graphics/GraphicsConverter.cpp diff --git a/src/graphics/GraphicsImage.C b/src/graphics/GraphicsImage.cpp similarity index 100% rename from src/graphics/GraphicsImage.C rename to src/graphics/GraphicsImage.cpp diff --git a/src/graphics/GraphicsLoader.C b/src/graphics/GraphicsLoader.cpp similarity index 100% rename from src/graphics/GraphicsLoader.C rename to src/graphics/GraphicsLoader.cpp diff --git a/src/graphics/GraphicsParams.C b/src/graphics/GraphicsParams.cpp similarity index 100% rename from src/graphics/GraphicsParams.C rename to src/graphics/GraphicsParams.cpp diff --git a/src/graphics/GraphicsTypes.C b/src/graphics/GraphicsTypes.cpp similarity index 100% rename from src/graphics/GraphicsTypes.C rename to src/graphics/GraphicsTypes.cpp diff --git a/src/graphics/LoaderQueue.C b/src/graphics/LoaderQueue.cpp similarity index 100% rename from src/graphics/LoaderQueue.C rename to src/graphics/LoaderQueue.cpp diff --git a/src/graphics/PreviewImage.C b/src/graphics/PreviewImage.cpp similarity index 100% rename from src/graphics/PreviewImage.C rename to src/graphics/PreviewImage.cpp diff --git a/src/graphics/PreviewLoader.C b/src/graphics/PreviewLoader.cpp similarity index 100% rename from src/graphics/PreviewLoader.C rename to src/graphics/PreviewLoader.cpp diff --git a/src/graphics/Previews.C b/src/graphics/Previews.cpp similarity index 100% rename from src/graphics/Previews.C rename to src/graphics/Previews.cpp diff --git a/src/mathed/InsetFormulaMacro.C b/src/mathed/InsetFormulaMacro.cpp similarity index 100% rename from src/mathed/InsetFormulaMacro.C rename to src/mathed/InsetFormulaMacro.cpp diff --git a/src/mathed/InsetMath.C b/src/mathed/InsetMath.cpp similarity index 100% rename from src/mathed/InsetMath.C rename to src/mathed/InsetMath.cpp diff --git a/src/mathed/InsetMathAMSArray.C b/src/mathed/InsetMathAMSArray.cpp similarity index 100% rename from src/mathed/InsetMathAMSArray.C rename to src/mathed/InsetMathAMSArray.cpp diff --git a/src/mathed/InsetMathArray.C b/src/mathed/InsetMathArray.cpp similarity index 100% rename from src/mathed/InsetMathArray.C rename to src/mathed/InsetMathArray.cpp diff --git a/src/mathed/InsetMathBig.C b/src/mathed/InsetMathBig.cpp similarity index 100% rename from src/mathed/InsetMathBig.C rename to src/mathed/InsetMathBig.cpp diff --git a/src/mathed/InsetMathBinom.C b/src/mathed/InsetMathBinom.cpp similarity index 100% rename from src/mathed/InsetMathBinom.C rename to src/mathed/InsetMathBinom.cpp diff --git a/src/mathed/InsetMathBoldSymbol.C b/src/mathed/InsetMathBoldSymbol.cpp similarity index 100% rename from src/mathed/InsetMathBoldSymbol.C rename to src/mathed/InsetMathBoldSymbol.cpp diff --git a/src/mathed/InsetMathBox.C b/src/mathed/InsetMathBox.cpp similarity index 100% rename from src/mathed/InsetMathBox.C rename to src/mathed/InsetMathBox.cpp diff --git a/src/mathed/InsetMathBoxed.C b/src/mathed/InsetMathBoxed.cpp similarity index 100% rename from src/mathed/InsetMathBoxed.C rename to src/mathed/InsetMathBoxed.cpp diff --git a/src/mathed/InsetMathBrace.C b/src/mathed/InsetMathBrace.cpp similarity index 100% rename from src/mathed/InsetMathBrace.C rename to src/mathed/InsetMathBrace.cpp diff --git a/src/mathed/InsetMathCases.C b/src/mathed/InsetMathCases.cpp similarity index 100% rename from src/mathed/InsetMathCases.C rename to src/mathed/InsetMathCases.cpp diff --git a/src/mathed/InsetMathChar.C b/src/mathed/InsetMathChar.cpp similarity index 100% rename from src/mathed/InsetMathChar.C rename to src/mathed/InsetMathChar.cpp diff --git a/src/mathed/InsetMathColor.C b/src/mathed/InsetMathColor.cpp similarity index 100% rename from src/mathed/InsetMathColor.C rename to src/mathed/InsetMathColor.cpp diff --git a/src/mathed/InsetMathCommand.C b/src/mathed/InsetMathCommand.cpp similarity index 100% rename from src/mathed/InsetMathCommand.C rename to src/mathed/InsetMathCommand.cpp diff --git a/src/mathed/InsetMathComment.C b/src/mathed/InsetMathComment.cpp similarity index 100% rename from src/mathed/InsetMathComment.C rename to src/mathed/InsetMathComment.cpp diff --git a/src/mathed/InsetMathDFrac.C b/src/mathed/InsetMathDFrac.cpp similarity index 100% rename from src/mathed/InsetMathDFrac.C rename to src/mathed/InsetMathDFrac.cpp diff --git a/src/mathed/InsetMathDecoration.C b/src/mathed/InsetMathDecoration.cpp similarity index 100% rename from src/mathed/InsetMathDecoration.C rename to src/mathed/InsetMathDecoration.cpp diff --git a/src/mathed/InsetMathDelim.C b/src/mathed/InsetMathDelim.cpp similarity index 100% rename from src/mathed/InsetMathDelim.C rename to src/mathed/InsetMathDelim.cpp diff --git a/src/mathed/InsetMathDiff.C b/src/mathed/InsetMathDiff.cpp similarity index 100% rename from src/mathed/InsetMathDiff.C rename to src/mathed/InsetMathDiff.cpp diff --git a/src/mathed/InsetMathDim.C b/src/mathed/InsetMathDim.cpp similarity index 100% rename from src/mathed/InsetMathDim.C rename to src/mathed/InsetMathDim.cpp diff --git a/src/mathed/InsetMathDots.C b/src/mathed/InsetMathDots.cpp similarity index 100% rename from src/mathed/InsetMathDots.C rename to src/mathed/InsetMathDots.cpp diff --git a/src/mathed/InsetMathEnv.C b/src/mathed/InsetMathEnv.cpp similarity index 100% rename from src/mathed/InsetMathEnv.C rename to src/mathed/InsetMathEnv.cpp diff --git a/src/mathed/InsetMathExFunc.C b/src/mathed/InsetMathExFunc.cpp similarity index 100% rename from src/mathed/InsetMathExFunc.C rename to src/mathed/InsetMathExFunc.cpp diff --git a/src/mathed/InsetMathExInt.C b/src/mathed/InsetMathExInt.cpp similarity index 100% rename from src/mathed/InsetMathExInt.C rename to src/mathed/InsetMathExInt.cpp diff --git a/src/mathed/InsetMathFBox.C b/src/mathed/InsetMathFBox.cpp similarity index 100% rename from src/mathed/InsetMathFBox.C rename to src/mathed/InsetMathFBox.cpp diff --git a/src/mathed/InsetMathFont.C b/src/mathed/InsetMathFont.cpp similarity index 100% rename from src/mathed/InsetMathFont.C rename to src/mathed/InsetMathFont.cpp diff --git a/src/mathed/InsetMathFontOld.C b/src/mathed/InsetMathFontOld.cpp similarity index 100% rename from src/mathed/InsetMathFontOld.C rename to src/mathed/InsetMathFontOld.cpp diff --git a/src/mathed/InsetMathFrac.C b/src/mathed/InsetMathFrac.cpp similarity index 100% rename from src/mathed/InsetMathFrac.C rename to src/mathed/InsetMathFrac.cpp diff --git a/src/mathed/InsetMathFracBase.C b/src/mathed/InsetMathFracBase.cpp similarity index 100% rename from src/mathed/InsetMathFracBase.C rename to src/mathed/InsetMathFracBase.cpp diff --git a/src/mathed/InsetMathFrameBox.C b/src/mathed/InsetMathFrameBox.cpp similarity index 100% rename from src/mathed/InsetMathFrameBox.C rename to src/mathed/InsetMathFrameBox.cpp diff --git a/src/mathed/InsetMathGrid.C b/src/mathed/InsetMathGrid.cpp similarity index 100% rename from src/mathed/InsetMathGrid.C rename to src/mathed/InsetMathGrid.cpp diff --git a/src/mathed/InsetMathHull.C b/src/mathed/InsetMathHull.cpp similarity index 100% rename from src/mathed/InsetMathHull.C rename to src/mathed/InsetMathHull.cpp diff --git a/src/mathed/InsetMathKern.C b/src/mathed/InsetMathKern.cpp similarity index 100% rename from src/mathed/InsetMathKern.C rename to src/mathed/InsetMathKern.cpp diff --git a/src/mathed/InsetMathLefteqn.C b/src/mathed/InsetMathLefteqn.cpp similarity index 100% rename from src/mathed/InsetMathLefteqn.C rename to src/mathed/InsetMathLefteqn.cpp diff --git a/src/mathed/InsetMathLim.C b/src/mathed/InsetMathLim.cpp similarity index 100% rename from src/mathed/InsetMathLim.C rename to src/mathed/InsetMathLim.cpp diff --git a/src/mathed/InsetMathMBox.C b/src/mathed/InsetMathMBox.cpp similarity index 100% rename from src/mathed/InsetMathMBox.C rename to src/mathed/InsetMathMBox.cpp diff --git a/src/mathed/InsetMathMacro.C b/src/mathed/InsetMathMacro.cpp similarity index 100% rename from src/mathed/InsetMathMacro.C rename to src/mathed/InsetMathMacro.cpp diff --git a/src/mathed/InsetMathMakebox.C b/src/mathed/InsetMathMakebox.cpp similarity index 100% rename from src/mathed/InsetMathMakebox.C rename to src/mathed/InsetMathMakebox.cpp diff --git a/src/mathed/InsetMathMatrix.C b/src/mathed/InsetMathMatrix.cpp similarity index 100% rename from src/mathed/InsetMathMatrix.C rename to src/mathed/InsetMathMatrix.cpp diff --git a/src/mathed/InsetMathNest.C b/src/mathed/InsetMathNest.cpp similarity index 100% rename from src/mathed/InsetMathNest.C rename to src/mathed/InsetMathNest.cpp diff --git a/src/mathed/InsetMathNumber.C b/src/mathed/InsetMathNumber.cpp similarity index 100% rename from src/mathed/InsetMathNumber.C rename to src/mathed/InsetMathNumber.cpp diff --git a/src/mathed/InsetMathOverset.C b/src/mathed/InsetMathOverset.cpp similarity index 100% rename from src/mathed/InsetMathOverset.C rename to src/mathed/InsetMathOverset.cpp diff --git a/src/mathed/InsetMathPar.C b/src/mathed/InsetMathPar.cpp similarity index 100% rename from src/mathed/InsetMathPar.C rename to src/mathed/InsetMathPar.cpp diff --git a/src/mathed/InsetMathPhantom.C b/src/mathed/InsetMathPhantom.cpp similarity index 100% rename from src/mathed/InsetMathPhantom.C rename to src/mathed/InsetMathPhantom.cpp diff --git a/src/mathed/InsetMathRef.C b/src/mathed/InsetMathRef.cpp similarity index 100% rename from src/mathed/InsetMathRef.C rename to src/mathed/InsetMathRef.cpp diff --git a/src/mathed/InsetMathRoot.C b/src/mathed/InsetMathRoot.cpp similarity index 100% rename from src/mathed/InsetMathRoot.C rename to src/mathed/InsetMathRoot.cpp diff --git a/src/mathed/InsetMathScript.C b/src/mathed/InsetMathScript.cpp similarity index 100% rename from src/mathed/InsetMathScript.C rename to src/mathed/InsetMathScript.cpp diff --git a/src/mathed/InsetMathSize.C b/src/mathed/InsetMathSize.cpp similarity index 100% rename from src/mathed/InsetMathSize.C rename to src/mathed/InsetMathSize.cpp diff --git a/src/mathed/InsetMathSpace.C b/src/mathed/InsetMathSpace.cpp similarity index 100% rename from src/mathed/InsetMathSpace.C rename to src/mathed/InsetMathSpace.cpp diff --git a/src/mathed/InsetMathSplit.C b/src/mathed/InsetMathSplit.cpp similarity index 100% rename from src/mathed/InsetMathSplit.C rename to src/mathed/InsetMathSplit.cpp diff --git a/src/mathed/InsetMathSqrt.C b/src/mathed/InsetMathSqrt.cpp similarity index 100% rename from src/mathed/InsetMathSqrt.C rename to src/mathed/InsetMathSqrt.cpp diff --git a/src/mathed/InsetMathStackrel.C b/src/mathed/InsetMathStackrel.cpp similarity index 100% rename from src/mathed/InsetMathStackrel.C rename to src/mathed/InsetMathStackrel.cpp diff --git a/src/mathed/InsetMathString.C b/src/mathed/InsetMathString.cpp similarity index 100% rename from src/mathed/InsetMathString.C rename to src/mathed/InsetMathString.cpp diff --git a/src/mathed/InsetMathSubstack.C b/src/mathed/InsetMathSubstack.cpp similarity index 100% rename from src/mathed/InsetMathSubstack.C rename to src/mathed/InsetMathSubstack.cpp diff --git a/src/mathed/InsetMathSymbol.C b/src/mathed/InsetMathSymbol.cpp similarity index 100% rename from src/mathed/InsetMathSymbol.C rename to src/mathed/InsetMathSymbol.cpp diff --git a/src/mathed/InsetMathTFrac.C b/src/mathed/InsetMathTFrac.cpp similarity index 100% rename from src/mathed/InsetMathTFrac.C rename to src/mathed/InsetMathTFrac.cpp diff --git a/src/mathed/InsetMathTabular.C b/src/mathed/InsetMathTabular.cpp similarity index 100% rename from src/mathed/InsetMathTabular.C rename to src/mathed/InsetMathTabular.cpp diff --git a/src/mathed/InsetMathUnderset.C b/src/mathed/InsetMathUnderset.cpp similarity index 100% rename from src/mathed/InsetMathUnderset.C rename to src/mathed/InsetMathUnderset.cpp diff --git a/src/mathed/InsetMathUnknown.C b/src/mathed/InsetMathUnknown.cpp similarity index 100% rename from src/mathed/InsetMathUnknown.C rename to src/mathed/InsetMathUnknown.cpp diff --git a/src/mathed/InsetMathXArrow.C b/src/mathed/InsetMathXArrow.cpp similarity index 100% rename from src/mathed/InsetMathXArrow.C rename to src/mathed/InsetMathXArrow.cpp diff --git a/src/mathed/InsetMathXYArrow.C b/src/mathed/InsetMathXYArrow.cpp similarity index 100% rename from src/mathed/InsetMathXYArrow.C rename to src/mathed/InsetMathXYArrow.cpp diff --git a/src/mathed/InsetMathXYMatrix.C b/src/mathed/InsetMathXYMatrix.cpp similarity index 100% rename from src/mathed/InsetMathXYMatrix.C rename to src/mathed/InsetMathXYMatrix.cpp diff --git a/src/mathed/MathAtom.C b/src/mathed/MathAtom.cpp similarity index 100% rename from src/mathed/MathAtom.C rename to src/mathed/MathAtom.cpp diff --git a/src/mathed/MathAutoCorrect.C b/src/mathed/MathAutoCorrect.cpp similarity index 100% rename from src/mathed/MathAutoCorrect.C rename to src/mathed/MathAutoCorrect.cpp diff --git a/src/mathed/MathData.C b/src/mathed/MathData.cpp similarity index 100% rename from src/mathed/MathData.C rename to src/mathed/MathData.cpp diff --git a/src/mathed/MathExtern.C b/src/mathed/MathExtern.cpp similarity index 100% rename from src/mathed/MathExtern.C rename to src/mathed/MathExtern.cpp diff --git a/src/mathed/MathFactory.C b/src/mathed/MathFactory.cpp similarity index 100% rename from src/mathed/MathFactory.C rename to src/mathed/MathFactory.cpp diff --git a/src/mathed/MathMacroArgument.C b/src/mathed/MathMacroArgument.cpp similarity index 100% rename from src/mathed/MathMacroArgument.C rename to src/mathed/MathMacroArgument.cpp diff --git a/src/mathed/MathMacroTable.C b/src/mathed/MathMacroTable.cpp similarity index 100% rename from src/mathed/MathMacroTable.C rename to src/mathed/MathMacroTable.cpp diff --git a/src/mathed/MathMacroTemplate.C b/src/mathed/MathMacroTemplate.cpp similarity index 100% rename from src/mathed/MathMacroTemplate.C rename to src/mathed/MathMacroTemplate.cpp diff --git a/src/mathed/MathParser.C b/src/mathed/MathParser.cpp similarity index 100% rename from src/mathed/MathParser.C rename to src/mathed/MathParser.cpp diff --git a/src/mathed/MathStream.C b/src/mathed/MathStream.cpp similarity index 100% rename from src/mathed/MathStream.C rename to src/mathed/MathStream.cpp diff --git a/src/mathed/MathSupport.C b/src/mathed/MathSupport.cpp similarity index 100% rename from src/mathed/MathSupport.C rename to src/mathed/MathSupport.cpp diff --git a/src/mathed/TextPainter.C b/src/mathed/TextPainter.cpp similarity index 100% rename from src/mathed/TextPainter.C rename to src/mathed/TextPainter.cpp -- 2.39.2