summaryrefslogtreecommitdiff
path: root/sw/inc/dbmgr.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-04 09:24:56 +0200
committerNoel Grandin <noel@peralex.com>2016-03-04 11:48:04 +0200
commit9cc8a26fcdd4dbf7d5d65869bf84b824339751ce (patch)
treeb08de712db450099763ab9cd4e175354ad4c9837 /sw/inc/dbmgr.hxx
parent9a1e6d916eff1236cc1be2056c91e56018a482bf (diff)
loplugin:unuseddefaultparam in sw
Change-Id: I1a8a25c09ae0c8ba39fcedb032562df93fdd6ba4
Diffstat (limited to 'sw/inc/dbmgr.hxx')
-rw-r--r--sw/inc/dbmgr.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/dbmgr.hxx b/sw/inc/dbmgr.hxx
index f41adaa75b32..7c58b8a20e57 100644
--- a/sw/inc/dbmgr.hxx
+++ b/sw/inc/dbmgr.hxx
@@ -366,8 +366,7 @@ public:
const OUString& rTableOrQuery, bool bMergeShell);
/// open the source while fields are updated - for the calculator only!
- bool OpenDataSource(const OUString& rDataSource, const OUString& rTableOrQuery,
- sal_Int32 nCommandType = -1);
+ bool OpenDataSource(const OUString& rDataSource, const OUString& rTableOrQuery);
sal_uInt32 GetSelectedRecordId(const OUString& rDataSource, const OUString& rTableOrQuery, sal_Int32 nCommandType = -1);
bool GetColumnCnt(const OUString& rSourceName, const OUString& rTableName,
const OUString& rColumnName, sal_uInt32 nAbsRecordId, long nLanguage,