WinClipboard.cxx (48123e16) WinClipboard.cxx (3d762826)
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

--- 264 unchanged lines hidden (view full) ---

273//------------------------------------------------
274
275void SAL_CALL CWinClipboard::disposing()
276{
277 // do my own stuff
278 m_pImpl->dispose( );
279
280 // force destruction of the impl class
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

--- 264 unchanged lines hidden (view full) ---

273//------------------------------------------------
274
275void SAL_CALL CWinClipboard::disposing()
276{
277 // do my own stuff
278 m_pImpl->dispose( );
279
280 // force destruction of the impl class
281 m_pImpl.reset( NULL );
281 m_pImpl.reset();
282}
283
284// -------------------------------------------------
285// XServiceInfo
286// -------------------------------------------------
287
288OUString SAL_CALL CWinClipboard::getImplementationName( )
289 throw(RuntimeException)

--- 29 unchanged lines hidden ---
282}
283
284// -------------------------------------------------
285// XServiceInfo
286// -------------------------------------------------
287
288OUString SAL_CALL CWinClipboard::getImplementationName( )
289 throw(RuntimeException)

--- 29 unchanged lines hidden ---