summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-02-22 09:48:17 +0200
committerTor Lillqvist <tml@iki.fi>2013-02-22 09:58:19 +0200
commit616c6924f18911fce110918edf05ed2f4e52dba9 (patch)
tree3e307b3e91fe6b025701eb3dfea0ff61c750aff6 /sfx2
parent7ca8407b403bf97a472ce2ade7e3fa1cb588cf24 (diff)
s/the the/the/
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/inc/sfx2/sfxhtml.hxx2
-rw-r--r--sfx2/inc/sfx2/thumbnailview.hxx2
-rw-r--r--sfx2/source/control/thumbnailview.cxx2
-rw-r--r--sfx2/source/dialog/mgetempl.cxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/inc/sfx2/sfxhtml.hxx b/sfx2/inc/sfx2/sfxhtml.hxx
index e5e8c174caf3..7aee88fc8bf1 100644
--- a/sfx2/inc/sfx2/sfxhtml.hxx
+++ b/sfx2/inc/sfx2/sfxhtml.hxx
@@ -71,7 +71,7 @@ public:
protected:
// Start a file download. This is done asynchronously or synchronously.
- // In the synchronous case, the parser is in the the working state after
+ // In the synchronous case, the parser is in the working state after
// it has been called. The read file can then be picked up directly with
// FinishFileDownload. In the asynchronous case, the parser is in the
// pending state after it hs been called. The parser then has to leave
diff --git a/sfx2/inc/sfx2/thumbnailview.hxx b/sfx2/inc/sfx2/thumbnailview.hxx
index 1e8f1ac413ee..b3459ee354b9 100644
--- a/sfx2/inc/sfx2/thumbnailview.hxx
+++ b/sfx2/inc/sfx2/thumbnailview.hxx
@@ -106,7 +106,7 @@ namespace drawinglayer {
SetExtraSpacing() will not be included).
The background color could be specified by SetColor(), with which the image
- or UserDraw items will be underlayed. If no color is specified the the color
+ or UserDraw items will be underlayed. If no color is specified the color
of other windows (WindowColor) will be used for the background.
--------------------------------------------------------------------------
diff --git a/sfx2/source/control/thumbnailview.cxx b/sfx2/source/control/thumbnailview.cxx
index 4cff5377cf64..dce93aed0b4f 100644
--- a/sfx2/source/control/thumbnailview.cxx
+++ b/sfx2/source/control/thumbnailview.cxx
@@ -921,7 +921,7 @@ bool ThumbnailView::StartDrag( const CommandEvent& rCEvt, Region& rRegion )
// if necessary abort an existing action
- // Check out if the the clicked on page is selected. If this is not the
+ // Check out if the clicked on page is selected. If this is not the
// case set it as the current item. We only check mouse actions since
// drag-and-drop can also be triggered by the keyboard
sal_uInt16 nSelId;
diff --git a/sfx2/source/dialog/mgetempl.cxx b/sfx2/source/dialog/mgetempl.cxx
index b28972086335..3c820cc39e88 100644
--- a/sfx2/source/dialog/mgetempl.cxx
+++ b/sfx2/source/dialog/mgetempl.cxx
@@ -519,7 +519,7 @@ void SfxManageStyleSheetPage::ActivatePage( const SfxItemSet& rSet)
/* [Description]
- ActivatePage handler of SfxTabDialog, is used for the the update of the
+ ActivatePage handler of SfxTabDialog, is used for the update of the
descriptive text, since this might have changed through changes of data on
other pages.