summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-08-20 10:52:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-09-28 08:48:36 +0100
commit943ab44ef3b34dc95d507fca3b48717fd1609e57 (patch)
treef2f2b3b549cb700938291e6fd51fae9aa7a41b9c /sw
parent821f32c51d9d6833a4b4f4803f5862d87a5e5f62 (diff)
missing piece
Change-Id: Ia04a22f15d26be3cb9d99b0e4d948cd154803d8f
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/inc/numberingtypelistbox.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/ui/inc/numberingtypelistbox.hxx b/sw/source/ui/inc/numberingtypelistbox.hxx
index 0a9a339731b2..43a20f62374b 100644
--- a/sw/source/ui/inc/numberingtypelistbox.hxx
+++ b/sw/source/ui/inc/numberingtypelistbox.hxx
@@ -37,6 +37,7 @@ class SW_DLLPUBLIC SwNumberingTypeListBox : public ListBox
public:
SwNumberingTypeListBox( Window* pWin, const ResId& rResId,
sal_uInt16 nTypeFlags = INSERT_NUM_TYPE_PAGE_STYLE_NUMBERING|INSERT_NUM_TYPE_NO_NUMBERING|INSERT_NUM_EXTENDED_TYPES );
+ SwNumberingTypeListBox( Window* pWin, WinBits nStyle = WB_BORDER, sal_uInt16 nTypeFlags = INSERT_NUM_TYPE_PAGE_STYLE_NUMBERING|INSERT_NUM_TYPE_NO_NUMBERING|INSERT_NUM_EXTENDED_TYPES );
~SwNumberingTypeListBox();
void Reload(sal_uInt16 nTypeFlags);