From 78b55ad11365bb97def308071bc45ca52cc557c7 Mon Sep 17 00:00:00 2001 From: "Norah A. Abanumay" Date: Sun, 5 Aug 2012 13:32:31 +0300 Subject: Convert documents to follow the doxygen standard (fdo#44502, fdo#39468) Change-Id: I58c73f74d53b5dc2eb462fb03664be65d4500170 Reviewed-by: Philipp Riemer --- sd/source/ui/annotations/annotationtag.hxx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'sd/source/ui/annotations') diff --git a/sd/source/ui/annotations/annotationtag.hxx b/sd/source/ui/annotations/annotationtag.hxx index 7732467b4177..9deae0b0d0a3 100644 --- a/sd/source/ui/annotations/annotationtag.hxx +++ b/sd/source/ui/annotations/annotationtag.hxx @@ -39,16 +39,16 @@ public: AnnotationTag( AnnotationManagerImpl& rManager, ::sd::View& rView, const css::uno::Reference< css::office::XAnnotation >& xAnnotation, Color& rColor, int nIndex, const Font& rFont ); virtual ~AnnotationTag(); - /** returns true if the SmartTag handled the event. */ + /// @return true if the SmartTag handled the event. virtual bool MouseButtonDown( const MouseEvent&, SmartHdl& ); - /** returns true if the SmartTag consumes this event. */ + /// @return true if the SmartTag consumes this event. virtual bool KeyInput( const KeyEvent& rKEvt ); - /** returns true if the SmartTag consumes this event. */ + /// @return true if the SmartTag consumes this event. virtual bool RequestHelp( const HelpEvent& rHEvt ); - /** returns true if the SmartTag consumes this event. */ + /// @return true if the SmartTag consumes this event. virtual bool Command( const CommandEvent& rCEvt ); // callbacks from sdr view @@ -61,8 +61,6 @@ public: void Move( int nDX, int nDY ); bool OnMove( const KeyEvent& rKEvt ); - // --- - BitmapEx CreateAnnotationBitmap(bool); css::uno::Reference< css::office::XAnnotation > GetAnnotation() const { return mxAnnotation; } -- cgit