diff options
-rw-r--r-- | include/xmloff/xmlexp.hxx | 2 | ||||
-rw-r--r-- | starmath/inc/token.hxx | 4 | ||||
-rw-r--r-- | vcl/unx/generic/dtrans/X11_clipboard.hxx | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/include/xmloff/xmlexp.hxx b/include/xmloff/xmlexp.hxx index eee53a95d91b..7ea66274bb54 100644 --- a/include/xmloff/xmlexp.hxx +++ b/include/xmloff/xmlexp.hxx @@ -134,7 +134,7 @@ class XMLOFF_DLLPUBLIC SvXMLExport : public cppu::WeakImplHelper< OUString msOrigFileName; // the original URL OUString msFilterName; OUString msImgFilterName; - std::unique_ptr<SvXMLNamespaceMap> mpNamespaceMap; // the namepspace map + std::unique_ptr<SvXMLNamespaceMap> mpNamespaceMap; // the namespace map SvXMLUnitConverter maUnitConv; // the unit converter std::unique_ptr<SvXMLNumFmtExport> mpNumExport; std::unique_ptr<ProgressBarHelper> mpProgressBarHelper; diff --git a/starmath/inc/token.hxx b/starmath/inc/token.hxx index 5b5d8e80634f..f17d527fc54c 100644 --- a/starmath/inc/token.hxx +++ b/starmath/inc/token.hxx @@ -76,7 +76,7 @@ enum SmTokenType TPRECEDESEQUAL, TSUCCEEDSEQUAL, TPRECEDESEQUIV, TSUCCEEDSEQUIV, // Order eq TLEFTARROW, TRIGHTARROW, TUPARROW, TDOWNARROW, // Arrows TDRARROW, TDLARROW, TDLRARROW, TDEF, // Double arrows, definition - TPROP, TNDIVIDES, TDIVIDES, TAPPROX, // Proportions, approximisation + TPROP, TNDIVIDES, TDIVIDES, TAPPROX, // Proportions, approximation TLESLANT, TGESLANT, TTRANSL, TTRANSR, // <= >= corresponds // Tensors TOPLUS, TOMINUS, TOTIMES, TODIVIDE, TODOT, @@ -111,7 +111,7 @@ enum SmTokenType TLANGLE, TRANGLE, TLBRACE, TRBRACE, // <x> {x} // Brackets Lines TLLINE, TRLINE, TLDLINE, TRDLINE, TMLINE, - // Differencial calculus + // Differential calculus TNABLA, TPARTIAL, TFOURIER, TLAPLACE, // Derivative, Transformation TINTD, TINT, TIINT, TIIINT, // Integral TLINT, TLLINT, TLLLINT, // Circuit integral diff --git a/vcl/unx/generic/dtrans/X11_clipboard.hxx b/vcl/unx/generic/dtrans/X11_clipboard.hxx index 4092d3f67a55..c7e8b59391cd 100644 --- a/vcl/unx/generic/dtrans/X11_clipboard.hxx +++ b/vcl/unx/generic/dtrans/X11_clipboard.hxx @@ -107,7 +107,7 @@ namespace x11 { css::uno::Reference< css::uno::XInterface > SAL_CALL X11Clipboard_createInstance( const css::uno::Reference< css::lang::XMultiServiceFactory > & xMultiServiceFactory); -} // namepspace +} // namespace #endif |