summaryrefslogtreecommitdiff
path: root/slideshow/source/inc/hyperlinkhandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/inc/hyperlinkhandler.hxx')
-rw-r--r--slideshow/source/inc/hyperlinkhandler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/inc/hyperlinkhandler.hxx b/slideshow/source/inc/hyperlinkhandler.hxx
index 3971a909788f..25fca7450859 100644
--- a/slideshow/source/inc/hyperlinkhandler.hxx
+++ b/slideshow/source/inc/hyperlinkhandler.hxx
@@ -49,7 +49,7 @@ namespace slideshow
possibly other, less prioritized handlers are called,
too.
*/
- virtual bool handleHyperlink( ::rtl::OUString const& rLink ) = 0;
+ virtual bool handleHyperlink( OUString const& rLink ) = 0;
protected:
~HyperlinkHandler() {}