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 /xmloff/inc | |
parent | 7ca8407b403bf97a472ce2ade7e3fa1cb588cf24 (diff) |
s/the the/the/
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/txtflde.hxx | 2 | ||||
-rw-r--r-- | xmloff/inc/xmloff/formlayerexport.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/inc/txtflde.hxx b/xmloff/inc/txtflde.hxx index 8609fcc44759..524f8f8839af 100644 --- a/xmloff/inc/txtflde.hxx +++ b/xmloff/inc/txtflde.hxx @@ -185,7 +185,7 @@ public: /// to be called once at beginning of document body. void ExportFieldDeclarations(); - /// export field declarations for fields used in the the particular XText. + /// export field declarations for fields used in the particular XText. /// (Requires that a list of used field declarations has previously been /// built-up in ExportFieldAutoStyle() ) void ExportFieldDeclarations( diff --git a/xmloff/inc/xmloff/formlayerexport.hxx b/xmloff/inc/xmloff/formlayerexport.hxx index d99fc618427c..405e1849da10 100644 --- a/xmloff/inc/xmloff/formlayerexport.hxx +++ b/xmloff/inc/xmloff/formlayerexport.hxx @@ -122,7 +122,7 @@ namespace xmloff shapes in the drawing layer may have such references)</p> <p>No top level element describing the whole collection is inserted. I.e. if within your document, you - expect the the forms collection to be stored like + expect the forms collection to be stored like <listing> <Forms> .... // all the forms stuff here |