summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/Metadatable.cxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-06-23 20:30:11 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-06-23 20:30:11 +0200
commitcf92da3d6e1de14756efe3f1ee79f393a2f3787d (patch)
treee459cecb503f3de8550c078e01a4a3634ca3fb5f /sfx2/source/doc/Metadatable.cxx
parentb9064c0780232610af9e4d45ba5c85b9496d1f75 (diff)
Typo: iff->if
Change-Id: I3fc60856b5a56e71d70b55c89323be074bdec3b3
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);