diff options
Diffstat (limited to 'sdext/source/presenter/PresenterPaintManager.cxx')
-rw-r--r-- | sdext/source/presenter/PresenterPaintManager.cxx | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/sdext/source/presenter/PresenterPaintManager.cxx b/sdext/source/presenter/PresenterPaintManager.cxx index 7f83c4dcc8ab..5c56071793aa 100644 --- a/sdext/source/presenter/PresenterPaintManager.cxx +++ b/sdext/source/presenter/PresenterPaintManager.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ - #include "PresenterPaintManager.hxx" #include "PresenterPaneContainer.hxx" @@ -50,9 +49,6 @@ PresenterPaintManager::PresenterPaintManager ( { } - - - ::boost::function<void(const css::awt::Rectangle& rRepaintBox)> PresenterPaintManager::GetInvalidator ( const css::uno::Reference<css::awt::XWindow>& rxWindow, @@ -69,9 +65,6 @@ PresenterPaintManager::PresenterPaintManager ( bSynchronous); } - - - void PresenterPaintManager::Invalidate ( const css::uno::Reference<css::awt::XWindow>& rxWindow, const bool bSynchronous) @@ -90,9 +83,6 @@ void PresenterPaintManager::Invalidate ( Invalidate(rxWindow, nInvalidateMode); } - - - void PresenterPaintManager::Invalidate ( const css::uno::Reference<css::awt::XWindow>& rxWindow, const sal_Int16 nInvalidateFlags) @@ -116,9 +106,6 @@ void PresenterPaintManager::Invalidate ( } } - - - void PresenterPaintManager::Invalidate ( const css::uno::Reference<css::awt::XWindow>& rxWindow, const css::awt::Rectangle& rRepaintBox, @@ -138,9 +125,6 @@ void PresenterPaintManager::Invalidate ( Invalidate(rxWindow, rRepaintBox, nInvalidateMode); } - - - void PresenterPaintManager::Invalidate ( const css::uno::Reference<css::awt::XWindow>& rxWindow, const css::awt::Rectangle& rRepaintBox, |