summaryrefslogtreecommitdiff
path: root/slideshow/source/inc
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/inc')
-rw-r--r--slideshow/source/inc/eventmultiplexer.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/slideshow/source/inc/eventmultiplexer.hxx b/slideshow/source/inc/eventmultiplexer.hxx
index e0dd6fd31eb5..21fa333cd109 100644
--- a/slideshow/source/inc/eventmultiplexer.hxx
+++ b/slideshow/source/inc/eventmultiplexer.hxx
@@ -31,6 +31,8 @@
#include "unoview.hxx"
+namespace basegfx { class B2DPoint; }
+
namespace com::sun::star::drawing { class XShape; }
namespace slideshow::internal {
@@ -648,6 +650,12 @@ public:
*/
void notifyHyperlinkClicked( OUString const& hyperLink );
+ basegfx::B2DPoint toMatrixPoint(css::uno::Reference<css::uno::XInterface> xInterface,
+ basegfx::B2DPoint pnt);
+
+ basegfx::B2DPoint toNormalPoint(css::uno::Reference<css::uno::XInterface> xInterface,
+ basegfx::B2DPoint pnt);
+
private:
std::unique_ptr<EventMultiplexerImpl> mpImpl;
};