summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-12-19 15:19:49 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-12-20 09:53:51 +0100
commit4a5fe0d1b7a1ffeb8240be94db571bcbcebdd846 (patch)
tree5e35e0f3fdefd3a9285c4118e6b3f2017e4c1ddb /include
parent011dda766ec850d99783c0bd90a5c535c5d113c4 (diff)
SpacingListBox is now unused
Change-Id: I051200802c7841dc6feb9e3ab852385887c29b09 Reviewed-on: https://gerrit.libreoffice.org/85533 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/svx/spacinglistbox.hxx11
1 files changed, 3 insertions, 8 deletions
diff --git a/include/svx/spacinglistbox.hxx b/include/svx/spacinglistbox.hxx
index df8b8c043e19..d40e45b549b4 100644
--- a/include/svx/spacinglistbox.hxx
+++ b/include/svx/spacinglistbox.hxx
@@ -21,20 +21,15 @@
#define INCLUDED_SVX_SPACINGLISTBOXHELPER_HXX
#include <svx/svxdllapi.h>
-#include <vcl/lstbox.hxx>
#include <vcl/weld.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 final : public ListBox
+namespace SpacingListBox
{
-public:
- SpacingListBox( vcl::Window* pParent );
- void Init(SpacingType eType);
- static void Fill(SpacingType eType, weld::ComboBox&);
- Size GetOptimalSize() const override;
-};
+ void SVX_DLLPUBLIC Fill(SpacingType eType, weld::ComboBox&);
+}
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */