summaryrefslogtreecommitdiff
path: root/offapi/type_reference
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-05-29 15:38:06 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-05-29 15:38:06 +0200
commit32260c40b265b97358fc426fb9f849c243dc7dd4 (patch)
tree2f88c423d0c177c22a6298562a5d27928c0882dd /offapi/type_reference
parent795d56dfd55a78a240cef79c822ba958c4f18006 (diff)
Revert "[API-CHANGE] Add persistent (in addition to persistant)"
This reverts commit 795d56dfd55a78a240cef79c822ba958c4f18006. The Gerrit UI had fooled me into pushing the "Submit" button in error.
Diffstat (limited to 'offapi/type_reference')
-rw-r--r--offapi/type_reference/offapi.idl3
1 files changed, 1 insertions, 2 deletions
diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index 14f39fac820d..e796d59192e2 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -4312,8 +4312,7 @@ module com {
};
published constants RenderingCapabilities {
const byte Delayed = 1;
- /** @deprecated */ const byte Persistant = 2;
- const byte Persistent = 2;
+ const byte Persistant = 2;
};
published interface XFlushableClipboard {
interface ::com::sun::star::uno::XInterface;