summaryrefslogtreecommitdiff
path: root/sw/inc/ndole.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/ndole.hxx')
-rw-r--r--sw/inc/ndole.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/inc/ndole.hxx b/sw/inc/ndole.hxx
index ac3e1699f506..0d5451e24327 100644
--- a/sw/inc/ndole.hxx
+++ b/sw/inc/ndole.hxx
@@ -97,19 +97,19 @@ public:
SwOLEObj& GetOLEObj() { return aOLEObj; }
virtual ~SwOLENode();
- virtual SwContentNode *SplitContentNode( const SwPosition & ) SAL_OVERRIDE;
+ virtual SwContentNode *SplitContentNode( const SwPosition & ) override;
/// Is in ndcopy.cxx.
- virtual SwContentNode* MakeCopy( SwDoc*, const SwNodeIndex& ) const SAL_OVERRIDE;
+ virtual SwContentNode* MakeCopy( SwDoc*, const SwNodeIndex& ) const override;
- virtual Size GetTwipSize() const SAL_OVERRIDE;
+ virtual Size GetTwipSize() const override;
const Graphic* GetGraphic();
void GetNewReplacement();
- virtual bool SavePersistentData() SAL_OVERRIDE;
- virtual bool RestorePersistentData() SAL_OVERRIDE;
+ virtual bool SavePersistentData() override;
+ virtual bool RestorePersistentData() override;
bool IsInGlobalDocSection() const;
bool IsOLEObjectDeleted() const;