summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-11-20 21:27:47 +0100
committerMichael Stahl <mstahl@redhat.com>2012-11-20 21:44:16 +0100
commit079485a6486b76090e64e899e44e8598cd2159e7 (patch)
treed8099f930203506f4cc453f97626a0d3a16b7fc3 /offapi/com/sun/star/document
parentec8dcf58e95bda4c394fc15b5eae72c408f19aca (diff)
sal, cppuhelper, udkapi, offapi: s/@since 3.7/@since 4.0/
Change-Id: Iefbe31af8d6ec421c6006423b6ee3a6375e3d453
Diffstat (limited to 'offapi/com/sun/star/document')
-rw-r--r--offapi/com/sun/star/document/Settings.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/document/Settings.idl b/offapi/com/sun/star/document/Settings.idl
index d7002ebb7000..81e44498ef14 100644
--- a/offapi/com/sun/star/document/Settings.idl
+++ b/offapi/com/sun/star/document/Settings.idl
@@ -244,14 +244,14 @@ published service Settings
/**
Whether to embed fonts used by the document (see e.g. handling
of OOXML embedRegular etc.)
- @since LibreOffice 3.7
+ @since LibreOffice 4.0
*/
[optional, property] boolean EmbedFonts;
// Writer, maybe later others
/**
Whether to embed also system fonts used by the document.
Does not have any effect if EmbedFonts is false.
- @since LibreOffice 3.7
+ @since LibreOffice 4.0
*/
[optional, property] boolean EmbedSystemFonts;