summaryrefslogtreecommitdiff
path: root/offapi/type_reference/offapi.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/type_reference/offapi.idl')
-rw-r--r--offapi/type_reference/offapi.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index e796d59192e2..14f39fac820d 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -4312,7 +4312,8 @@ module com {
};
published constants RenderingCapabilities {
const byte Delayed = 1;
- const byte Persistant = 2;
+ /** @deprecated */ const byte Persistant = 2;
+ const byte Persistent = 2;
};
published interface XFlushableClipboard {
interface ::com::sun::star::uno::XInterface;