[Libreoffice-commits] core.git: chart2/source

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Fri May 10 17:38:52 UTC 2019


 chart2/source/model/main/FormattedString.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9929682da7c63f8cbdc4f833bce4a9410957607b
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Fri May 10 17:07:24 2019 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Fri May 10 19:38:03 2019 +0200

    Revert "Temporarily remove "final" from chart::FormattedString"
    
    This reverts commit f43b5d1e6035e6ed619ab425009a7895ac271716, now that the
    experiment is done.
    
    Change-Id: I0f483023c7f9f4f5ae1edaa7abb7056e1c4e30a1
    Reviewed-on: https://gerrit.libreoffice.org/72129
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/chart2/source/model/main/FormattedString.hxx b/chart2/source/model/main/FormattedString.hxx
index 91aab68d9189..9d17d5f3885a 100644
--- a/chart2/source/model/main/FormattedString.hxx
+++ b/chart2/source/model/main/FormattedString.hxx
@@ -43,7 +43,7 @@ typedef ::cppu::WeakImplHelper<
     FormattedString_Base;
 }
 
-class FormattedString :
+class FormattedString final :
     public MutexContainer,
     public impl::FormattedString_Base,
     public ::property::OPropertySet


More information about the Libreoffice-commits mailing list