summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/QueryDesignView.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-23 10:50:37 +0200
committerNoel Grandin <noel@peralex.com>2016-03-23 11:22:34 +0200
commit26d02747847a8ec9745713d7e2409c72b5fd7138 (patch)
tree0452c52a632896fd4d79ae2391e318912fa21656 /dbaccess/source/ui/inc/QueryDesignView.hxx
parent46377531593cf3484f4b48c5398a03bbaaf0d053 (diff)
loplugin:constantparam in dbaccess
Change-Id: I81c1385ec6881fe9b8f75b5506268f5e7b03e2cb
Diffstat (limited to 'dbaccess/source/ui/inc/QueryDesignView.hxx')
-rw-r--r--dbaccess/source/ui/inc/QueryDesignView.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/inc/QueryDesignView.hxx b/dbaccess/source/ui/inc/QueryDesignView.hxx
index 82b1b6146c3f..743b33d9abeb 100644
--- a/dbaccess/source/ui/inc/QueryDesignView.hxx
+++ b/dbaccess/source/ui/inc/QueryDesignView.hxx
@@ -108,7 +108,7 @@ namespace dbaui
css::lang::Locale getLocale() const { return m_aLocale;}
OUString getDecimalSeparator() const { return m_sDecimalSep;}
- SqlParseError InsertField( const OTableFieldDescRef& rInfo, bool bVis = true, bool bActivate = true);
+ SqlParseError InsertField( const OTableFieldDescRef& rInfo, bool bActivate = true);
bool HasFieldByAliasName(const OUString& rFieldName, OTableFieldDescRef& rInfo) const;
// save the position of the table window and the pos of the splitters
// called when fields are deleted