summaryrefslogtreecommitdiff
path: root/include/svx/samecontentlistbox.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-12-19 13:41:16 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-12-19 22:08:44 +0100
commit0a2b871ccdc5a76f793982bae45cb251c71e4b94 (patch)
treec15d296cc39974394a56f2ccfb4e6a904fe2a1a4 /include/svx/samecontentlistbox.hxx
parentcbca3beb990df9e75218e27ff0f1b563cf3a67da (diff)
weld PageFooterPanel
Change-Id: Ice9e7c5ab9c1085021ebb3561cfb2bd0a6727066 Reviewed-on: https://gerrit.libreoffice.org/85526 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svx/samecontentlistbox.hxx')
-rw-r--r--include/svx/samecontentlistbox.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/svx/samecontentlistbox.hxx b/include/svx/samecontentlistbox.hxx
index 842063125d2e..73946e2a3f35 100644
--- a/include/svx/samecontentlistbox.hxx
+++ b/include/svx/samecontentlistbox.hxx
@@ -22,14 +22,16 @@
#include <svx/svxdllapi.h>
#include <vcl/lstbox.hxx>
+#include <vcl/weld.hxx>
/// Custom Widget ListBox to hold entries for SameContent setting of Header/Footer
class SVX_DLLPUBLIC SameContentListBox final : public ListBox
{
public:
SameContentListBox( vcl::Window* pParent );
+ static void Fill(weld::ComboBox& rComboBox);
Size GetOptimalSize() const override;
};
#endif
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ \ No newline at end of file
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */