diff options
Diffstat (limited to 'sw/source/ui/inc')
-rw-r--r-- | sw/source/ui/inc/dbinsdlg.hxx | 2 | ||||
-rw-r--r-- | sw/source/ui/inc/gloslst.hxx | 2 | ||||
-rw-r--r-- | sw/source/ui/inc/redlndlg.hxx | 8 | ||||
-rw-r--r-- | sw/source/ui/inc/regionsw.hxx | 2 | ||||
-rw-r--r-- | sw/source/ui/inc/swlbox.hxx | 2 | ||||
-rw-r--r-- | sw/source/ui/inc/uinums.hxx | 2 | ||||
-rw-r--r-- | sw/source/ui/inc/unotxvw.hxx | 2 |
7 files changed, 10 insertions, 10 deletions
diff --git a/sw/source/ui/inc/dbinsdlg.hxx b/sw/source/ui/inc/dbinsdlg.hxx index 9b7485cf9a62..7b879f9fa99f 100644 --- a/sw/source/ui/inc/dbinsdlg.hxx +++ b/sw/source/ui/inc/dbinsdlg.hxx @@ -86,7 +86,7 @@ struct SwInsDBColumn }; typedef SwInsDBColumn* SwInsDBColumnPtr; -SV_DECL_PTRARR_SORT_DEL( SwInsDBColumns, SwInsDBColumnPtr, 32, 32 ) +SV_DECL_PTRARR_SORT_DEL( SwInsDBColumns, SwInsDBColumnPtr, 32 ) class SwInsertDBColAutoPilot : public SfxModalDialog, public utl::ConfigItem diff --git a/sw/source/ui/inc/gloslst.hxx b/sw/source/ui/inc/gloslst.hxx index 727191d1b068..7cb847327f06 100644 --- a/sw/source/ui/inc/gloslst.hxx +++ b/sw/source/ui/inc/gloslst.hxx @@ -52,7 +52,7 @@ struct AutoTextGroup typedef AutoTextGroup* AutoTextGroupPtr; -SV_DECL_PTRARR(AutoTextGroups, AutoTextGroupPtr, 4, 4) +SV_DECL_PTRARR(AutoTextGroups, AutoTextGroupPtr, 4) class SwGlossaryList : public AutoTimer { diff --git a/sw/source/ui/inc/redlndlg.hxx b/sw/source/ui/inc/redlndlg.hxx index abb955da098c..81d678b20b91 100644 --- a/sw/source/ui/inc/redlndlg.hxx +++ b/sw/source/ui/inc/redlndlg.hxx @@ -63,18 +63,18 @@ struct SwRedlineDataParent }; typedef SwRedlineDataParent* SwRedlineDataParentPtr; -SV_DECL_PTRARR_DEL(SwRedlineDataParentArr, SwRedlineDataParentPtr, 10, 20) +SV_DECL_PTRARR_DEL(SwRedlineDataParentArr, SwRedlineDataParentPtr, 10) -SV_DECL_PTRARR_SORT(SwRedlineDataParentSortArr, SwRedlineDataParentPtr, 10, 20) +SV_DECL_PTRARR_SORT(SwRedlineDataParentSortArr, SwRedlineDataParentPtr, 10) typedef SwRedlineDataChild* SwRedlineDataChildPtr; -SV_DECL_PTRARR_DEL(SwRedlineDataChildArr, SwRedlineDataChildPtr, 4, 4) +SV_DECL_PTRARR_DEL(SwRedlineDataChildArr, SwRedlineDataChildPtr, 4) typedef SvLBoxEntry* SvLBoxEntryPtr; -SV_DECL_PTRARR(SvLBoxEntryArr, SvLBoxEntryPtr, 100, 100) +SV_DECL_PTRARR(SvLBoxEntryArr, SvLBoxEntryPtr, 100) class SW_DLLPUBLIC SwRedlineAcceptDlg { diff --git a/sw/source/ui/inc/regionsw.hxx b/sw/source/ui/inc/regionsw.hxx index ca006c2bc940..15103d0b6f49 100644 --- a/sw/source/ui/inc/regionsw.hxx +++ b/sw/source/ui/inc/regionsw.hxx @@ -66,7 +66,7 @@ namespace sfx2 *************************************************************************/ class SectRepr; typedef SectRepr* SectReprPtr; -SV_DECL_PTRARR_SORT( SectReprArr, SectReprPtr, 0, 4 ) +SV_DECL_PTRARR_SORT( SectReprArr, SectReprPtr, 0 ) class SwEditRegionDlg : public SfxModalDialog { diff --git a/sw/source/ui/inc/swlbox.hxx b/sw/source/ui/inc/swlbox.hxx index 9788146dde63..d0f718caa5f8 100644 --- a/sw/source/ui/inc/swlbox.hxx +++ b/sw/source/ui/inc/swlbox.hxx @@ -38,7 +38,7 @@ class SwBoxEntry; class Window; -SV_DECL_PTRARR_DEL(SwEntryLst, SwBoxEntry*, 10, 10) +SV_DECL_PTRARR_DEL(SwEntryLst, SwBoxEntry*, 10) /*-------------------------------------------------------------------- Description: SwBoxEntry diff --git a/sw/source/ui/inc/uinums.hxx b/sw/source/ui/inc/uinums.hxx index 5f2f87009da6..cfb846fafc2b 100644 --- a/sw/source/ui/inc/uinums.hxx +++ b/sw/source/ui/inc/uinums.hxx @@ -39,7 +39,7 @@ class SvStream; #define MAX_NUM_RULES 9 typedef SfxPoolItem* SfxPoolItemPtr; -SV_DECL_PTRARR_DEL( _SwNumFmtsAttrs, SfxPoolItemPtr, 5,0 ) +SV_DECL_PTRARR_DEL( _SwNumFmtsAttrs, SfxPoolItemPtr, 5 ) class SW_DLLPUBLIC SwNumRulesWithName { diff --git a/sw/source/ui/inc/unotxvw.hxx b/sw/source/ui/inc/unotxvw.hxx index 0e11b99e946a..5655b6c4fda2 100644 --- a/sw/source/ui/inc/unotxvw.hxx +++ b/sw/source/ui/inc/unotxvw.hxx @@ -56,7 +56,7 @@ class SdrObject; class SwView; typedef ::com::sun::star::uno::Reference< ::com::sun::star::view::XSelectionChangeListener > * XSelectionChangeListenerPtr; -SV_DECL_PTRARR_DEL( SelectionChangeListenerArr, XSelectionChangeListenerPtr, 4, 4 ) +SV_DECL_PTRARR_DEL( SelectionChangeListenerArr, XSelectionChangeListenerPtr, 4 ) class SwXTextView : public ::com::sun::star::view::XSelectionSupplier, |