summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/Metadatable.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/doc/Metadatable.cxx')
-rw-r--r--sfx2/source/doc/Metadatable.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/doc/Metadatable.cxx b/sfx2/source/doc/Metadatable.cxx
index 59dfb8a2d2ac..9f253e5811fa 100644
--- a/sfx2/source/doc/Metadatable.cxx
+++ b/sfx2/source/doc/Metadatable.cxx
@@ -175,7 +175,7 @@ public:
</p>
@returns
- true iff the element has successfully been registered
+ true if the element has successfully been registered
*/
virtual bool TryRegisterMetadatable(Metadatable& i_xObject,
OUString const& i_rStreamName, OUString const& i_rIdref)
@@ -229,7 +229,7 @@ public:
virtual void RemoveXmlIdForElement(Metadatable const&) SAL_OVERRIDE;
/** register i_rCopy as a copy of i_rSource,
- with precedence iff i_bCopyPrecedesSource is true */
+ with precedence if i_bCopyPrecedesSource is true */
void RegisterCopy(Metadatable const& i_rSource, Metadatable & i_rCopy,
const bool i_bCopyPrecedesSource);