diff options
Diffstat (limited to 'include/svx/svdedtv.hxx')
-rw-r--r-- | include/svx/svdedtv.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdedtv.hxx b/include/svx/svdedtv.hxx index cf7bf8f728fb..38724021fe8d 100644 --- a/include/svx/svdedtv.hxx +++ b/include/svx/svdedtv.hxx @@ -404,7 +404,7 @@ public: void SetVirtualObjectBundling(bool bOn) { bBundleVirtObj=bOn; } bool IsVirtualObjectBundling() const { return bBundleVirtObj; } - // overloaded from SdrMarkView, for internal use + // override SdrMarkView, for internal use virtual void MarkListHasChanged() SAL_OVERRIDE; virtual void ModelHasChanged() SAL_OVERRIDE; }; |