summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-02-15 18:30:39 +0100
committerMichael Stahl <mstahl@redhat.com>2016-02-15 18:33:36 +0100
commitb4f182b31c8dc5ba872d30ac26da65904e1dd827 (patch)
treef6a3934a300940ff8e7dc3984e4b2f8feb1e283e /offapi
parent5b0a354e7cdc8b6af09b23e5b7e012360768a48f (diff)
offapi: avoid mysterious "deprecated:" warnings
Change-Id: I9cc99c3108bae582d0da9645ba75947cced904fc
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/text/WritingMode2.idl2
-rw-r--r--offapi/com/sun/star/view/PrintOptions.idl2
2 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/text/WritingMode2.idl b/offapi/com/sun/star/text/WritingMode2.idl
index 1b91786b694d..98f58b4adfd4 100644
--- a/offapi/com/sun/star/text/WritingMode2.idl
+++ b/offapi/com/sun/star/text/WritingMode2.idl
@@ -69,7 +69,7 @@ published constants WritingMode2
<p>May not be used in page styles.</p>
@deprecated
- Use #CONTEXT instead.
+ Use CONTEXT instead.
*/
const short PAGE = 4;
diff --git a/offapi/com/sun/star/view/PrintOptions.idl b/offapi/com/sun/star/view/PrintOptions.idl
index f08054b9d593..eea96f98937e 100644
--- a/offapi/com/sun/star/view/PrintOptions.idl
+++ b/offapi/com/sun/star/view/PrintOptions.idl
@@ -46,7 +46,7 @@ published service PrintOptions
/** advises the printer to sort the pages of the copies.
@deprecated
- Use #Collate instead.
+ Use Collate instead.
*/
[property] boolean Sort;