summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/ucbhelper/interceptedinteraction.hxx2
-rw-r--r--include/unotools/mediadescriptor.hxx2
-rw-r--r--include/vcl/uitest/uiobject.hxx2
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java2
-rw-r--r--offapi/com/sun/star/awt/UnoControlFixedTextModel.idl2
-rw-r--r--offapi/com/sun/star/text/AccessibleParagraphView.idl2
-rw-r--r--offapi/com/sun/star/ui/XAcceleratorConfiguration.idl4
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Common.xcs2
-rw-r--r--officecfg/registry/schema/org/openoffice/Setup.xcs2
-rw-r--r--officecfg/util/AcceleratorKeyChecker.fodt4
-rw-r--r--opencl/inc/opencl_device_selection.h2
-rw-r--r--pyuno/GeneratedPackage_python-core.mk2
-rw-r--r--pyuno/README2
-rw-r--r--sal/qa/osl/file/osl_File.cxx2
-rw-r--r--sal/qa/osl/pipe/osl_Pipe.cxx2
-rw-r--r--sc/inc/address.hxx2
-rw-r--r--sc/qa/unit/mark_test.cxx2
-rw-r--r--sc/source/core/data/markmulti.cxx2
-rw-r--r--sc/source/core/tool/interpr4.cxx2
-rw-r--r--sc/source/ui/vba/vbaapplication.cxx2
20 files changed, 22 insertions, 22 deletions
diff --git a/include/ucbhelper/interceptedinteraction.hxx b/include/ucbhelper/interceptedinteraction.hxx
index 3bc55dfa8766..72d6bd380243 100644
--- a/include/ucbhelper/interceptedinteraction.hxx
+++ b/include/ucbhelper/interceptedinteraction.hxx
@@ -64,7 +64,7 @@ class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper
css::uno::Type Continuation;
- /** @short its an unique identifier, which must be managed by the outside code.
+ /** @short it's an unique identifier, which must be managed by the outside code.
@descr If there is a derived class, which overwrites the InterceptedInteraction::intercepted()
method, it will be called with a reference to an InterceptedRequest struct.
diff --git a/include/unotools/mediadescriptor.hxx b/include/unotools/mediadescriptor.hxx
index 56b5b348e5a9..26f68cc6f855 100644
--- a/include/unotools/mediadescriptor.hxx
+++ b/include/unotools/mediadescriptor.hxx
@@ -287,7 +287,7 @@ class UNOTOOLS_DLLPUBLIC MediaDescriptor : public comphelper::SequenceAsHashMap
/** @short tries to open a stream by using the given URL.
@descr First it tries to open the content in r/w mode (if its
- allowed to do so). Only in case its not allowed or it failed
+ allowed to do so). Only in case it's not allowed or it failed
the stream will be tried to open in readonly mode.
The MediaDescriptor itself is changed inside this method.
diff --git a/include/vcl/uitest/uiobject.hxx b/include/vcl/uitest/uiobject.hxx
index 81ce29742193..f2eae6e24023 100644
--- a/include/vcl/uitest/uiobject.hxx
+++ b/include/vcl/uitest/uiobject.hxx
@@ -73,7 +73,7 @@ public:
virtual std::unique_ptr<UIObject> get_child(const OUString& rID);
/**
- * Returns a set containing all decendants of the object.
+ * Returns a set containing all descendants of the object.
*/
virtual std::set<OUString> get_children() const;
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java
index c5334f892ed1..43b3d9851412 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java
@@ -359,7 +359,7 @@ public class DocumentView extends JFrame
/**
* callback from our internal saved frame
- * which wish to die. Its not necessary to remove listener connections
+ * which wish to die. It's not necessary to remove listener connections
* here. Because the broadcaster do it automatically.
* We have to release all references to him only.
*
diff --git a/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl b/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl
index ed9a941448bd..a5cbe7f14682 100644
--- a/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl
@@ -138,7 +138,7 @@ published service UnoControlFixedTextModel
//-------------------------------------------------------------------------
- /** supresses automatic accelerator assignment on this control.
+ /** suppresses automatic accelerator assignment on this control.
@since OOo 2.4
*/
diff --git a/offapi/com/sun/star/text/AccessibleParagraphView.idl b/offapi/com/sun/star/text/AccessibleParagraphView.idl
index acf98c9ce901..5f9482739a09 100644
--- a/offapi/com/sun/star/text/AccessibleParagraphView.idl
+++ b/offapi/com/sun/star/text/AccessibleParagraphView.idl
@@ -113,7 +113,7 @@ service AccessibleParagraphView
::com::sun::star::style::CharacterProperties. For
properties that have Asian and complex counterparts, the value that
is visible is returned. This can be in fact the western, Asian or
- complex value. Its not possible to change the value of any property
+ complex value. It's not possible to change the value of any property
by using
::com::sun::star::accessibility::XAccessibleEditableText::setAttributes().
<p><em>TODO: If there is a demand, some attributes might be added that
diff --git a/offapi/com/sun/star/ui/XAcceleratorConfiguration.idl b/offapi/com/sun/star/ui/XAcceleratorConfiguration.idl
index 9a88b6094f44..591d3d5082d6 100644
--- a/offapi/com/sun/star/ui/XAcceleratorConfiguration.idl
+++ b/offapi/com/sun/star/ui/XAcceleratorConfiguration.idl
@@ -130,7 +130,7 @@ interface XAcceleratorConfiguration
@throws ::com::sun::star::lang::IllegalArgumentException
if the key event isn't a valid one. Commands can be
checked only, if they are empty. Because every URL schema can be used
- by commands in general, so its not possible to validate it.
+ by commands in general, so it's not possible to validate it.
*/
void setKeyEvent( [in] com::sun::star::awt::KeyEvent aKeyEvent,
[in] string sCommand )
@@ -193,7 +193,7 @@ interface XAcceleratorConfiguration
This internal selection can't be influenced from outside.
</p>
- @attention Because its not defined, that any command (e.g. configured inside a menu)
+ @attention Because it's not defined, that any command (e.g. configured inside a menu)
must have an accelerator - we can't reject the call if at least one command
does not occur inside this configuration set ...
We handle it more gracefully - and return an empty item instead of throwing
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index dd3f6a562be9..c8c7720a2a3c 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -5675,7 +5675,7 @@
</prop>
<prop oor:name="SelectedOpenCLDeviceIdentifier" oor:type="xs:string" oor:nillable="false">
<info>
- <desc>A string identifying the OpenCL device that was successfully selected and passed the OpenCL calculation tests. The syntax of this value is purposedly not documented. For LibreOffice internal use only, do not inspect this value or try to modify it from any level of user code.</desc>
+ <desc>A string identifying the OpenCL device that was successfully selected and passed the OpenCL calculation tests. The syntax of this value is purposely not documented. For LibreOffice internal use only, do not inspect this value or try to modify it from any level of user code.</desc>
</info>
<value>none</value>
</prop>
diff --git a/officecfg/registry/schema/org/openoffice/Setup.xcs b/officecfg/registry/schema/org/openoffice/Setup.xcs
index 0b3ee4ec4428..3eecf9728b4c 100644
--- a/officecfg/registry/schema/org/openoffice/Setup.xcs
+++ b/officecfg/registry/schema/org/openoffice/Setup.xcs
@@ -138,7 +138,7 @@
<prop oor:name="ooSetupFactoryDocumentService" oor:type="xs:string">
<!-- UIHints: setup -->
<info>
- <desc>Its the service name of the document model used by this module.
+ <desc>It's the service name of the document model used by this module.
E.g. filter match against those service name.</desc>
</info>
</prop>
diff --git a/officecfg/util/AcceleratorKeyChecker.fodt b/officecfg/util/AcceleratorKeyChecker.fodt
index f6aba7ae97ff..9ad75c1af685 100644
--- a/officecfg/util/AcceleratorKeyChecker.fodt
+++ b/officecfg/util/AcceleratorKeyChecker.fodt
@@ -742,7 +742,7 @@ End Sub
<text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
</text:sequence-decls>
<text:h text:style-name="P5" text:outline-level="1">Accelerator key check</text:h>
- <text:p text:style-name="P1">This document contains some code to traverse the menus and generate a reports the contents of the main menu items and it&apos;s accelerator keys. If there is a duplicate and the menu item has a sub menu then that means that the user wont be able to reach the second menu item with the same accelerator key. Therefore it will be marked with a <text:span text:style-name="T2">red</text:span> background color. If it has the same key <text:span text:style-name="T6">but don&apos;t have a sub-menu it is marked with a </text:span><text:span text:style-name="T3">yellow</text:span><text:span text:style-name="T6"> background, this is still a problem </text:span>that should be fixed but the <text:span text:style-name="T7">problem</text:span> is just not <text:span text:style-name="T1">quite </text:span>as severe.</text:p>
+ <text:p text:style-name="P1">This document contains some code to traverse the menus and generate a reports the contents of the main menu items and it&apos;s accelerator keys. If there is a duplicate and the menu item has a sub menu then that means that the user won't be able to reach the second menu item with the same accelerator key. Therefore it will be marked with a <text:span text:style-name="T2">red</text:span> background color. If it has the same key <text:span text:style-name="T6">but don&apos;t have a sub-menu it is marked with a </text:span><text:span text:style-name="T3">yellow</text:span><text:span text:style-name="T6"> background, this is still a problem </text:span>that should be fixed but the <text:span text:style-name="T7">problem</text:span> is just not <text:span text:style-name="T1">quite </text:span>as severe.</text:p>
<text:p text:style-name="P1"><draw:control text:anchor-type="as-char" svg:y="0cm" draw:z-index="0" draw:style-name="gr1" draw:text-style-name="P11" svg:width="3.89cm" svg:height="1.324cm" draw:control="control1"/></text:p>
<text:p text:style-name="P2">If nothing happens when you press Generate report then the macros have probably been blocked for security reasons. To allow the report tobe generated you need change this setting. To do this:</text:p>
<text:list xml:id="list8718540425442089522" text:style-name="L1">
@@ -768,4 +768,4 @@ End Sub
<text:p text:style-name="P3">Of course you need to pay attention when this dialog shows up and don&apos;t <text:span text:style-name="T5">blindly </text:span>allow macros to run if you don&apos;t know where it comes from and what it does.</text:p>
</office:text>
</office:body>
-</office:document> \ No newline at end of file
+</office:document>
diff --git a/opencl/inc/opencl_device_selection.h b/opencl/inc/opencl_device_selection.h
index 543c6297a108..19202ade6824 100644
--- a/opencl/inc/opencl_device_selection.h
+++ b/opencl/inc/opencl_device_selection.h
@@ -321,7 +321,7 @@ public:
* XmlWalker main purpose is to make it easier for walking the
* parsed XML DOM tree.
*
- * It hides all the libxml2 and C -isms and makes the useage more
+ * It hides all the libxml2 and C -isms and makes the usage more
* comfortable from LO developer point of view.
*
* TODO: move to common code
diff --git a/pyuno/GeneratedPackage_python-core.mk b/pyuno/GeneratedPackage_python-core.mk
index 88cd9b9898d2..ec6123ed3921 100644
--- a/pyuno/GeneratedPackage_python-core.mk
+++ b/pyuno/GeneratedPackage_python-core.mk
@@ -12,7 +12,7 @@ $(eval $(call gb_GeneratedPackage_GeneratedPackage,python-core,$(MINGW_SYSROOT)/
# NOTE: The original code excluded *.pyc, *.py~, *.orig and *_failed . I
# assume it was just a size optimization. If their presence actually
# causes a problem, an extension of GeneratedPackage is is left as an
-# excercise for the poor misguided person who wants to cross-compile
+# exercise for the poor misguided person who wants to cross-compile
# with mingw and system python and actually use the results for
# something.
$(eval $(call gb_GeneratedPackage_add_dir,python-core,$(INSTDIR)/program/python-core-$(PYTHON_VERSION)/lib,python$(PYTHON_VERSION_MAJOR).$(PYTHON_VERSION_MINOR)))
diff --git a/pyuno/README b/pyuno/README
index 26f929a28fd8..4d88391229f1 100644
--- a/pyuno/README
+++ b/pyuno/README
@@ -13,7 +13,7 @@ that is copied to instdir and will be auto-loaded by gdb;
it provides commands like "py-bt" to get a python-level backtrace,
and "py-print" to print python variables.
-Another way to debug python code is to use pdb: edit some initalization
+Another way to debug Python code is to use pdb: edit some initialization
function to insert "import pdb; pdb.set_trace()" (somewhere so that it is
executed early), then run soffice from a terminal and a command-line python
debugger will appear where you can set python-level breakpoints.
diff --git a/sal/qa/osl/file/osl_File.cxx b/sal/qa/osl/file/osl_File.cxx
index 01a49540d23d..14922cd5e15e 100644
--- a/sal/qa/osl/file/osl_File.cxx
+++ b/sal/qa/osl/file/osl_File.cxx
@@ -3487,7 +3487,7 @@ namespace osl_File
CPPUNIT_ASSERT_MESSAGE( "test for setTime function: set access time then get it. time precision is still a problem for it cut off the nanosec.",
t_compareTime( pTV_access, pTV_current, delta ) );
#if defined(_WIN32)
- //Unfortunately there is no way to get the creation time of a file under Unix (its a Windows only feature).
+ //Unfortunately there is no way to get the creation time of a file under Unix (it's a Windows only feature).
//That means the flag osl_FileStatus_Mask_CreationTime should be deprecated under Unix.
CPPUNIT_ASSERT_MESSAGE( "test for setTime function: set creation time then get it. ",
sal_True == t_compareTime( pTV_creation, pTV_current, delta ) ) ;
diff --git a/sal/qa/osl/pipe/osl_Pipe.cxx b/sal/qa/osl/pipe/osl_Pipe.cxx
index d3510e16c9f1..543b730e05c2 100644
--- a/sal/qa/osl/pipe/osl_Pipe.cxx
+++ b/sal/qa/osl/pipe/osl_Pipe.cxx
@@ -430,7 +430,7 @@ namespace osl_Pipe
bRes = aPipe == aPipe;
aPipe.close( );
- CPPUNIT_ASSERT_MESSAGE( "#test comment#: test isEqual(), compare its self.",
+ CPPUNIT_ASSERT_MESSAGE( "#test comment#: test isEqual(), compare itself.",
bRes );
}
diff --git a/sc/inc/address.hxx b/sc/inc/address.hxx
index 3d578445e76c..63d8371d4c08 100644
--- a/sc/inc/address.hxx
+++ b/sc/inc/address.hxx
@@ -309,7 +309,7 @@ public:
/**
@param pSheetEndPos
- If given and Parse() sucessfully parsed a sheet name it returns
+ If given and Parse() successfully parsed a sheet name it returns
the end position (exclusive) behind the sheet name AND a
following sheet name separator. This independent of whether the
resulting reference is fully valid or not.
diff --git a/sc/qa/unit/mark_test.cxx b/sc/qa/unit/mark_test.cxx
index 957d5fe5b780..6c983291fd58 100644
--- a/sc/qa/unit/mark_test.cxx
+++ b/sc/qa/unit/mark_test.cxx
@@ -63,7 +63,7 @@ struct MultiMarkTestData
std::vector<MarkArrayTestData> aMarkArrays;
// To test ScMultiSel::HasOneMark()
- // Encoding : StartCol is the column to test, StartRow is the begining of the one mark,
+ // Encoding : StartCol is the column to test, StartRow is the beginning of the one mark,
// EndRow is the end of the one mark, EndCol is not used
std::vector<ScRange> aColsWithOneMark;
std::vector<SCCOL> aColsWithoutOneMark;
diff --git a/sc/source/core/data/markmulti.cxx b/sc/source/core/data/markmulti.cxx
index ea1eb5be17a9..04619862b689 100644
--- a/sc/source/core/data/markmulti.cxx
+++ b/sc/source/core/data/markmulti.cxx
@@ -256,7 +256,7 @@ void ScMultiSel::SetMarkArea( SCCOL nStartCol, SCCOL nEndCol, SCROW nStartRow, S
MapType::iterator aIter = aMultiSelContainer.end();
for ( SCCOL nColIter = nEndCol; nColIter >= nStartCol; --nColIter )
{
- // First hint is usually off, so the first emplace operation will take upto
+ // First hint is usually off, so the first emplace operation will take up to
// logarithmic in map size, all other iterations will take only constant time.
aIter = aMultiSelContainer.emplace_hint( aIter, nColIter, ScMarkArray() );
aIter->second.SetMarkArea( nStartRow, nEndRow, bMark );
diff --git a/sc/source/core/tool/interpr4.cxx b/sc/source/core/tool/interpr4.cxx
index 6bc8662e2072..6175d8725a9a 100644
--- a/sc/source/core/tool/interpr4.cxx
+++ b/sc/source/core/tool/interpr4.cxx
@@ -4471,7 +4471,7 @@ StackVar ScInterpreter::Interpret()
{
// If typed, pop token to obtain type information and
// push a plain untyped double so the result token to
- // be transfered to the formula cell result does not
+ // be transferred to the formula cell result does not
// unnecessarily duplicate the information.
if (pCur->GetDoubleType())
{
diff --git a/sc/source/ui/vba/vbaapplication.cxx b/sc/source/ui/vba/vbaapplication.cxx
index aaba52dfd372..cf2c12191738 100644
--- a/sc/source/ui/vba/vbaapplication.cxx
+++ b/sc/source/ui/vba/vbaapplication.cxx
@@ -687,7 +687,7 @@ ScVbaApplication::setCursor( sal_Int32 _cursor ) throw (uno::RuntimeException, s
}
// #TODO perhaps we should switch the return type depending of the filter
-// type, e.g. return Calc for Calc and Excel if its an imported doc
+// type, e.g. return Calc for Calc and Excel if it's an imported doc
OUString SAL_CALL
ScVbaApplication::getName() throw (uno::RuntimeException, std::exception)
{