summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterUIPainter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterUIPainter.cxx')
-rw-r--r--sdext/source/presenter/PresenterUIPainter.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sdext/source/presenter/PresenterUIPainter.cxx b/sdext/source/presenter/PresenterUIPainter.cxx
index 1ccb1cff43ee..6f3f745f40d9 100644
--- a/sdext/source/presenter/PresenterUIPainter.cxx
+++ b/sdext/source/presenter/PresenterUIPainter.cxx
@@ -39,7 +39,6 @@ using namespace ::com::sun::star::uno;
namespace sdext { namespace presenter {
-
void PresenterUIPainter::PaintHorizontalBitmapComposite (
const css::uno::Reference<css::rendering::XCanvas>& rxCanvas,
const css::awt::Rectangle& rRepaintBox,
@@ -142,9 +141,6 @@ void PresenterUIPainter::PaintHorizontalBitmapComposite (
}
}
-
-
-
void PresenterUIPainter::PaintVerticalBitmapComposite (
const css::uno::Reference<css::rendering::XCanvas>& rxCanvas,
const css::awt::Rectangle& rRepaintBox,
@@ -248,10 +244,6 @@ void PresenterUIPainter::PaintVerticalBitmapComposite (
}
}
-
-
-
-
} } // end of namespace sdext::presenter
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */