diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-02-22 09:48:17 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-02-22 09:58:19 +0200 |
commit | 616c6924f18911fce110918edf05ed2f4e52dba9 (patch) | |
tree | 3e307b3e91fe6b025701eb3dfea0ff61c750aff6 /sfx2/inc | |
parent | 7ca8407b403bf97a472ce2ade7e3fa1cb588cf24 (diff) |
s/the the/the/
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/sfx2/sfxhtml.hxx | 2 | ||||
-rw-r--r-- | sfx2/inc/sfx2/thumbnailview.hxx | 2 |
2 files changed, 2 insertions, 2 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. -------------------------------------------------------------------------- |