sc/source/ui/inc/datafdlg.hxx   |    6 +++---
 solenv/clang-format/excludelist |    1 -
 2 files changed, 3 insertions(+), 4 deletions(-)

New commits:
commit 0ecd6481786f2191b36c048cb408ce9953856f8a
Author:     Michael Weghorn <[email protected]>
AuthorDate: Tue Oct 14 23:03:00 2025 +0200
Commit:     Michael Weghorn <[email protected]>
CommitDate: Thu Oct 16 08:45:11 2025 +0200

    sc: clang-format sc/source/ui/inc/datafdlg.hxx
    
    It's almost conformant already, so reformat the
    few remaining lines as well.
    
    Change-Id: Ifb31d41584b32534dac893b708ffe8eace603371
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/192419
    Reviewed-by: Michael Weghorn <[email protected]>
    Tested-by: Jenkins

diff --git a/sc/source/ui/inc/datafdlg.hxx b/sc/source/ui/inc/datafdlg.hxx
index 2445dfad7e21..70993ed6a36e 100644
--- a/sc/source/ui/inc/datafdlg.hxx
+++ b/sc/source/ui/inc/datafdlg.hxx
@@ -16,8 +16,8 @@
 class ScTabViewShell;
 class ScDocument;
 
-#define MAX_DATAFORM_COLS   32
-#define MAX_DATAFORM_ROWS   32000
+#define MAX_DATAFORM_COLS 32
+#define MAX_DATAFORM_ROWS 32000
 
 class ScDataFormDlg : public weld::GenericDialogController
 {
@@ -50,8 +50,8 @@ public:
     virtual ~ScDataFormDlg() override;
 
     void FillCtrls();
-private:
 
+private:
     void SetButtonState();
 
     // Handler:
diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist
index e476eaffc055..ae775176517e 100644
--- a/solenv/clang-format/excludelist
+++ b/solenv/clang-format/excludelist
@@ -8665,7 +8665,6 @@ sc/source/ui/inc/csvgrid.hxx
 sc/source/ui/inc/csvruler.hxx
 sc/source/ui/inc/csvsplits.hxx
 sc/source/ui/inc/csvtablebox.hxx
-sc/source/ui/inc/datafdlg.hxx
 sc/source/ui/inc/dataprovider.hxx
 sc/source/ui/inc/datastream.hxx
 sc/source/ui/inc/datatransformation.hxx

Reply via email to