summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/presenter
diff options
context:
space:
mode:
authorNorah A. Abanumay <nabanimy@kacst.edu.sa>2012-08-05 13:32:31 +0300
committerPhilipp Riemer <ruderphilipp@gmail.com>2012-08-06 00:18:59 +0200
commit78b55ad11365bb97def308071bc45ca52cc557c7 (patch)
tree149d8a277593aec3c11abb99161d7c4ae399a056 /sd/source/ui/presenter
parentStatic method sleep from Thread should be accessed in a static way (diff)
downloadcore-78b55ad11365bb97def308071bc45ca52cc557c7.tar.gz
core-78b55ad11365bb97def308071bc45ca52cc557c7.zip
Convert documents to follow the doxygen standard (fdo#44502, fdo#39468)
Change-Id: I58c73f74d53b5dc2eb462fb03664be65d4500170 Reviewed-by: Philipp Riemer <ruderphilipp@gmail.com>
Diffstat (limited to 'sd/source/ui/presenter')
-rw-r--r--sd/source/ui/presenter/CanvasUpdateRequester.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/presenter/CanvasUpdateRequester.hxx b/sd/source/ui/presenter/CanvasUpdateRequester.hxx
index 0800a27b6ee8..e2fe5483b49a 100644
--- a/sd/source/ui/presenter/CanvasUpdateRequester.hxx
+++ b/sd/source/ui/presenter/CanvasUpdateRequester.hxx
@@ -41,8 +41,8 @@ namespace sd { namespace presenter {
class CanvasUpdateRequester : private ::boost::noncopyable
{
public:
- /** Return the Canvas UpdateRequester object for the given shared
- canvas. A new object is created when it does not already exist.
+ /** @return the Canvas UpdateRequester object for the given shared canvas.
+ A new object is created when it does not already exist.
*/
static ::boost::shared_ptr<CanvasUpdateRequester> Instance (
const css::uno::Reference<css::rendering::XSpriteCanvas>& rxCanvas);