[Libreoffice-commits] core.git: cui/source dbaccess/source include/svtools include/svx include/vcl sc/source sd/source svtools/source svx/source sw/source

Noel Grandin noel at peralex.com
Tue Aug 25 02:24:12 PDT 2015


 cui/source/inc/cuigaldlg.hxx                  |    2 +-
 cui/source/inc/cuigrfflt.hxx                  |    2 +-
 cui/source/options/fontsubs.hxx               |    4 ++--
 dbaccess/source/core/dataaccess/intercept.hxx |    2 +-
 include/svtools/PlaceEditDialog.hxx           |    2 +-
 include/svtools/ServerDetailsControls.hxx     |    2 +-
 include/svx/srchdlg.hxx                       |    6 +++---
 include/vcl/graphicfilter.hxx                 |    2 +-
 sc/source/ui/inc/tabpages.hxx                 |    2 +-
 sd/source/ui/inc/View.hxx                     |    2 +-
 sd/source/ui/slideshow/showwindow.hxx         |    2 +-
 svtools/source/filter/exportdialog.hxx        |   12 ++++++------
 svtools/source/graphic/grfcache.hxx           |    2 +-
 svx/source/dialog/_bmpmask.cxx                |    6 +++---
 svx/source/gallery2/galbrws2.cxx              |    4 ++--
 sw/source/ui/envelp/swuilabimp.hxx            |    2 +-
 sw/source/ui/fldui/flddb.hxx                  |    4 ++--
 sw/source/ui/fldui/fldpage.hxx                |    2 +-
 sw/source/ui/fldui/fldvar.hxx                 |    2 +-
 sw/source/ui/index/swuiidxmrk.cxx             |    2 +-
 sw/source/uibase/inc/convert.hxx              |    2 +-
 sw/source/uibase/inc/fldedt.hxx               |    2 +-
 sw/source/uibase/inc/instable.hxx             |    4 ++--
 sw/source/uibase/inc/mailmrge.hxx             |    8 ++++----
 sw/source/uibase/inc/optpage.hxx              |    4 ++--
 sw/source/uibase/inc/redlndlg.hxx             |    2 +-
 sw/source/uibase/inc/swuiidxmrk.hxx           |    2 +-
 sw/source/uibase/table/tablepg.hxx            |    2 +-
 28 files changed, 45 insertions(+), 45 deletions(-)

New commits:
commit fab18ef350058081967c66e1eea50dde44d08c41
Author: Noel Grandin <noel at peralex.com>
Date:   Tue Aug 25 10:15:42 2015 +0200

    parameter names are useless in DECL_LINK declarations
    
    Change-Id: I77f7b528ed97964bdc153f820f6f96977ddb9254

diff --git a/cui/source/inc/cuigaldlg.hxx b/cui/source/inc/cuigaldlg.hxx
index a7d987e..64c92e5 100644
--- a/cui/source/inc/cuigaldlg.hxx
+++ b/cui/source/inc/cuigaldlg.hxx
@@ -160,7 +160,7 @@ private:
 
                         DECL_LINK( ClickCancelBtn, void* );
                         DECL_LINK_TYPED( TimeoutHdl, Idle*, void );
-                        DECL_LINK( ActualizeHdl, INetURLObject* pURL );
+                        DECL_LINK( ActualizeHdl, INetURLObject* );
 
 public:
                         ActualizeProgress( vcl::Window* pWindow, GalleryTheme* pThm );
diff --git a/cui/source/inc/cuigrfflt.hxx b/cui/source/inc/cuigrfflt.hxx
index 74a481f..93efc3b 100644
--- a/cui/source/inc/cuigrfflt.hxx
+++ b/cui/source/inc/cuigrfflt.hxx
@@ -74,7 +74,7 @@ private:
     bool            bIsBitmap;
 
     DECL_LINK_TYPED(ImplPreviewTimeoutHdl, Timer *, void);
-    DECL_LINK( ImplModifyHdl, void* p );
+    DECL_LINK( ImplModifyHdl, void* );
 
 protected:
     VclPtr<GraphicPreviewWindow>  mpPreview;
diff --git a/cui/source/options/fontsubs.hxx b/cui/source/options/fontsubs.hxx
index 90e0e60..5a47c78 100644
--- a/cui/source/options/fontsubs.hxx
+++ b/cui/source/options/fontsubs.hxx
@@ -81,8 +81,8 @@ class SvxFontSubstTabPage : public SfxTabPage
 
     SvLBoxButtonData*   pCheckButtonData;
 
-    DECL_LINK(SelectHdl, vcl::Window *pWin = 0);
-    DECL_LINK(NonPropFontsHdl, CheckBox* pBox);
+    DECL_LINK(SelectHdl, vcl::Window *);
+    DECL_LINK(NonPropFontsHdl, CheckBox* );
 
     SvTreeListEntry*    CreateEntry(OUString& rFont1, OUString& rFont2);
     void            CheckEnable();
diff --git a/dbaccess/source/core/dataaccess/intercept.hxx b/dbaccess/source/core/dataaccess/intercept.hxx
index 767fadf..2d7e8ec 100644
--- a/dbaccess/source/core/dataaccess/intercept.hxx
+++ b/dbaccess/source/core/dataaccess/intercept.hxx
@@ -39,7 +39,7 @@ class OInterceptor : public ::cppu::WeakImplHelper< css::frame::XDispatchProvide
                                                     css::frame::XDispatch,
                                                     css::document::XDocumentEventListener>
 {
-    DECL_LINK( OnDispatch, void* _aURL  );
+    DECL_LINK( OnDispatch, void*  );
 protected:
     virtual ~OInterceptor();
 public:
diff --git a/include/svtools/PlaceEditDialog.hxx b/include/svtools/PlaceEditDialog.hxx
index 6ab6c52..066689e 100644
--- a/include/svtools/PlaceEditDialog.hxx
+++ b/include/svtools/PlaceEditDialog.hxx
@@ -88,7 +88,7 @@ private:
     DECL_LINK ( SelectTypeHdl, void * );
     DECL_LINK ( EditLabelHdl, void * );
     DECL_LINK ( EditUsernameHdl, void * );
-    DECL_LINK ( ToggledPassHdl, CheckBox * pCheckBox );
+    DECL_LINK ( ToggledPassHdl, CheckBox * );
 
 };
 
diff --git a/include/svtools/ServerDetailsControls.hxx b/include/svtools/ServerDetailsControls.hxx
index f3f02fa..de35aa7 100644
--- a/include/svtools/ServerDetailsControls.hxx
+++ b/include/svtools/ServerDetailsControls.hxx
@@ -102,7 +102,7 @@ class DavDetailsContainer : public HostDetailsContainer
         virtual bool verifyScheme( const OUString& rScheme ) SAL_OVERRIDE;
 
     private:
-        DECL_LINK ( ToggledDavsHdl, CheckBox * pCheckBox );
+        DECL_LINK ( ToggledDavsHdl, CheckBox * );
 };
 
 class SmbDetailsContainer : public DetailsContainer
diff --git a/include/svx/srchdlg.hxx b/include/svx/srchdlg.hxx
index 464c7bf..7ddfbf6 100644
--- a/include/svx/srchdlg.hxx
+++ b/include/svx/srchdlg.hxx
@@ -230,9 +230,9 @@ private:
 
     mutable sal_Int32           nTransliterationFlags;
 
-    DECL_LINK( ModifyHdl_Impl, ComboBox* pEdit );
-    DECL_LINK( FlagHdl_Impl, Control* pCtrl );
-    DECL_LINK( CommandHdl_Impl, Button* pBtn );
+    DECL_LINK( ModifyHdl_Impl, ComboBox* );
+    DECL_LINK( FlagHdl_Impl, Control* );
+    DECL_LINK( CommandHdl_Impl, Button* );
     DECL_LINK(TemplateHdl_Impl, void *);
     DECL_LINK( FocusHdl_Impl, Control* );
     DECL_LINK(LoseFocusHdl_Impl, void *);
diff --git a/include/vcl/graphicfilter.hxx b/include/vcl/graphicfilter.hxx
index 5d34d0f..a802474 100644
--- a/include/vcl/graphicfilter.hxx
+++ b/include/vcl/graphicfilter.hxx
@@ -241,7 +241,7 @@ private:
     sal_uLong           ImplSetError( sal_uLong nError, const SvStream* pStm = NULL );
     sal_uInt16      ImpTestOrFindFormat( const OUString& rPath, SvStream& rStream, sal_uInt16& rFormat );
 
-                    DECL_LINK( FilterCallback, ConvertData* pData );
+                    DECL_LINK( FilterCallback, ConvertData* );
 
 protected:
 
diff --git a/sc/source/ui/inc/tabpages.hxx b/sc/source/ui/inc/tabpages.hxx
index b2c2014..999c52a 100644
--- a/sc/source/ui/inc/tabpages.hxx
+++ b/sc/source/ui/inc/tabpages.hxx
@@ -59,7 +59,7 @@ private:
     bool            bHidePrint;
 
     // Handler:
-    DECL_LINK( ButtonClickHdl, TriStateBox* pBox );
+    DECL_LINK( ButtonClickHdl, TriStateBox* );
     void        UpdateButtons();
 };
 
diff --git a/sd/source/ui/inc/View.hxx b/sd/source/ui/inc/View.hxx
index 94bb846..7884da0 100644
--- a/sd/source/ui/inc/View.hxx
+++ b/sd/source/ui/inc/View.hxx
@@ -278,7 +278,7 @@ protected:
 
                             DECL_LINK_TYPED( DropErrorHdl, Idle*, void );
                             DECL_LINK_TYPED( DropInsertFileHdl, Idle*, void );
-                            DECL_LINK( ExecuteNavigatorDrop, SdNavigatorDropEvent* pSdNavigatorDropEvent );
+                            DECL_LINK( ExecuteNavigatorDrop, SdNavigatorDropEvent* );
 
     void ImplClearDrawDropMarker();
 
diff --git a/sd/source/ui/slideshow/showwindow.hxx b/sd/source/ui/slideshow/showwindow.hxx
index a9a5eab..ab7aac7 100644
--- a/sd/source/ui/slideshow/showwindow.hxx
+++ b/sd/source/ui/slideshow/showwindow.hxx
@@ -109,7 +109,7 @@ private:
 
                     DECL_LINK_TYPED( PauseTimeoutHdl, Timer*, void );
                     DECL_LINK_TYPED(MouseTimeoutHdl, Timer *, void);
-                    DECL_LINK( EventHdl, VclWindowEvent* pEvent );
+                    DECL_LINK( EventHdl, VclWindowEvent* );
 
     ::rtl::Reference< SlideshowImpl > mxController;
 };
diff --git a/svtools/source/filter/exportdialog.hxx b/svtools/source/filter/exportdialog.hxx
index 1ef4ecd..a68aa69 100644
--- a/svtools/source/filter/exportdialog.hxx
+++ b/svtools/source/filter/exportdialog.hxx
@@ -142,13 +142,13 @@ private:
                         mxPage;
 
 
-                        DECL_LINK( UpdateHdl,void* p );
-                        DECL_LINK( UpdateHdlMtfSizeX,void* p );
-                        DECL_LINK( UpdateHdlMtfSizeY,void* p );
-                        DECL_LINK( UpdateHdlNfResolution,void* p );
-                        DECL_LINK( SbCompressionUpdateHdl,void* p );
+                        DECL_LINK( UpdateHdl, void* );
+                        DECL_LINK( UpdateHdlMtfSizeX, void* );
+                        DECL_LINK( UpdateHdlMtfSizeY, void* );
+                        DECL_LINK( UpdateHdlNfResolution, void* );
+                        DECL_LINK( SbCompressionUpdateHdl, void* );
 
-                        DECL_LINK( OK, void* p );
+                        DECL_LINK( OK, void* );
 
                         void setupSizeControls();
                         void createFilterOptions();
diff --git a/svtools/source/graphic/grfcache.hxx b/svtools/source/graphic/grfcache.hxx
index 6164cb2..f7de053 100644
--- a/svtools/source/graphic/grfcache.hxx
+++ b/svtools/source/graphic/grfcache.hxx
@@ -51,7 +51,7 @@ private:
     GraphicCacheEntry*      ImplGetCacheEntry( const GraphicObject& rObj );
 
 
-                            DECL_LINK_TYPED( ReleaseTimeoutHdl, Timer* pTimer, void );
+                            DECL_LINK_TYPED( ReleaseTimeoutHdl, Timer*, void );
 
 public:
 
diff --git a/svx/source/dialog/_bmpmask.cxx b/svx/source/dialog/_bmpmask.cxx
index fdae3db..ef68703 100644
--- a/svx/source/dialog/_bmpmask.cxx
+++ b/svx/source/dialog/_bmpmask.cxx
@@ -173,9 +173,9 @@ public:
     bool        IsExecReady() const { return bExecState; }
 
                 DECL_LINK_TYPED( PipetteHdl, ToolBox*, void );
-                DECL_LINK( CbxHdl, CheckBox* pCbx );
-                DECL_LINK( CbxTransHdl, CheckBox* pCbx );
-                DECL_LINK( FocusLbHdl, ColorLB* pLb );
+                DECL_LINK( CbxHdl, CheckBox* );
+                DECL_LINK( CbxTransHdl, CheckBox* );
+                DECL_LINK( FocusLbHdl, ColorLB* );
                 DECL_LINK(ExecHdl, void *);
 };
 
diff --git a/svx/source/gallery2/galbrws2.cxx b/svx/source/gallery2/galbrws2.cxx
index 8830f65..13ba4de 100644
--- a/svx/source/gallery2/galbrws2.cxx
+++ b/svx/source/gallery2/galbrws2.cxx
@@ -121,8 +121,8 @@ private:
     static void Execute( const CommandInfo &rCmdInfo,
                   const css::uno::Sequence< css::beans::PropertyValue > &rArguments );
 
-    DECL_LINK( MenuSelectHdl, Menu* pMenu );
-    DECL_LINK( BackgroundMenuSelectHdl, Menu* pMenu );
+    DECL_LINK( MenuSelectHdl, Menu* );
+    DECL_LINK( BackgroundMenuSelectHdl, Menu* );
 public:
     GalleryThemePopup( const GalleryTheme* pTheme,
                        sal_uIntPtr nObjectPos,
diff --git a/sw/source/ui/envelp/swuilabimp.hxx b/sw/source/ui/envelp/swuilabimp.hxx
index d69af8d..6e7ec2e 100644
--- a/sw/source/ui/envelp/swuilabimp.hxx
+++ b/sw/source/ui/envelp/swuilabimp.hxx
@@ -48,7 +48,7 @@ class SwLabPage : public SfxTabPage
     bool        m_bLabel;
 
     DECL_LINK(AddrHdl, void *);
-    DECL_LINK( DatabaseHdl, ListBox *pListBox );
+    DECL_LINK( DatabaseHdl, ListBox * );
     DECL_LINK(FieldHdl, void *);
     DECL_LINK(PageHdl, void *);
     DECL_LINK(MakeHdl, void *);
diff --git a/sw/source/ui/fldui/flddb.hxx b/sw/source/ui/fldui/flddb.hxx
index 0ac7f4c..220d531 100644
--- a/sw/source/ui/fldui/flddb.hxx
+++ b/sw/source/ui/fldui/flddb.hxx
@@ -55,8 +55,8 @@ class SwFieldDBPage : public SwFieldPage
     Link<>              m_aOldNumSelectHdl;
 
     DECL_LINK( TypeHdl, ListBox* );
-    DECL_LINK( NumSelectHdl, NumFormatListBox* pLB = 0);
-    DECL_LINK( TreeSelectHdl, SvTreeListBox* pBox );
+    DECL_LINK( NumSelectHdl, NumFormatListBox* );
+    DECL_LINK( TreeSelectHdl, SvTreeListBox* );
     DECL_LINK(ModifyHdl, void *);
     DECL_LINK(AddDBHdl, void *);
 
diff --git a/sw/source/ui/fldui/fldpage.hxx b/sw/source/ui/fldui/fldpage.hxx
index 15c063d..845f449 100644
--- a/sw/source/ui/fldui/fldpage.hxx
+++ b/sw/source/ui/fldui/fldpage.hxx
@@ -53,7 +53,7 @@ protected:
     SwField*            GetCurField()               { return m_pCurField;}
     SwWrtShell*         GetWrtShell() { return m_pWrtShell;}
 
-    DECL_LINK( InsertHdl, Button *pBtn = 0 );
+    DECL_LINK( InsertHdl, Button * = 0);
     DECL_LINK(NumFormatHdl, void *);
 
     void                Init();
diff --git a/sw/source/ui/fldui/fldvar.hxx b/sw/source/ui/fldui/fldvar.hxx
index 13ed1e5..6292a5d 100644
--- a/sw/source/ui/fldui/fldvar.hxx
+++ b/sw/source/ui/fldui/fldvar.hxx
@@ -77,7 +77,7 @@ class SwFieldVarPage : public SwFieldPage
     bool                bInit;
 
     DECL_LINK(TypeHdl, void *);
-    DECL_LINK( SubTypeHdl, ListBox* pLB = 0 );
+    DECL_LINK( SubTypeHdl, ListBox* );
     DECL_LINK(ModifyHdl, void * = 0);
     DECL_LINK_TYPED( TBClickHdl, ToolBox *, void );
     DECL_LINK(ChapterHdl, void * = 0);
diff --git a/sw/source/ui/index/swuiidxmrk.cxx b/sw/source/ui/index/swuiidxmrk.cxx
index 6042913..ab1283f 100644
--- a/sw/source/ui/index/swuiidxmrk.cxx
+++ b/sw/source/ui/index/swuiidxmrk.cxx
@@ -1001,7 +1001,7 @@ class SwCreateAuthEntryDlg_Impl : public ModalDialog
 
     DECL_LINK(IdentifierHdl, ComboBox*);
     DECL_LINK(ShortNameHdl, Edit*);
-    DECL_LINK(EnableHdl, ListBox* pBox);
+    DECL_LINK(EnableHdl, ListBox*);
 
 public:
     SwCreateAuthEntryDlg_Impl(vcl::Window* pParent,
diff --git a/sw/source/uibase/inc/convert.hxx b/sw/source/uibase/inc/convert.hxx
index c1ff57a..39d4e47 100644
--- a/sw/source/uibase/inc/convert.hxx
+++ b/sw/source/uibase/inc/convert.hxx
@@ -58,7 +58,7 @@ class SwConvertTableDlg: public SfxModalDialog
     DECL_LINK( AutoFormatHdl, PushButton* );
     DECL_LINK( BtnHdl, Button* );
     DECL_LINK(CheckBoxHdl, void * = 0);
-    DECL_LINK( ReapeatHeaderCheckBoxHdl, void* p = 0 );
+    DECL_LINK( ReapeatHeaderCheckBoxHdl, void* = 0);
 
 public:
     SwConvertTableDlg( SwView& rView, bool bToTable );
diff --git a/sw/source/uibase/inc/fldedt.hxx b/sw/source/uibase/inc/fldedt.hxx
index 21334df..b7bf377 100644
--- a/sw/source/uibase/inc/fldedt.hxx
+++ b/sw/source/uibase/inc/fldedt.hxx
@@ -33,7 +33,7 @@ class SwFieldEditDlg : public SfxSingleTabDialog
     VclPtr<PushButton> m_pAddressBT;
 
     DECL_LINK(AddressHdl, void *);
-    DECL_LINK(NextPrevHdl, Button *pBt = 0);
+    DECL_LINK(NextPrevHdl, Button *);
 
     void            Init();
     VclPtr<SfxTabPage> CreatePage(sal_uInt16 nGroup);
diff --git a/sw/source/uibase/inc/instable.hxx b/sw/source/uibase/inc/instable.hxx
index c52db23..b10625b 100644
--- a/sw/source/uibase/inc/instable.hxx
+++ b/sw/source/uibase/inc/instable.hxx
@@ -60,8 +60,8 @@ class SwInsTableDlg : public SfxModalDialog
     DECL_LINK( AutoFormatHdl, PushButton* );
     DECL_LINK(OKHdl, void*);
     DECL_LINK(CheckBoxHdl, void * = 0);
-    DECL_LINK( ReapeatHeaderCheckBoxHdl, void* p = 0 );
-    DECL_LINK( ModifyRepeatHeaderNF_Hdl, void* p = 0 );
+    DECL_LINK( ReapeatHeaderCheckBoxHdl, void* = 0);
+    DECL_LINK( ModifyRepeatHeaderNF_Hdl, void* );
 
 public:
     SwInsTableDlg( SwView& rView );
diff --git a/sw/source/uibase/inc/mailmrge.hxx b/sw/source/uibase/inc/mailmrge.hxx
index 1ff9116..8c221b5 100644
--- a/sw/source/uibase/inc/mailmrge.hxx
+++ b/sw/source/uibase/inc/mailmrge.hxx
@@ -104,12 +104,12 @@ class SwMailMergeDlg : public SvxStandardDialog
     Size            m_aDialogSize;
     OUString m_sSaveFilter;
 
-    DECL_LINK( ButtonHdl, Button* pBtn );
+    DECL_LINK( ButtonHdl, Button* );
     DECL_LINK(InsertPathHdl, void *);
-    DECL_LINK( OutputTypeHdl, RadioButton* pBtn );
-    DECL_LINK( FilenameHdl, CheckBox* pBtn );
+    DECL_LINK( OutputTypeHdl, RadioButton* );
+    DECL_LINK( FilenameHdl, CheckBox* );
     DECL_LINK(ModifyHdl, void *);
-    DECL_LINK( SaveTypeHdl, RadioButton* pBtn );
+    DECL_LINK( SaveTypeHdl, RadioButton* );
 
     virtual void    Apply() SAL_OVERRIDE;
     bool            ExecQryShell();
diff --git a/sw/source/uibase/inc/optpage.hxx b/sw/source/uibase/inc/optpage.hxx
index 05f0a8b..1d096fa 100644
--- a/sw/source/uibase/inc/optpage.hxx
+++ b/sw/source/uibase/inc/optpage.hxx
@@ -340,9 +340,9 @@ class SwRedlineOptionsTabPage : public SfxTabPage
     OUString             sAuthor;
     OUString             sNone;
 
-    DECL_LINK(AttribHdl, ListBox* pLB);
+    DECL_LINK(AttribHdl, ListBox*);
     DECL_LINK(ChangedMaskPrevHdl, void* = 0);
-    DECL_LINK(ColorHdl, ColorListBox* pColorLB);
+    DECL_LINK(ColorHdl, ColorListBox*);
 
     static void InitFontStyle(SvxFontPrevWindow& rExampleWin);
 
diff --git a/sw/source/uibase/inc/redlndlg.hxx b/sw/source/uibase/inc/redlndlg.hxx
index a4d8581..7d41528 100644
--- a/sw/source/uibase/inc/redlndlg.hxx
+++ b/sw/source/uibase/inc/redlndlg.hxx
@@ -114,7 +114,7 @@ public:
     SwRedlineAcceptDlg(vcl::Window *pParent, VclBuilderContainer *pBuilder, vcl::Window *pContentArea, bool bAutoFormat = false);
     virtual ~SwRedlineAcceptDlg();
 
-    DECL_LINK( FilterChangedHdl, void *pDummy = 0 );
+    DECL_LINK( FilterChangedHdl, void * = 0 );
 
     inline SvxAcceptChgCtr& GetChgCtrl()        { return *aTabPagesCTRL.get(); }
     inline bool     HasRedlineAutoFormat() const   { return bRedlnAutoFormat; }
diff --git a/sw/source/uibase/inc/swuiidxmrk.hxx b/sw/source/uibase/inc/swuiidxmrk.hxx
index e930761..6055856 100644
--- a/sw/source/uibase/inc/swuiidxmrk.hxx
+++ b/sw/source/uibase/inc/swuiidxmrk.hxx
@@ -114,7 +114,7 @@ class SwIndexMarkPane
     DECL_LINK(NextSameHdl, void *);
     DECL_LINK(PrevHdl, void *);
     DECL_LINK(PrevSameHdl, void *);
-    DECL_LINK( ModifyHdl, ListBox* pBox = 0 );
+    DECL_LINK( ModifyHdl, ListBox* );
     DECL_LINK( KeyDCBModifyHdl, ComboBox * );
     DECL_LINK(NewUserIdxHdl, void *);
     DECL_LINK( SearchTypeHdl, CheckBox*);
diff --git a/sw/source/uibase/table/tablepg.hxx b/sw/source/uibase/table/tablepg.hxx
index 2a01c57..3d6833a 100644
--- a/sw/source/uibase/table/tablepg.hxx
+++ b/sw/source/uibase/table/tablepg.hxx
@@ -178,7 +178,7 @@ class SwTextFlowPage : public SfxTabPage
     DECL_LINK( PageBreakTypeHdl_Impl, RadioButton* );
     DECL_LINK( SplitHdl_Impl, CheckBox* );
     DECL_STATIC_LINK( SwTextFlowPage, SplitRowHdl_Impl, TriStateBox* );
-    DECL_LINK( HeadLineCBClickHdl, void* p = 0 );
+    DECL_LINK( HeadLineCBClickHdl, void* = 0 );
 
 public:
     SwTextFlowPage( vcl::Window* pParent, const SfxItemSet& rSet );


More information about the Libreoffice-commits mailing list