summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/pointersymbol.hxx
diff options
context:
space:
mode:
authorSiqi LIU <me@siqi.fr>2013-07-25 17:27:10 +0200
committerSiqi LIU <me@siqi.fr>2013-07-25 17:28:02 +0200
commit65134fb75c3e94b7869fb6d490f88bf4b252760e (patch)
tree1c5813e30c136e2a670c21c861fe23ef23141901 /slideshow/source/engine/pointersymbol.hxx
parent6100d94078d37cb1413a0e45460cee480ba3e211 (diff)
minor updates for avahi/bonjour refacotration
Change-Id: I89e0115ddbea953de4ee0468c66e949070087a96
Diffstat (limited to 'slideshow/source/engine/pointersymbol.hxx')
-rw-r--r--slideshow/source/engine/pointersymbol.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/slideshow/source/engine/pointersymbol.hxx b/slideshow/source/engine/pointersymbol.hxx
index 641626eb2ebe..9dc2818d2dd9 100644
--- a/slideshow/source/engine/pointersymbol.hxx
+++ b/slideshow/source/engine/pointersymbol.hxx
@@ -47,7 +47,8 @@ public:
/** Hides the pointer symbol.
*/
void hide() { setVisible(false); }
-
+ /** Use this method to update the pointer's position
+ */
virtual void viewsChanged(const ::com::sun::star::geometry::RealPoint2D& pos);
private: