SidebarController.cxx (be6d8c25) SidebarController.cxx (b358a5b6)
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

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

204 mpCurrentDeck.reset();
205 }
206
207 mpTabBar.reset();
208
209 Theme::GetPropertySet()->removePropertyChangeListener(
210 A2S(""),
211 static_cast<css::beans::XPropertyChangeListener*>(this));
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

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

204 mpCurrentDeck.reset();
205 }
206
207 mpTabBar.reset();
208
209 Theme::GetPropertySet()->removePropertyChangeListener(
210 A2S(""),
211 static_cast<css::beans::XPropertyChangeListener*>(this));
212
213 maContextChangeUpdate.CancelRequest();
212}
213
214
215
216
217void SAL_CALL SidebarController::notifyContextChangeEvent (const css::ui::ContextChangeEventObject& rEvent)
218 throw(cssu::RuntimeException)
219{

--- 980 unchanged lines hidden ---
214}
215
216
217
218
219void SAL_CALL SidebarController::notifyContextChangeEvent (const css::ui::ContextChangeEventObject& rEvent)
220 throw(cssu::RuntimeException)
221{

--- 980 unchanged lines hidden ---