intercept.hxx (08421ca6) | intercept.hxx (93fe1cd1) |
---|---|
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 --- 31 unchanged lines hidden (view full) --- 40 ::com::sun::star::frame::XDispatch> 41{ 42public: 43 44 Interceptor( DocumentHolder* pDocHolder ); 45 ~Interceptor(); 46 47 void DisconnectDocHolder(); | 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 --- 31 unchanged lines hidden (view full) --- 40 ::com::sun::star::frame::XDispatch> 41{ 42public: 43 44 Interceptor( DocumentHolder* pDocHolder ); 45 ~Interceptor(); 46 47 void DisconnectDocHolder(); |
48 // overwritten to release the statuslistner. | 48 // overwritten to release the statuslistener. |
49 50 // XComponent 51 virtual void SAL_CALL 52 addEventListener( 53 const com::sun::star::uno::Reference< com::sun::star::lang::XEventListener >& xListener ) 54 throw( com::sun::star::uno::RuntimeException ); 55 56 virtual void SAL_CALL --- 107 unchanged lines hidden --- | 49 50 // XComponent 51 virtual void SAL_CALL 52 addEventListener( 53 const com::sun::star::uno::Reference< com::sun::star::lang::XEventListener >& xListener ) 54 throw( com::sun::star::uno::RuntimeException ); 55 56 virtual void SAL_CALL --- 107 unchanged lines hidden --- |