Kaydet (Commit) 0101162f authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-const-variable

Change-Id: If23f88f35e5200cdcc271143d87c8c40b7fd65da
üst 660400c9
...@@ -61,9 +61,7 @@ namespace { ...@@ -61,9 +61,7 @@ namespace {
const static double gnMinimalHorizontalPreviewGap(15); const static double gnMinimalHorizontalPreviewGap(15);
const static double gnPreferredHorizontalPreviewGap(25); const static double gnPreferredHorizontalPreviewGap(25);
const static double gnMaximalHorizontalPreviewGap(50); const static double gnMaximalHorizontalPreviewGap(50);
const static double gnMinimalVerticalPreviewGap(15);
const static double gnPreferredVerticalPreviewGap(25); const static double gnPreferredVerticalPreviewGap(25);
const static double gnMaximalVerticalPreviewGap(50);
const static sal_Int32 gnHorizontalLabelBorder (3); const static sal_Int32 gnHorizontalLabelBorder (3);
const static sal_Int32 gnHorizontalLabelPadding (5); const static sal_Int32 gnHorizontalLabelPadding (5);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment