summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-29 16:56:44 +0200
committerAndras Timar <andras.timar@collabora.com>2015-06-30 15:57:12 +0000
commit1a8915ef8302b13b781977209ae1fa41f5f659dc (patch)
treee9215b569101c82e3e94dee17f38b5a1a9f5b3f9 /include
parentf82e6424075cbc5f4a3766f5f6e28314c249f3f0 (diff)
Fix typos
Change-Id: I1c5e4970d4e90bdea68a901294594104de5e189e Reviewed-on: https://gerrit.libreoffice.org/16582 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/framework/preventduplicateinteraction.hxx2
-rw-r--r--include/osl/socket_decl.hxx2
-rw-r--r--include/svtools/genericunodialog.hxx2
-rw-r--r--include/svx/svdmrkv.hxx2
-rw-r--r--include/vcl/pdfwriter.hxx2
-rw-r--r--include/xmloff/xmlevent.hxx2
6 files changed, 6 insertions, 6 deletions
diff --git a/include/framework/preventduplicateinteraction.hxx b/include/framework/preventduplicateinteraction.hxx
index bfc9ff6f9102..449e07eb8203 100644
--- a/include/framework/preventduplicateinteraction.hxx
+++ b/include/framework/preventduplicateinteraction.hxx
@@ -55,7 +55,7 @@ class FWE_DLLPUBLIC PreventDuplicateInteraction : private ThreadHelpBase2
,public ::cppu::WeakImplHelper1< css::task::XInteractionHandler2 >
{
- // structs, types etcp.
+ // structs, types etc.
public:
struct InteractionInfo
diff --git a/include/osl/socket_decl.hxx b/include/osl/socket_decl.hxx
index ae700c47453c..2d06f3fea37f 100644
--- a/include/osl/socket_decl.hxx
+++ b/include/osl/socket_decl.hxx
@@ -99,7 +99,7 @@ namespace osl
inline bool SAL_CALL setPort( sal_Int32 nPort );
/** Sets the address of the underlying socket address struct in network byte order.
- @return true on success, false signales falure.
+ @return true on success, false signales failure.
*/
inline bool SAL_CALL setAddr( const ::rtl::ByteSequence & address );
diff --git a/include/svtools/genericunodialog.hxx b/include/svtools/genericunodialog.hxx
index 072516f3d5ce..29832e2f7bef 100644
--- a/include/svtools/genericunodialog.hxx
+++ b/include/svtools/genericunodialog.hxx
@@ -138,7 +138,7 @@ namespace svt
/** smaller form of <method>initialize</method>.<p/>
The <method>initialize</method> method is called with a sequence of com.sun.star.uno::Any's,
which is split up into the single elements, which are passed to implInitialize. The default implementation
- tries to exract an com.sun.star.beans::PropertyValue from the value an pass it to the
+ tries to extract an com.sun.star.beans::PropertyValue from the value an pass it to the
com.sun.star.beans::XPropertySet interface of the object.
*/
virtual void implInitialize(const com::sun::star::uno::Any& _rValue);
diff --git a/include/svx/svdmrkv.hxx b/include/svx/svdmrkv.hxx
index 8a16568ed2f1..186a33b1eacd 100644
--- a/include/svx/svdmrkv.hxx
+++ b/include/svx/svdmrkv.hxx
@@ -36,7 +36,7 @@ enum class SdrSearchOptions
WHOLEPAGE = 0x0004, /* Not just the ObjList of PageView */
TESTMARKABLE = 0x0008, /* just markable Objekte/Punkte/Handles/... */
TESTMACRO = 0x0010, /* Just objects with macro */
- TESTTEXTEDIT = 0x0020, /* Just TextEdit-enabed objects */
+ TESTTEXTEDIT = 0x0020, /* Just TextEdit-enabled objects */
WITHTEXT = 0x0040, /* Just objects with text */
TESTTEXTAREA = 0x0080, /* The textarea of objects with text (TextEditHit) */
BACKWARD = 0x0100, /* Backwards search */
diff --git a/include/vcl/pdfwriter.hxx b/include/vcl/pdfwriter.hxx
index 05679575d125..7c01cfa85632 100644
--- a/include/vcl/pdfwriter.hxx
+++ b/include/vcl/pdfwriter.hxx
@@ -1286,7 +1286,7 @@ The following structure describes the permissions used in PDF security
the interface to the additional stream
@param bCompress
- specifies whether the stream should be flate encoded by PDFWriter or not
+ specifies whether the stream should be flat encoded by PDFWriter or not
*/
void AddStream( const OUString& rMimeType, PDFOutputStream* pStream, bool bCompress );
diff --git a/include/xmloff/xmlevent.hxx b/include/xmloff/xmlevent.hxx
index 261c89a5715a..d3acf0eff261 100644
--- a/include/xmloff/xmlevent.hxx
+++ b/include/xmloff/xmlevent.hxx
@@ -111,7 +111,7 @@ public:
*
* The factory has to create an import context for a <script:event>
* element. The context has to call the
- * EventsImportContext::AddEventValues() method to fave its event
+ * EventsImportContext::AddEventValues() method to save its event
* registered with the enclosing element. For events consisting only
* of attributes (and an empty element) an easy solution is to handle
* all attributes in the CreateContext()-method and return a default