summaryrefslogtreecommitdiff
path: root/editeng/source/editeng/impedit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/source/editeng/impedit.hxx')
-rw-r--r--editeng/source/editeng/impedit.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/editeng/source/editeng/impedit.hxx b/editeng/source/editeng/impedit.hxx
index 4e6d03833e60..29c0a993c59d 100644
--- a/editeng/source/editeng/impedit.hxx
+++ b/editeng/source/editeng/impedit.hxx
@@ -254,18 +254,18 @@ protected:
// DragAndDropClient
void dragGestureRecognized(const css::datatransfer::dnd::DragGestureEvent& dge)
throw (css::uno::RuntimeException,
- std::exception) SAL_OVERRIDE;
+ std::exception) override;
void dragDropEnd( const css::datatransfer::dnd::DragSourceDropEvent& dsde )
throw (css::uno::RuntimeException,
- std::exception) SAL_OVERRIDE;
+ std::exception) override;
void drop(const css::datatransfer::dnd::DropTargetDropEvent& dtde)
throw (css::uno::RuntimeException,
- std::exception) SAL_OVERRIDE;
- void dragEnter( const css::datatransfer::dnd::DropTargetDragEnterEvent& dtdee ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
- void dragExit( const css::datatransfer::dnd::DropTargetEvent& dte ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ std::exception) override;
+ void dragEnter( const css::datatransfer::dnd::DropTargetDragEnterEvent& dtdee ) throw (css::uno::RuntimeException, std::exception) override;
+ void dragExit( const css::datatransfer::dnd::DropTargetEvent& dte ) throw (css::uno::RuntimeException, std::exception) override;
void dragOver(const css::datatransfer::dnd::DropTargetDragEvent& dtde)
throw (css::uno::RuntimeException,
- std::exception) SAL_OVERRIDE;
+ std::exception) override;
void ShowDDCursor( const Rectangle& rRect );
void HideDDCursor();
@@ -698,7 +698,7 @@ private:
ParaPortionList& GetParaPortions() { return aParaPortionList; }
protected:
- virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) SAL_OVERRIDE;
+ virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) override;
public:
virtual ~ImpEditEngine();