summaryrefslogtreecommitdiff
path: root/slideshow/source/inc/eventmultiplexer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/inc/eventmultiplexer.hxx')
-rw-r--r--slideshow/source/inc/eventmultiplexer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/inc/eventmultiplexer.hxx b/slideshow/source/inc/eventmultiplexer.hxx
index 394c0d2c92fc..cb75b37f9898 100644
--- a/slideshow/source/inc/eventmultiplexer.hxx
+++ b/slideshow/source/inc/eventmultiplexer.hxx
@@ -630,7 +630,7 @@ public:
anybody. If false is returned, no handler processed
this event (and probably, nothing will happen at all)
*/
- bool notifyHyperlinkClicked( ::rtl::OUString const& hyperLink );
+ bool notifyHyperlinkClicked( OUString const& hyperLink );
private:
boost::scoped_ptr<EventMultiplexerImpl> mpImpl;