summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/dlgattr.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-17 15:21:54 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-03-18 08:33:50 +0000
commitdd351c8524b270d1fd0f61998e10dba0ccd624b6 (patch)
tree9258389b18dfa876636cf4cc468672f79c95a0a9 /dbaccess/source/ui/inc/dlgattr.hxx
parent4f250922ac59142e6e35e5663ffeefcc14052073 (diff)
loplugin:constantparam in dbaccess
Change-Id: Icfe7d3d4630f4b5b3b2491ba56245257bad31bb8 Reviewed-on: https://gerrit.libreoffice.org/23349 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'dbaccess/source/ui/inc/dlgattr.hxx')
-rw-r--r--dbaccess/source/ui/inc/dlgattr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/inc/dlgattr.hxx b/dbaccess/source/ui/inc/dlgattr.hxx
index 4edb12c484f9..2017654875ce 100644
--- a/dbaccess/source/ui/inc/dlgattr.hxx
+++ b/dbaccess/source/ui/inc/dlgattr.hxx
@@ -33,7 +33,7 @@ namespace dbaui
sal_uInt32 m_nNumberFormatId;
public:
- SbaSbAttrDlg(vcl::Window * pParent, const SfxItemSet*, SvNumberFormatter*, bool bHasFormat, bool bRow = false);
+ SbaSbAttrDlg(vcl::Window * pParent, const SfxItemSet*, SvNumberFormatter*, bool bHasFormat);
virtual ~SbaSbAttrDlg();
virtual void dispose() override;