LicenseException.idl (d1766043) | LicenseException.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 --- 17 unchanged lines hidden (view full) --- 26 27#include <com/sun/star/uno/Exception.idl> 28 29 30module com { module sun { module star { module deployment { 31 32/** A LicenseException reflects the necessity of someone aggreeing to a license. 33 | 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 --- 17 unchanged lines hidden (view full) --- 26 27#include <com/sun/star/uno/Exception.idl> 28 29 30module com { module sun { module star { module deployment { 31 32/** A LicenseException reflects the necessity of someone aggreeing to a license. 33 |
34 @since OOo 2.0.4 | 34 @since OpenOffice 2.0.4 |
35 */ 36exception LicenseException : com::sun::star::uno::Exception 37{ 38 /** name of the extension. 39 40 The display name of the extension. 41 See <member>XPackage::getDisplayName</member> 42 */ --- 15 unchanged lines hidden --- | 35 */ 36exception LicenseException : com::sun::star::uno::Exception 37{ 38 /** name of the extension. 39 40 The display name of the extension. 41 See <member>XPackage::getDisplayName</member> 42 */ --- 15 unchanged lines hidden --- |