diff --git a/forms/source/xforms/binding.hxx b/forms/source/xforms/binding.hxx index 76b478b944a4..70cf81e4468d 100644 --- a/forms/source/xforms/binding.hxx +++ b/forms/source/xforms/binding.hxx @@ -38,7 +38,7 @@ #include #include -// forward declaractions +// forward declarations namespace xforms { class Model; diff --git a/forms/source/xforms/computedexpression.hxx b/forms/source/xforms/computedexpression.hxx index 17f39cd21aa2..0f650b50583a 100644 --- a/forms/source/xforms/computedexpression.hxx +++ b/forms/source/xforms/computedexpression.hxx @@ -22,7 +22,7 @@ #include #include -// forward declaractions +// forward declarations namespace com::sun::star { namespace xml diff --git a/forms/source/xforms/model.hxx b/forms/source/xforms/model.hxx index db5234b5cc39..94d3f3e052fe 100644 --- a/forms/source/xforms/model.hxx +++ b/forms/source/xforms/model.hxx @@ -31,7 +31,7 @@ #include -// forward declaractions +// forward declarations namespace com::sun::star { namespace xml::dom { class XDocument; } diff --git a/forms/source/xforms/pathexpression.hxx b/forms/source/xforms/pathexpression.hxx index 31923016022b..b26325b9cddf 100644 --- a/forms/source/xforms/pathexpression.hxx +++ b/forms/source/xforms/pathexpression.hxx @@ -23,7 +23,7 @@ #include -// forward declaractions +// forward declarations namespace com::sun::star::xml::dom { class XNodeList; diff --git a/forms/source/xforms/submission.hxx b/forms/source/xforms/submission.hxx index b8f7fb11d87e..cf6ec8402720 100644 --- a/forms/source/xforms/submission.hxx +++ b/forms/source/xforms/submission.hxx @@ -30,7 +30,7 @@ #include #include "computedexpression.hxx" -// forward declaractions +// forward declarations namespace com::sun::star { namespace xforms { class XModel; } namespace uno { class Any; }