summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorheiko tietze <tietze.heiko@gmail.com>2017-07-27 14:43:56 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2017-08-06 00:01:37 +0200
commit8fe86fb89b00b31c73fccbb9bf343818a0a1f537 (patch)
tree35059dfe3ee14979030b12f1d649b54a3f0b1436 /xmloff
parente2c14a6caabbb6413ae7b1e631a0a89f7b2ba4c7 (diff)
tdf#87592 Consistent terminology for Master Slides
All occurences of Slide Master and Master Pages are renamed to Master Slide(s). Change-Id: Idd75089f6c402b3d5e30a812b4c86aacc2f5d9bc Reviewed-on: https://gerrit.libreoffice.org/40485 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/draw/ximpbody.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/ximpbody.cxx b/xmloff/source/draw/ximpbody.cxx
index 3560d8818197..be23c0725876 100644
--- a/xmloff/source/draw/ximpbody.cxx
+++ b/xmloff/source/draw/ximpbody.cxx
@@ -177,7 +177,7 @@ SdXMLDrawPageContext::SdXMLDrawPageContext( SdXMLImport& rImport,
}
}
- SAL_WARN_IF( !bDone, "xmloff", "xmloff::SdXMLDrawPageContext::SdXMLDrawPageContext(), could not find a slide master!" );
+ SAL_WARN_IF( !bDone, "xmloff", "xmloff::SdXMLDrawPageContext::SdXMLDrawPageContext(), could not find a master slide!" );
}
}