From 176715bd567758b914a8ebaa2eb8c32f9770a8c7 Mon Sep 17 00:00:00 2001 From: Bo Peng Date: Wed, 25 Apr 2007 16:12:54 +0000 Subject: [PATCH] Fix a few rename inconsistencies discovered by JMarc in insets and mathed, step 2 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17992 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/{InsetCite.cpp => InsetCitation.cpp} | 0 src/insets/{InsetCite.h => InsetCitation.h} | 0 src/insets/{InsetPageBreak.cpp => InsetPagebreak.cpp} | 0 src/insets/{InsetPageBreak.h => InsetPagebreak.h} | 0 src/mathed/{InsetMathCommand.cpp => CommandInset.cpp} | 0 src/mathed/{InsetMathCommand.h => CommandInset.h} | 0 src/mathed/{MathData.cpp => MathArray.cpp} | 0 src/mathed/{MathData.h => MathArray.h} | 0 src/mathed/{InsetMathMacro.cpp => MathMacro.cpp} | 0 src/mathed/{InsetMathMacro.h => MathMacro.h} | 0 src/mathed/{MathReplace.h => ReplaceData.h} | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename src/insets/{InsetCite.cpp => InsetCitation.cpp} (100%) rename src/insets/{InsetCite.h => InsetCitation.h} (100%) rename src/insets/{InsetPageBreak.cpp => InsetPagebreak.cpp} (100%) rename src/insets/{InsetPageBreak.h => InsetPagebreak.h} (100%) rename src/mathed/{InsetMathCommand.cpp => CommandInset.cpp} (100%) rename src/mathed/{InsetMathCommand.h => CommandInset.h} (100%) rename src/mathed/{MathData.cpp => MathArray.cpp} (100%) rename src/mathed/{MathData.h => MathArray.h} (100%) rename src/mathed/{InsetMathMacro.cpp => MathMacro.cpp} (100%) rename src/mathed/{InsetMathMacro.h => MathMacro.h} (100%) rename src/mathed/{MathReplace.h => ReplaceData.h} (100%) diff --git a/src/insets/InsetCite.cpp b/src/insets/InsetCitation.cpp similarity index 100% rename from src/insets/InsetCite.cpp rename to src/insets/InsetCitation.cpp diff --git a/src/insets/InsetCite.h b/src/insets/InsetCitation.h similarity index 100% rename from src/insets/InsetCite.h rename to src/insets/InsetCitation.h diff --git a/src/insets/InsetPageBreak.cpp b/src/insets/InsetPagebreak.cpp similarity index 100% rename from src/insets/InsetPageBreak.cpp rename to src/insets/InsetPagebreak.cpp diff --git a/src/insets/InsetPageBreak.h b/src/insets/InsetPagebreak.h similarity index 100% rename from src/insets/InsetPageBreak.h rename to src/insets/InsetPagebreak.h diff --git a/src/mathed/InsetMathCommand.cpp b/src/mathed/CommandInset.cpp similarity index 100% rename from src/mathed/InsetMathCommand.cpp rename to src/mathed/CommandInset.cpp diff --git a/src/mathed/InsetMathCommand.h b/src/mathed/CommandInset.h similarity index 100% rename from src/mathed/InsetMathCommand.h rename to src/mathed/CommandInset.h diff --git a/src/mathed/MathData.cpp b/src/mathed/MathArray.cpp similarity index 100% rename from src/mathed/MathData.cpp rename to src/mathed/MathArray.cpp diff --git a/src/mathed/MathData.h b/src/mathed/MathArray.h similarity index 100% rename from src/mathed/MathData.h rename to src/mathed/MathArray.h diff --git a/src/mathed/InsetMathMacro.cpp b/src/mathed/MathMacro.cpp similarity index 100% rename from src/mathed/InsetMathMacro.cpp rename to src/mathed/MathMacro.cpp diff --git a/src/mathed/InsetMathMacro.h b/src/mathed/MathMacro.h similarity index 100% rename from src/mathed/InsetMathMacro.h rename to src/mathed/MathMacro.h diff --git a/src/mathed/MathReplace.h b/src/mathed/ReplaceData.h similarity index 100% rename from src/mathed/MathReplace.h rename to src/mathed/ReplaceData.h -- 2.39.2