VersionException.idl (d1766043) | VersionException.idl (34c958ab) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 22 unchanged lines hidden (view full) --- 31interface XPackage; 32 33/** 34 describes version clashes of a deployment unit. 35 36 <p>This exception is intended to be used with an 37 <type scope="com::sun::star::task">XInteractionHandler</type>.</p> 38 | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 22 unchanged lines hidden (view full) --- 31interface XPackage; 32 33/** 34 describes version clashes of a deployment unit. 35 36 <p>This exception is intended to be used with an 37 <type scope="com::sun::star::task">XInteractionHandler</type>.</p> 38 |
39 @since OOo 2.1 | 39 @since OpenOffice 2.1 |
40*/ 41exception VersionException: com::sun::star::uno::Exception { 42 /** 43 the version of the extension which is being installed. 44 */ 45 string NewVersion; 46 /** 47 the display name of the extension which is being installed. --- 14 unchanged lines hidden --- | 40*/ 41exception VersionException: com::sun::star::uno::Exception { 42 /** 43 the version of the extension which is being installed. 44 */ 45 string NewVersion; 46 /** 47 the display name of the extension which is being installed. --- 14 unchanged lines hidden --- |