libreofficekit/qa/gtktiledviewer/gtv-calc-header-bar.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c4304e8ad97db57b3aaa4889be71e08d8992c189
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Wed Jul 1 11:08:28 2020 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Wed Jul 1 13:27:53 2020 +0200

    Upcoming improved loplugin:staticanonymous -> redundantstatic: 
libreofficekit
    
    Change-Id: I113905b8e13f65f48529969fb93e66074dc6407d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97601
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/libreofficekit/qa/gtktiledviewer/gtv-calc-header-bar.cxx 
b/libreofficekit/qa/gtktiledviewer/gtv-calc-header-bar.cxx
index 794d157667bc..dc106e58dcb4 100644
--- a/libreofficekit/qa/gtktiledviewer/gtv-calc-header-bar.cxx
+++ b/libreofficekit/qa/gtktiledviewer/gtv-calc-header-bar.cxx
@@ -65,8 +65,8 @@ G_DEFINE_TYPE_WITH_PRIVATE(GtvCalcHeaderBar, 
gtv_calc_header_bar, GTK_TYPE_DRAWI
 #endif
 #endif
 
-static const int ROW_HEADER_WIDTH = 50;
-static const int COLUMN_HEADER_HEIGHT = 20;
+const int ROW_HEADER_WIDTH = 50;
+const int COLUMN_HEADER_HEIGHT = 20;
 
 static GtvCalcHeaderBarPrivate&
 getPrivate(GtvCalcHeaderBar* headerbar)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to