summaryrefslogtreecommitdiff
path: root/sc
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 /sc
parent7ca8407b403bf97a472ce2ade7e3fa1cb588cf24 (diff)
s/the the/the/
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/inc/chartsheetfragment.hxx2
-rw-r--r--sc/source/filter/inc/worksheetfragment.hxx4
-rw-r--r--sc/source/ui/inc/AccessibleContextBase.hxx2
3 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/filter/inc/chartsheetfragment.hxx b/sc/source/filter/inc/chartsheetfragment.hxx
index dfa59500d604..ac067ff71bd2 100644
--- a/sc/source/filter/inc/chartsheetfragment.hxx
+++ b/sc/source/filter/inc/chartsheetfragment.hxx
@@ -45,7 +45,7 @@ protected:
virtual void finalizeImport();
private:
- /** Imports the the relation identifier for the DrawingML part. */
+ /** Imports the relation identifier for the DrawingML part. */
void importDrawing( const AttributeList& rAttribs );
/** Imports the DRAWING record containing the relation identifier for the DrawingML part. */
void importDrawing( SequenceInputStream& rStrm );
diff --git a/sc/source/filter/inc/worksheetfragment.hxx b/sc/source/filter/inc/worksheetfragment.hxx
index 8da812760fe0..25dbdf7cf9ca 100644
--- a/sc/source/filter/inc/worksheetfragment.hxx
+++ b/sc/source/filter/inc/worksheetfragment.hxx
@@ -83,9 +83,9 @@ private:
void importHyperlink( const AttributeList& rAttribs );
/** Imports individual break that is either within row or column break context. */
void importBrk( const AttributeList& rAttribs, bool bRowBreak );
- /** Imports the the relation identifier for the DrawingML part. */
+ /** Imports the relation identifier for the DrawingML part. */
void importDrawing( const AttributeList& rAttribs );
- /** Imports the the relation identifier for the legacy VML drawing part. */
+ /** Imports the relation identifier for the legacy VML drawing part. */
void importLegacyDrawing( const AttributeList& rAttribs );
/** Imports additional data for an OLE object. */
void importOleObject( const AttributeList& rAttribs );
diff --git a/sc/source/ui/inc/AccessibleContextBase.hxx b/sc/source/ui/inc/AccessibleContextBase.hxx
index 175264b4bbc2..824c05700d26 100644
--- a/sc/source/ui/inc/AccessibleContextBase.hxx
+++ b/sc/source/ui/inc/AccessibleContextBase.hxx
@@ -314,7 +314,7 @@ private:
*/
::rtl::OUString msDescription;
- /** Name of this object. It changes according the the draw page's
+ /** Name of this object. It changes according the draw page's
display mode.
*/
::rtl::OUString msName;