summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-12-29 00:35:10 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-12-29 09:56:34 +0100
commita2ef65b09da20aa1d0c15b883a58056df2dbad6b (patch)
treea52d189d8b2a0eedfdf7fd126736af49ef9d3624 /include
parentd0222ba1fd7617b793e1e513247b11a82eb22f4e (diff)
Fix typos
Change-Id: I0e56430afa65b6b5826d56212ac501c0244fce9b Reviewed-on: https://gerrit.libreoffice.org/47145 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r--include/rtl/uuid.h2
-rw-r--r--include/sfx2/docmacromode.hxx2
-rw-r--r--include/svx/fmdpage.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/rtl/uuid.h b/include/rtl/uuid.h
index 4e7089bee9e6..61fd8461e959 100644
--- a/include/rtl/uuid.h
+++ b/include/rtl/uuid.h
@@ -111,7 +111,7 @@ SAL_DLLPUBLIC sal_Int32 SAL_CALL rtl_compareUuid(
@param pTargetUUID pointer to at least 16 bytes of memory. After the call
it contains the newly generated uuid in network byte order.
@param pNameSpaceUUID The namespace uuid. Below are some predefined ones,
- but any arbitray uuid can be used as namespace.
+ but any arbitrary uuid can be used as namespace.
@param pName the name
*/
diff --git a/include/sfx2/docmacromode.hxx b/include/sfx2/docmacromode.hxx
index 80065d4ad016..f043e36a26d3 100644
--- a/include/sfx2/docmacromode.hxx
+++ b/include/sfx2/docmacromode.hxx
@@ -103,7 +103,7 @@ namespace sfx2
/** checks whether the document's storage contains sub storages with macros or scripts
- A default implementation of this method will simply cann DocumentMacroMode::storageHasMacros
+ A default implementation of this method will simply call DocumentMacroMode::storageHasMacros
with the document's root storage. However, there might be document types where this
isn't sufficient (e.g. database documents which contain sub documents which can also
contain macro/script storages).
diff --git a/include/svx/fmdpage.hxx b/include/svx/fmdpage.hxx
index 8cc790eb4983..152f862086af 100644
--- a/include/svx/fmdpage.hxx
+++ b/include/svx/fmdpage.hxx
@@ -32,7 +32,7 @@ class SVX_DLLPUBLIC SvxFmDrawPage :public SvxDrawPage
{
protected:
- // Creating a SdrObject based on a Description. Cann be used by derived classes to
+ // Creating a SdrObject based on a Description. Can be used by derived classes to
// support own css::drawing::Shapes (for example Controls)
virtual SdrObject *CreateSdrObject_( const css::uno::Reference< css::drawing::XShape > & xShape ) override;