summaryrefslogtreecommitdiff
path: root/include/svx/spacinglistbox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/spacinglistbox.hxx')
-rw-r--r--include/svx/spacinglistbox.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/include/svx/spacinglistbox.hxx b/include/svx/spacinglistbox.hxx
index 455a5729c843..125da36d0767 100644
--- a/include/svx/spacinglistbox.hxx
+++ b/include/svx/spacinglistbox.hxx
@@ -23,12 +23,18 @@
#include <svx/svxdllapi.h>
#include <vcl/weld.hxx>
-enum class SpacingType { SPACING_INCH, MARGINS_INCH, SPACING_CM, MARGINS_CM };
+enum class SpacingType
+{
+ SPACING_INCH,
+ MARGINS_INCH,
+ SPACING_CM,
+ MARGINS_CM
+};
/// Custom Widget ListBox to hold entries for Spacing & Margin settings of Header/Footer
namespace SpacingListBox
{
- void SVXCORE_DLLPUBLIC Fill(SpacingType eType, weld::ComboBox&);
+void SVXCORE_DLLPUBLIC Fill(SpacingType eType, weld::ComboBox&);
}
#endif