summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cui/source/dialogs/cuicharmap.cxx2
-rw-r--r--cui/source/tabpages/transfrm.cxx2
-rw-r--r--filter/source/config/cache/filtercache.cxx2
-rw-r--r--framework/inc/helper/persistentwindowstate.hxx2
-rw-r--r--include/svx/sdr/contact/viewobjectcontact.hxx2
-rw-r--r--sc/source/ui/view/gridwin4.cxx2
-rw-r--r--starmath/source/mathml/mathmlimport.cxx2
-rw-r--r--svx/source/dialog/charmap.cxx2
-rw-r--r--sw/source/core/layout/fly.cxx4
-rw-r--r--sw/source/filter/ww8/rtfattributeoutput.cxx2
-rw-r--r--sw/source/filter/xml/xmlexpit.cxx2
-rw-r--r--xmloff/source/text/txtparai.cxx2
12 files changed, 13 insertions, 13 deletions
diff --git a/cui/source/dialogs/cuicharmap.cxx b/cui/source/dialogs/cuicharmap.cxx
index 540ab1cc1c7e..860c53f99d8c 100644
--- a/cui/source/dialogs/cuicharmap.cxx
+++ b/cui/source/dialogs/cuicharmap.cxx
@@ -710,7 +710,7 @@ IMPL_LINK_NOARG(SvxCharacterMap, FontSelectHdl, weld::ComboBox&, void)
SearchCharHighlightHdl(m_xSearchSet.get());
}
- // tdf#118304 reselect current glyph to see if its still there in new font
+ // tdf#118304 reselect current glyph to see if it's still there in new font
selectCharByCode(Radix::hexadecimal);
}
diff --git a/cui/source/tabpages/transfrm.cxx b/cui/source/tabpages/transfrm.cxx
index f9396cfd6ab4..2aa7ec09539c 100644
--- a/cui/source/tabpages/transfrm.cxx
+++ b/cui/source/tabpages/transfrm.cxx
@@ -856,7 +856,7 @@ void SvxPositionSizeTabPage::Construct()
m_xTsbAutoGrowWidth->connect_toggled( LINK( this, SvxPositionSizeTabPage, ClickSizeProtectHdl ) );
m_xTsbAutoGrowHeight->connect_toggled( LINK( this, SvxPositionSizeTabPage, ClickSizeProtectHdl ) );
- // is used as flag to evaluate if its selectable
+ // is used as flag to evaluate if it's selectable
mbIgnoreAutoGrowWidth = false;
mbIgnoreAutoGrowHeight = false;
}
diff --git a/filter/source/config/cache/filtercache.cxx b/filter/source/config/cache/filtercache.cxx
index 0167bddd4f6f..6ac9791129ba 100644
--- a/filter/source/config/cache/filtercache.cxx
+++ b/filter/source/config/cache/filtercache.cxx
@@ -1014,7 +1014,7 @@ void FilterCache::impl_validateAndOptimize()
// create an optimized registration for this type to
// its set list of extensions/url pattern. If it's a "normal" type
- // set it at the end of this optimized list. But if its
+ // set it at the end of this optimized list. But if it's
// a "Preferred" one - set it to the front of this list.
// Of course multiple "Preferred" registrations can occur
// (they shouldn't - but they can!) ... Ignore it. The last
diff --git a/framework/inc/helper/persistentwindowstate.hxx b/framework/inc/helper/persistentwindowstate.hxx
index 2dd9391576df..f796a9bdcc06 100644
--- a/framework/inc/helper/persistentwindowstate.hxx
+++ b/framework/inc/helper/persistentwindowstate.hxx
@@ -39,7 +39,7 @@ namespace framework{
any external process e.g. the office bean) we save and restore the window state of it
corresponding to the document service factory. That means: one instance of this class will be
a listener on one frame which container window was created by ourself.
- We listen for frame action events and every time a component will deattached from a frame
+ We listen for frame action events and every time a component will detached from a frame
we store its current position and size to the configuration. Every time a new component is
attached to a frame first time(!) we restore this information again.
diff --git a/include/svx/sdr/contact/viewobjectcontact.hxx b/include/svx/sdr/contact/viewobjectcontact.hxx
index 7cee496afdb2..1be4cac81052 100644
--- a/include/svx/sdr/contact/viewobjectcontact.hxx
+++ b/include/svx/sdr/contact/viewobjectcontact.hxx
@@ -59,7 +59,7 @@ private:
// possible on-demand calculated GridOffset for non-linear ViewToDevice transformation (calc)
basegfx::B2DVector maGridOffset;
- // used to to detect ActionChanged() during primitive construction
+ // used to detect ActionChanged() during primitive construction
int mnActionChangedCount;
// This bool gets set when the object gets invalidated by ActionChanged() and
diff --git a/sc/source/ui/view/gridwin4.cxx b/sc/source/ui/view/gridwin4.cxx
index 5da4a54508d2..84d844882da1 100644
--- a/sc/source/ui/view/gridwin4.cxx
+++ b/sc/source/ui/view/gridwin4.cxx
@@ -738,7 +738,7 @@ void ScGridWindow::DrawContent(OutputDevice &rDevice, const ScTableInfo& rTableI
bool bInPlaceVisCursor = false;
if (bInPlaceEditing)
{
- // toggle the cursor off if its on to ensure the cursor invert
+ // toggle the cursor off if it's on to ensure the cursor invert
// background logic remains valid after the background is cleared on
// the next cursor flash
pInPlaceCrsr = pEditView->GetCursor();
diff --git a/starmath/source/mathml/mathmlimport.cxx b/starmath/source/mathml/mathmlimport.cxx
index ec3a3d75b66f..f9068548af4b 100644
--- a/starmath/source/mathml/mathmlimport.cxx
+++ b/starmath/source/mathml/mathmlimport.cxx
@@ -2293,7 +2293,7 @@ uno::Reference<xml::sax::XFastContextHandler> SmXMLRowContext_Impl::createFastCh
if (!xContext)
{
- //Hmm, unrecognized for this level, check to see if its
+ //Hmm, unrecognized for this level, check to see if it's
//an element that can have an implicit schema around it
xContext = SmXMLDocContext_Impl::createFastChildContext(nElement, xAttrList);
}
diff --git a/svx/source/dialog/charmap.cxx b/svx/source/dialog/charmap.cxx
index 5736ea26ce73..fd72c77d52d6 100644
--- a/svx/source/dialog/charmap.cxx
+++ b/svx/source/dialog/charmap.cxx
@@ -466,7 +466,7 @@ void SvxShowCharSet::DeSelect()
Invalidate();
}
-// stretch a grid rectangle if its at the edge to fill unused space
+// stretch a grid rectangle if it's at the edge to fill unused space
tools::Rectangle SvxShowCharSet::getGridRectangle(const Point &rPointUL, const Size &rOutputSize) const
{
tools::Long x = rPointUL.X() - 1;
diff --git a/sw/source/core/layout/fly.cxx b/sw/source/core/layout/fly.cxx
index 8a6cad12ecfc..b4b98f6e76cc 100644
--- a/sw/source/core/layout/fly.cxx
+++ b/sw/source/core/layout/fly.cxx
@@ -2418,10 +2418,10 @@ void SwLayoutFrame::NotifyLowerObjs( const bool _bUnlockPosOfObjs )
SwSortedObjs& rObjs = *(pPageFrame->GetSortedObjs());
for (SwAnchoredObject* pObj : rObjs)
{
- // #i26945# - check, if anchored object is a lower
+ // #i26945# - check if anchored object is a lower
// of the layout frame is changed to check, if its anchor frame
// is a lower of the layout frame.
- // determine the anchor frame - usually it's the anchor frame,
+ // Determine the anchor frame - usually it's the anchor frame,
// for at-character/as-character anchored objects the anchor character
// text frame is taken.
const SwFrame* pAnchorFrame = pObj->GetAnchorFrameContainingAnchPos();
diff --git a/sw/source/filter/ww8/rtfattributeoutput.cxx b/sw/source/filter/ww8/rtfattributeoutput.cxx
index cc5d693bf3df..8f9d48f05da2 100644
--- a/sw/source/filter/ww8/rtfattributeoutput.cxx
+++ b/sw/source/filter/ww8/rtfattributeoutput.cxx
@@ -4218,7 +4218,7 @@ void RtfAttributeOutput::FlyFrameGraphic(const SwFlyFrameFormat* pFlyFrameFormat
/*
If the graphic is not of type WMF then we will have to store two
graphics, one in the native format wrapped in shppict, and the other in
- the wmf format wrapped in nonshppict, so as to keep wordpad happy. If its
+ the wmf format wrapped in nonshppict, so as to keep wordpad happy. If it's
a wmf already then we don't need any such wrapping
*/
bool bIsWMF = pBLIPType && std::strcmp(pBLIPType, OOO_STRING_SVTOOLS_RTF_WMETAFILE) == 0;
diff --git a/sw/source/filter/xml/xmlexpit.cxx b/sw/source/filter/xml/xmlexpit.cxx
index b0fdfe589635..c2d0dd76c659 100644
--- a/sw/source/filter/xml/xmlexpit.cxx
+++ b/sw/source/filter/xml/xmlexpit.cxx
@@ -257,7 +257,7 @@ void SvXMLExportItemMapper::exportElementItems(
rExport.IgnorableWhitespace();
}
-/** returns the item with the given WhichId from the given ItemSet if its
+/** returns the item with the given WhichId from the given ItemSet if it's
set
*/
const SfxPoolItem* SvXMLExportItemMapper::GetItem( const SfxItemSet& rSet,
diff --git a/xmloff/source/text/txtparai.cxx b/xmloff/source/text/txtparai.cxx
index 5cee4085e693..504c32b90f57 100644
--- a/xmloff/source/text/txtparai.cxx
+++ b/xmloff/source/text/txtparai.cxx
@@ -1570,7 +1570,7 @@ css::uno::Reference< css::xml::sax::XFastContextHandler > XMLImpSpanContext_Impl
rImport, nElement, xAttrList, xShapes );
pContext = pShapeContext;
// OD 2004-04-20 #i26791# - keep shape in a text frame hint to
- // adjust its anchor position, if its at-character anchored
+ // adjust its anchor position, if it's at-character anchored
Reference < XTextRange > xAnchorPos =
rImport.GetTextImport()->GetCursor()->getStart();
rHints.push_back(