summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--framework/source/uielement/progressbarwrapper.cxx2
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Update.xcs2
-rw-r--r--sc/source/ui/drawfunc/drtxtob.cxx2
-rw-r--r--sw/source/filter/ww8/docxexport.cxx2
-rw-r--r--sw/source/filter/ww8/wrtw8nds.cxx2
-rw-r--r--vcl/source/filter/ipdf/pdfdocument.cxx2
6 files changed, 6 insertions, 6 deletions
diff --git a/framework/source/uielement/progressbarwrapper.cxx b/framework/source/uielement/progressbarwrapper.cxx
index 981e7eef3c53..c44a2ce6db99 100644
--- a/framework/source/uielement/progressbarwrapper.cxx
+++ b/framework/source/uielement/progressbarwrapper.cxx
@@ -55,7 +55,7 @@ void ProgressBarWrapper::setStatusBar( const uno::Reference< awt::XWindow >& rSt
if ( m_bOwnsInstance )
{
- // dispose XWindow reference our our status bar
+ // dispose XWindow reference of our status bar
uno::Reference< lang::XComponent > xComponent( m_xStatusBar, uno::UNO_QUERY );
try
{
diff --git a/officecfg/registry/schema/org/openoffice/Office/Update.xcs b/officecfg/registry/schema/org/openoffice/Office/Update.xcs
index 16f57bc8a986..2260264b6b2a 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Update.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Update.xcs
@@ -25,7 +25,7 @@
</prop>
<prop oor:name="Mode" oor:type="xs:int" oor:nillable="false">
<info>
- <desc>Selects if the the user should be asked about updates or not</desc>
+ <desc>Selects if the user should be asked about updates or not</desc>
</info>
<value>Some Value</value>
</prop>
diff --git a/sc/source/ui/drawfunc/drtxtob.cxx b/sc/source/ui/drawfunc/drtxtob.cxx
index 92b092f758b0..8206cb2efa25 100644
--- a/sc/source/ui/drawfunc/drtxtob.cxx
+++ b/sc/source/ui/drawfunc/drtxtob.cxx
@@ -305,7 +305,7 @@ void ScDrawTextObjectBar::Execute( SfxRequest &rReq )
if (!bDone)
ExecuteGlobal( rReq ); // normal at View
- // If "text" is received by InsertURL of ViewShell, the the DrawShell is turned off !!!
+ // If "text" is received by InsertURL of ViewShell, then the DrawShell is turned off !!!
}
}
break;
diff --git a/sw/source/filter/ww8/docxexport.cxx b/sw/source/filter/ww8/docxexport.cxx
index 4e9f72343351..d03aee27b4c0 100644
--- a/sw/source/filter/ww8/docxexport.cxx
+++ b/sw/source/filter/ww8/docxexport.cxx
@@ -1277,7 +1277,7 @@ void DocxExport::WriteVBA()
uno::Reference<io::XOutputStream> xProjectStream;
if (xMacrosStream.is())
{
- // First handle the the project stream, this sets xProjectStream.
+ // First handle the project stream, this sets xProjectStream.
std::unique_ptr<SvStream> pIn(utl::UcbStreamHelper::CreateStream(xMacrosStream));
xProjectStream = GetFilter().openFragmentStream("word/vbaProject.bin", "application/vnd.ms-office.vbaProject");
diff --git a/sw/source/filter/ww8/wrtw8nds.cxx b/sw/source/filter/ww8/wrtw8nds.cxx
index 74a5041ecccc..d7bc33290396 100644
--- a/sw/source/filter/ww8/wrtw8nds.cxx
+++ b/sw/source/filter/ww8/wrtw8nds.cxx
@@ -2594,7 +2594,7 @@ void MSWordExportBase::OutputTextNode( const SwTextNode& rNode )
/*
If a given para is using the SvxFrameDirection::Environment direction we
- cannot export that, its its ltr then that's ok as thats word's
+ cannot export that, if it's ltr then that's ok as thats word's
default. Otherwise we must add a RTL attribute to our export list
*/
const SvxFrameDirectionItem* pItem = static_cast<const SvxFrameDirectionItem*>(
diff --git a/vcl/source/filter/ipdf/pdfdocument.cxx b/vcl/source/filter/ipdf/pdfdocument.cxx
index e2ef15cafa98..1dd186e92801 100644
--- a/vcl/source/filter/ipdf/pdfdocument.cxx
+++ b/vcl/source/filter/ipdf/pdfdocument.cxx
@@ -2200,7 +2200,7 @@ size_t PDFDictionaryElement::Parse(const std::vector< std::unique_ptr<PDFElement
if (pThisObject)
{
if (!bArrayFound)
- // The the toplevel dictionary of the object.
+ // Then the toplevel dictionary of the object.
pThisObject->SetDictionary(pDictionary);
pThisDictionary = pDictionary;
pThisObject->SetDictionaryOffset(nDictionaryOffset);