summaryrefslogtreecommitdiff
path: root/cui/source/factory/dlgfact.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/factory/dlgfact.cxx')
-rw-r--r--cui/source/factory/dlgfact.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/factory/dlgfact.cxx b/cui/source/factory/dlgfact.cxx
index 7010cfc0af19..14ffacf86708 100644
--- a/cui/source/factory/dlgfact.cxx
+++ b/cui/source/factory/dlgfact.cxx
@@ -1590,9 +1590,9 @@ SvxAbstractInsRowColDlg* AbstractDialogFactory_Impl::CreateSvxInsRowColDlg( vcl:
AbstractPasswordToOpenModifyDialog * AbstractDialogFactory_Impl::CreatePasswordToOpenModifyDialog(
vcl::Window * pParent,
- sal_uInt16 nMinPasswdLen, sal_uInt16 nMaxPasswdLen, bool bIsPasswordToModify )
+ sal_uInt16 nMaxPasswdLen, bool bIsPasswordToModify )
{
- VclPtrInstance<PasswordToOpenModifyDialog> pDlg( pParent, nMinPasswdLen, nMaxPasswdLen, bIsPasswordToModify );
+ VclPtrInstance<PasswordToOpenModifyDialog> pDlg( pParent, 0, nMaxPasswdLen, bIsPasswordToModify );
return new AbstractPasswordToOpenModifyDialog_Impl( pDlg );
}
7:01:49 +0200'>2016-06-18uitest: work on supporting ui objects in sfx2 for uitestingMarkus Mohrhard 2016-05-20New Template ManagerAkshay Deep 2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin 2016-04-26tdf#64292 tdf#94639 Meaningless Functions in Template Properties DialogAkshay Deep 2016-03-30notebookbar: Trying to use the SfxChildWindow for it does not work too well.Jan Holesovsky 2016-03-30notebookbar: Instantiate the notebookbar via sfx2 infrastructure.Szymon Kłos 2016-02-28Kill sfx2 menu supportMaxim Monastirsky 2016-02-25sfx2 classification: add categories controller for the toolbarMiklos Vajna 2016-02-17sfx2: introduce initial SfxClassificationHelperMiklos Vajna 2015-12-17[API CHANGE] Remove NPAPI-related UNO APIThorsten Behrens 2015-12-17Remove unused ToolPanel (aka TaskPane)Samuel Mehrbrodt 2015-11-16Cleanup: Consolidate the different ways to get command labels/tooltipsSamuel Mehrbrodt 2015-09-21sfx2: add SfxLokHelperMiklos Vajna 2015-07-26handle more than one chart with chart sidebarMarkus Mohrhard 2015-07-17StyleManager: move style search to its own methodTomaž Vajngerl 2015-06-22new uno sidebar api tdf#91806Laurent Godard