sc/source/filter/inc/stylesbuffer.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2f84304f939d20b8c528a2235e0c155a35f0b20e
Author:     Noel Grandin <noel.gran...@collabora.co.uk>
AuthorDate: Fri Jun 27 10:25:13 2025 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Fri Jun 27 12:00:26 2025 +0200

    Dxf class can be final
    
    Change-Id: I55dba7c8d24721639900bb629ee0212a153d6ad0
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187082
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/sc/source/filter/inc/stylesbuffer.hxx 
b/sc/source/filter/inc/stylesbuffer.hxx
index 224ed4ad92b3..9ab8c1b597aa 100644
--- a/sc/source/filter/inc/stylesbuffer.hxx
+++ b/sc/source/filter/inc/stylesbuffer.hxx
@@ -684,7 +684,7 @@ bool operator==( const Xf& rXf1,  const Xf& rXf2 );
 
 typedef std::shared_ptr< Xf > XfRef;
 
-class Dxf : public WorkbookHelper
+class Dxf final : public WorkbookHelper
 {
 friend struct CondFormatEquals;
 public:

Reply via email to