summaryrefslogtreecommitdiff
path: root/sw/inc/dbmgr.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-06-27 11:25:21 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-09-20 21:23:45 +0200
commitca7c24dafe7aba7c2d71994d2561f1ae3d59257e (patch)
tree55fb1d24d6f706868519d3a821510433d8824397 /sw/inc/dbmgr.hxx
parent15521912ccbba14fe5f5b91009bfec154c7f29a1 (diff)
weld SwDBTablePreviewDialog and SwMailMergeDlg
Change-Id: Icb7c96b6e9a4d6777fbd0cb4a8eb54547413d390 Reviewed-on: https://gerrit.libreoffice.org/74798 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/inc/dbmgr.hxx')
-rw-r--r--sw/inc/dbmgr.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/inc/dbmgr.hxx b/sw/inc/dbmgr.hxx
index d648ff0fc3f0..c9e69a9861e1 100644
--- a/sw/inc/dbmgr.hxx
+++ b/sw/inc/dbmgr.hxx
@@ -312,13 +312,8 @@ public:
bool GetTableNames(weld::ComboBox& rBox, const OUString& rDBName);
/// Fill listbox with all column names of a database table.
- void GetColumnNames(ListBox* pListBox,
- const OUString& rDBName, const OUString& rTableName);
void GetColumnNames(weld::ComboBox& rBox,
const OUString& rDBName, const OUString& rTableName);
- static void GetColumnNames(ListBox* pListBox,
- css::uno::Reference< css::sdbc::XConnection> const & xConnection,
- const OUString& rTableName);
static void GetColumnNames(weld::ComboBox& rBox,
css::uno::Reference< css::sdbc::XConnection> const & xConnection,
const OUString& rTableName);