summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Laplante <mostthingsweb@gmail.com>2014-05-14 14:15:38 -0400
committerThomas Arnhold <thomas@arnhold.org>2014-05-17 12:38:38 +0000
commit3c1e30b77df4f34c4954bff37a08439ace7f2434 (patch)
treea5231657e37e3b2efb2ba438c43561bf5f27649c /include
parentf62de9113a4866f7152acbe0e8221c594b7a7b68 (diff)
Correct common misspellings, and remove some ASCII art along the way.
Change-Id: I42787db31769e8bde984c5f4f0aa90335e889b1c Reviewed-on: https://gerrit.libreoffice.org/9356 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Diffstat (limited to 'include')
-rw-r--r--include/osl/file.h2
-rw-r--r--include/osl/file.hxx2
-rw-r--r--include/rtl/textenc.h2
-rw-r--r--include/sfx2/viewsh.hxx4
-rw-r--r--include/svl/filerec.hxx2
-rw-r--r--include/vcl/pdfwriter.hxx2
-rw-r--r--include/vcl/svapp.hxx4
7 files changed, 10 insertions, 8 deletions
diff --git a/include/osl/file.h b/include/osl/file.h
index cf1d61f4ebe6..c00a302a5c7d 100644
--- a/include/osl/file.h
+++ b/include/osl/file.h
@@ -323,7 +323,7 @@ SAL_DLLPUBLIC oslFileError SAL_CALL osl_releaseDirectoryItem(
@return
sal_True: if the items point to an identical resource<br>
- sal_False: if the items point to a different resource, or a fatal error occured<br>
+ sal_False: if the items point to a different resource, or a fatal error occurred<br>
@see osl_getDirectoryItem()
diff --git a/include/osl/file.hxx b/include/osl/file.hxx
index 7dfafdcb2793..1e600e78ca80 100644
--- a/include/osl/file.hxx
+++ b/include/osl/file.hxx
@@ -1587,7 +1587,7 @@ public:
@return
true: if the items point to an identical resource<br>
- false: if the items point to a different resource, or a fatal error occured<br>
+ false: if the items point to a different resource, or a fatal error occurred<br>
@see osl_getDirectoryItem()
diff --git a/include/rtl/textenc.h b/include/rtl/textenc.h
index ba17f6841979..72c9b2cc5306 100644
--- a/include/rtl/textenc.h
+++ b/include/rtl/textenc.h
@@ -240,7 +240,7 @@ Western (Apple Macintosh/Icelandic) RTL_TEXTENCODING_APPLE_ICELAND
Western (ASCII/US) RTL_TEXTENCODING_ASCII_US
Western (DOS/OS2-437/US) RTL_TEXTENCODING_IBM_437
Western (DOS/OS2-850/International) RTL_TEXTENCODING_IBM_850
-Western (DOS/OS2-860/Portugese) RTL_TEXTENCODING_IBM_860
+Western (DOS/OS2-860/Portuguese) RTL_TEXTENCODING_IBM_860
Western (DOS/OS2-861/Icelandic) RTL_TEXTENCODING_IBM_861
Western (DOS/OS2-863/Canadian-French) RTL_TEXTENCODING_IBM_863
Western (DOS/OS2-865/Nordic) RTL_TEXTENCODING_IBM_865
diff --git a/include/sfx2/viewsh.hxx b/include/sfx2/viewsh.hxx
index a8c3c3214a25..13eb515e9016 100644
--- a/include/sfx2/viewsh.hxx
+++ b/include/sfx2/viewsh.hxx
@@ -232,6 +232,7 @@ public:
virtual void QueryObjAreaPixel( Rectangle& rRect ) const;
virtual SfxObjectShell* GetObjectShell() SAL_OVERRIDE;
+
/** retrieves the document which shall be considered the "current document" when the frame is active
The default implementation simply returns the XModel of the associated SfxObjectShell. You will rarely
@@ -239,6 +240,7 @@ public:
*/
virtual ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >
GetCurrentDocument() const;
+
/** forwards the current document, as returned by ->GetCurrentDocument, to SfxObjectShell::SetWorkingDocument
*/
void SetCurrentDocument() const;
@@ -316,7 +318,7 @@ inline void SfxViewShell::LostFocus() const
[Note]
- <StarView> unfortunatly does not provide the possibility to define
+ <StarView> unfortunately does not provide the possibility to define
such events 'from the side'.
*/
diff --git a/include/svl/filerec.hxx b/include/svl/filerec.hxx
index 321dd44f22d0..68729bb07011 100644
--- a/include/svl/filerec.hxx
+++ b/include/svl/filerec.hxx
@@ -753,7 +753,7 @@ inline void SfxMultiFixRecordWriter::NewContent()
}
/**
- * Creates a SfxMultiMixRecord in the given stream with a seperate tags and
+ * Creates a SfxMultiMixRecord in the given stream with a separate tags and
* versions of its content parts. The sizes of each part are calculated
* automatically.
*
diff --git a/include/vcl/pdfwriter.hxx b/include/vcl/pdfwriter.hxx
index 65b368328ee9..d4b6e9014503 100644
--- a/include/vcl/pdfwriter.hxx
+++ b/include/vcl/pdfwriter.hxx
@@ -1109,7 +1109,7 @@ The following structure describes the permissions used in PDF security
EndStructureElement for it. Best think of the structure
tree as a stack.
- Note: there is always one structural element in existance without having
+ Note: there is always one structural element in existence without having
called BeginStructureElement; this is the root of the structure
tree (called StructTreeRoot). The StructTreeRoot has always the id 0.
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx
index b08316c0000b..3509c6225f3d 100644
--- a/include/vcl/svapp.hxx
+++ b/include/vcl/svapp.hxx
@@ -924,7 +924,7 @@ public:
static css::uno::Reference< css::awt::XDisplayConnection > GetDisplayConnection();
/** @deprecated AppEvent is used only in the Desktop class now. However, it is
- intended to notify the application that an event has occured. It was in oldsv.cxx,
+ intended to notify the application that an event has occurred. It was in oldsv.cxx,
but is still needed by a number of functions.
@param rAppEvent const reference to ApplicationEvent event
@@ -1093,7 +1093,7 @@ public:
*/
static Rectangle GetScreenPosSizePixel( unsigned int nScreen );
- /** Determines if the screens that make up a display are seperate or
+ /** Determines if the screens that make up a display are separate or
form one large display area.
@returns true when screens form up one large display area windows can be