include/svx/unomod.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 3fbaef1db1f63485f4cabe843c08ccf6f5ca92fd Author: Noel Grandin <noel.gran...@collabora.co.uk> AuthorDate: Wed May 24 10:40:06 2023 +0200 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Wed May 24 12:57:39 2023 +0200 remove obsolete comment Change-Id: I0b241b61f300fb3ed25b74595c3f8a7d018105b6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152186 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> diff --git a/include/svx/unomod.hxx b/include/svx/unomod.hxx index d786824ebbab..ff346e3bd416 100644 --- a/include/svx/unomod.hxx +++ b/include/svx/unomod.hxx @@ -42,7 +42,7 @@ protected: // not too hard to asl a UnoModel to hand back a DrawingLayer Model in the // form of an SdrModel. Thus, returning a reference and make usages // safer and easier is justified. - virtual SdrModel& getSdrModelFromUnoModel() const = 0; //TTTT make reference return + virtual SdrModel& getSdrModelFromUnoModel() const = 0; public: SvxUnoDrawMSFactory() noexcept {};