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.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/svx/spacinglistbox.hxx b/include/svx/spacinglistbox.hxx
index 2e2ca5280398..59ece06a10a9 100644
--- a/include/svx/spacinglistbox.hxx
+++ b/include/svx/spacinglistbox.hxx
@@ -23,11 +23,14 @@
#include <svx/svxdllapi.h>
#include <vcl/lstbox.hxx>
+enum class SpacingType { SPACING_INCH, MARGINS_INCH, SPACING_CM, MARGINS_CM };
+
/// Custom Widget ListBox to hold entries for Spacing & Margin settings of Header/Footer
class SVX_DLLPUBLIC SpacingListBox : public ListBox
{
public:
SpacingListBox( vcl::Window* pParent );
+ void Init(SpacingType eType);
Size GetOptimalSize() const override;
};