[Libreoffice-commits] .: Branch 'feature/cmclayouttrans' - sw/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Aug 20 02:52:36 PDT 2012


 sw/source/ui/inc/numberingtypelistbox.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit f20676ef83ec128feae22192522444dbc4a2597a
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Aug 20 10:52:15 2012 +0100

    missing piece
    
    Change-Id: Ia04a22f15d26be3cb9d99b0e4d948cd154803d8f

diff --git a/sw/source/ui/inc/numberingtypelistbox.hxx b/sw/source/ui/inc/numberingtypelistbox.hxx
index 0a9a339..43a20f6 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);


More information about the Libreoffice-commits mailing list