summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embedserv/source/embed/docholder.cxx2
-rw-r--r--extensions/source/propctrlr/eventhandler.cxx2
-rw-r--r--filter/qa/complex/filter/detection/typeDetection/Helper.java2
-rw-r--r--filter/source/config/cache/typedetection.hxx2
-rw-r--r--filter/source/msfilter/msdffimp.cxx4
-rw-r--r--framework/source/inc/accelerators/acceleratorcache.hxx2
-rw-r--r--framework/source/inc/loadenv/loadenv.hxx2
-rw-r--r--include/vcl/fontcharmap.hxx2
-rw-r--r--odk/examples/DevelopersGuide/Components/Thumbs/Makefile4
-rw-r--r--package/source/zippackage/ZipPackageStream.cxx2
-rw-r--r--sd/source/ui/dlg/dlgass.cxx2
-rw-r--r--sd/source/ui/view/tabcontr.cxx2
-rw-r--r--svl/source/numbers/zformat.cxx2
-rw-r--r--svx/source/form/fmsrcimp.cxx2
-rw-r--r--sw/qa/extras/uiwriter/uiwriter.cxx2
15 files changed, 17 insertions, 17 deletions
diff --git a/embedserv/source/embed/docholder.cxx b/embedserv/source/embed/docholder.cxx
index b432ab82284b..97f3ffabfc26 100644
--- a/embedserv/source/embed/docholder.cxx
+++ b/embedserv/source/embed/docholder.cxx
@@ -364,7 +364,7 @@ HRESULT DocumentHolder::InPlaceActivate(
uno::Reference< frame::XDesktop2 > xDesktop = frame::Desktop::create(comphelper::getComponentContext(m_xFactory));
xDesktop->getFrames()->append(m_xFrame);
- // determine the menuhandle to get menutitems.
+ // determine the menuhandle to get menuitems.
if(m_xLayoutManager.is()) {
uno::Reference< css::ui::XUIElement > xUIEl(
m_xLayoutManager->getElement(
diff --git a/extensions/source/propctrlr/eventhandler.cxx b/extensions/source/propctrlr/eventhandler.cxx
index ea90ad867275..d51301b47b05 100644
--- a/extensions/source/propctrlr/eventhandler.cxx
+++ b/extensions/source/propctrlr/eventhandler.cxx
@@ -1142,7 +1142,7 @@ namespace pcr
bool EventHandler::impl_filterMethod_nothrow( const EventDescription& _rEvent ) const
{
// some (control-triggered) events do not make sense for certain grid control columns. However,
- // our mechnism to retrieve control-triggered events does not know about this, so we do some
+ // our mechanism to retrieve control-triggered events does not know about this, so we do some
// late filtering here.
switch ( m_nGridColumnType )
{
diff --git a/filter/qa/complex/filter/detection/typeDetection/Helper.java b/filter/qa/complex/filter/detection/typeDetection/Helper.java
index c51e2c8941cd..4cb767e0c2b9 100644
--- a/filter/qa/complex/filter/detection/typeDetection/Helper.java
+++ b/filter/qa/complex/filter/detection/typeDetection/Helper.java
@@ -298,7 +298,7 @@ public class Helper {
return newContent;
}
- /** returns a <code>MediaDescripto</code> filled with given properties and
+ /** returns a <code>MediaDescriptor</code> filled with given properties and
* values.
* @param propNames String Array of property names
* @param values Object Array of property values
diff --git a/filter/source/config/cache/typedetection.hxx b/filter/source/config/cache/typedetection.hxx
index af9f692a8ca1..548a14343925 100644
--- a/filter/source/config/cache/typedetection.hxx
+++ b/filter/source/config/cache/typedetection.hxx
@@ -181,7 +181,7 @@ private:
/** @short check if an input stream is already part of the
- given MediaDesciptor and creates a new one if necessary.
+ given MediaDescriptor and creates a new one if necessary.
@attention This method does further something special!
<ul>
diff --git a/filter/source/msfilter/msdffimp.cxx b/filter/source/msfilter/msdffimp.cxx
index 8b2c1c3f69df..c4b367006b8f 100644
--- a/filter/source/msfilter/msdffimp.cxx
+++ b/filter/source/msfilter/msdffimp.cxx
@@ -2643,8 +2643,8 @@ void DffPropertyReader::ApplyAttributes( SvStream& rIn, SfxItemSet& rSet, DffObj
static bool bCheckShadow(false);
// #i124477# Found no reason not to set shadow, esp. since it is applied to evtl. existing text
- // and will lead to an error of in PPT someone used text and added the object shadow to the
- // object carryintg that text. I found no cases where this leads to problems (the old bugtracker
+ // and will lead to an error if in PPT someone used text and added the object shadow to the
+ // object carrying that text. I found no cases where this leads to problems (the old bugtracker
// task #160376# from sj is unfortunately no longer available). Keeping the code for now
// to allow easy fallback when this shows problems in the future
if(bCheckShadow)
diff --git a/framework/source/inc/accelerators/acceleratorcache.hxx b/framework/source/inc/accelerators/acceleratorcache.hxx
index 2f59e4f73184..c5332b1ce436 100644
--- a/framework/source/inc/accelerators/acceleratorcache.hxx
+++ b/framework/source/inc/accelerators/acceleratorcache.hxx
@@ -36,7 +36,7 @@ namespace framework
@short implements a cache for any accelerator configuration.
@descr Its implemented threadsafe, supports copy-on-write pattern
- and a flush mechansim to support concurrent access to the same
+ and a flush mechanism to support concurrent access to the same
configuration.
copy-on-write ... How? Do the following:
diff --git a/framework/source/inc/loadenv/loadenv.hxx b/framework/source/inc/loadenv/loadenv.hxx
index d8503eef37d2..b44f7ee63f6c 100644
--- a/framework/source/inc/loadenv/loadenv.hxx
+++ b/framework/source/inc/loadenv/loadenv.hxx
@@ -40,7 +40,7 @@ namespace framework {
class QuietInteraction;
-/** @short implements general mechainsm for loading documents.
+/** @short implements general mechanism for loading documents.
@descr An instance of this class can be used inside the API calls
XComponentLoader::loadComponentFromURL() and
diff --git a/include/vcl/fontcharmap.hxx b/include/vcl/fontcharmap.hxx
index b0dca542c2ee..c77ed3156870 100644
--- a/include/vcl/fontcharmap.hxx
+++ b/include/vcl/fontcharmap.hxx
@@ -66,7 +66,7 @@ public:
are inside the unicode range from cMin to cMax (inclusive).
@param cMin Lowest codepoint in range to be counted
- @param cMax Highest codepoitn in range to be counted
+ @param cMax Highest codepoint in range to be counted
@returns number of characters in the font charmap between the two
codepoints.
diff --git a/odk/examples/DevelopersGuide/Components/Thumbs/Makefile b/odk/examples/DevelopersGuide/Components/Thumbs/Makefile
index 4bcddf50463e..95adaef3d1d5 100644
--- a/odk/examples/DevelopersGuide/Components/Thumbs/Makefile
+++ b/odk/examples/DevelopersGuide/Components/Thumbs/Makefile
@@ -29,10 +29,10 @@
# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
# TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
# USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#
+#
#**************************************************************************
-# Builds the Comonent Thumbs of the Developers Guide.
+# Builds the Component Thumbs of the Developers Guide.
PRJ=../../../..
SETTINGS=$(PRJ)/settings
diff --git a/package/source/zippackage/ZipPackageStream.cxx b/package/source/zippackage/ZipPackageStream.cxx
index baa288dc9a5d..8ecb31fbc551 100644
--- a/package/source/zippackage/ZipPackageStream.cxx
+++ b/package/source/zippackage/ZipPackageStream.cxx
@@ -830,7 +830,7 @@ bool ZipPackageStream::saveChild(
{
// tdf#93553 limit to a useful amount of threads. Taking number of available
// cores and allow 4-times the amount for having the queue well filled. The
- // 2nd pparameter is the time to wait beweeen cleanups in 10th of a second.
+ // 2nd parameter is the time to wait between cleanups in 10th of a second.
// Both values may be added to the configuration settings if needed.
static sal_Int32 nAllowedThreads(std::max(std::thread::hardware_concurrency(), 1U) * 4);
rZipOut.reduceScheduledThreadsToGivenNumberOrLess(nAllowedThreads, 1);
diff --git a/sd/source/ui/dlg/dlgass.cxx b/sd/source/ui/dlg/dlgass.cxx
index 56b26bbe80e1..2ad18db1de61 100644
--- a/sd/source/ui/dlg/dlgass.cxx
+++ b/sd/source/ui/dlg/dlgass.cxx
@@ -154,7 +154,7 @@ public:
bool mbTemplatesReady;
/** Flag used to prevent nested or concurrent calls to the
- <member>UpdatePreview</memember> method. A <TRUE/> value indicates
+ <member>UpdatePreview</member> method. A <TRUE/> value indicates
that a preview update is currently active.
*/
bool mbPreviewUpdating;
diff --git a/sd/source/ui/view/tabcontr.cxx b/sd/source/ui/view/tabcontr.cxx
index e572516163da..f258d59828e6 100644
--- a/sd/source/ui/view/tabcontr.cxx
+++ b/sd/source/ui/view/tabcontr.cxx
@@ -151,7 +151,7 @@ void TabControl::StartDrag( sal_Int8, const Point& )
{
bInternalMove = true;
- // object is delete by reference mechanismn
+ // object is delete by reference mechanism
( new TabControl::TabControlTransferable( *this ) )->StartDrag( this, DND_ACTION_COPYMOVE );
}
diff --git a/svl/source/numbers/zformat.cxx b/svl/source/numbers/zformat.cxx
index 00f7b4bd6c14..935176bdca5d 100644
--- a/svl/source/numbers/zformat.cxx
+++ b/svl/source/numbers/zformat.cxx
@@ -2367,7 +2367,7 @@ bool SvNumberformat::ImpGetScientificOutput(double fNumber,
bCont = false;
}
}
- // Continure main number:
+ // Continue main number:
if ( !bCont )
{
sStr.truncate();
diff --git a/svx/source/form/fmsrcimp.cxx b/svx/source/form/fmsrcimp.cxx
index d82eb583c30b..e86d4d8d1a77 100644
--- a/svx/source/form/fmsrcimp.cxx
+++ b/svx/source/form/fmsrcimp.cxx
@@ -821,7 +821,7 @@ void FmSearchEngine::Init(const OUString& sVisibleFields)
// important: The case of the columns does not need to be exact - for instance:
// - a user created a form which works on a table, for which the driver returns a column name "COLUMN"
- // - the driver itself works case-insensitve with column names
+ // - the driver itself works case-insensitive with column names
// - a control in the form is bound to "column" - not the different case
// In such a scenario, the form and the field would work okay, but we here need to case for the different case
// explicitly
diff --git a/sw/qa/extras/uiwriter/uiwriter.cxx b/sw/qa/extras/uiwriter/uiwriter.cxx
index 58c78416aa4e..82f461038c2d 100644
--- a/sw/qa/extras/uiwriter/uiwriter.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter.cxx
@@ -3478,7 +3478,7 @@ void SwUiWriterTest::testTdf96479()
{
// Save and load cycle
// Actually not needed, but the bug symptom of a missing bookmark
- // occurred because a broken bookmar was saved and loading silently
+ // occurred because a broken bookmark was saved and loading silently
// dropped the broken bookmark!
utl::TempFile aTempFile;
save("writer8", aTempFile);