Fix typos

Change-Id: I7b2347682cd5f0c625b0bc35b4f73e259262cc52
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173461
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini
2024-09-16 17:31:53 +02:00
committed by Julien Nabet
parent 6e76e8a210
commit ada8843ec8
5 changed files with 5 additions and 5 deletions

View File

@@ -38,7 +38,7 @@
#include <rtl/ref.hxx> #include <rtl/ref.hxx>
#include <vector> #include <vector>
// forward declaractions // forward declarations
namespace xforms namespace xforms
{ {
class Model; class Model;

View File

@@ -22,7 +22,7 @@
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Reference.hxx>
// forward declaractions // forward declarations
namespace com::sun::star namespace com::sun::star
{ {
namespace xml namespace xml

View File

@@ -31,7 +31,7 @@
#include <map> #include <map>
// forward declaractions // forward declarations
namespace com::sun::star namespace com::sun::star
{ {
namespace xml::dom { class XDocument; } namespace xml::dom { class XDocument; }

View File

@@ -23,7 +23,7 @@
#include <vector> #include <vector>
// forward declaractions // forward declarations
namespace com::sun::star::xml::dom namespace com::sun::star::xml::dom
{ {
class XNodeList; class XNodeList;

View File

@@ -30,7 +30,7 @@
#include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/uno/Sequence.hxx>
#include "computedexpression.hxx" #include "computedexpression.hxx"
// forward declaractions // forward declarations
namespace com::sun::star { namespace com::sun::star {
namespace xforms { class XModel; } namespace xforms { class XModel; }
namespace uno { class Any; } namespace uno { class Any; }