diff options
author | Tor Lillqvist <tml@collabora.com> | 2019-03-24 21:58:12 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2019-03-24 23:03:46 +0200 |
commit | 26b81b23f0ad061b6d44fcea3e07ae4b18a63f94 (patch) | |
tree | c70e3db2da4213f027ce8bebf8e6211db3783e3b /sw/source/ui | |
parent | 1971c61ac750e76f33869c323a9e8abe8201cd99 (diff) |
Fix compilation for !HAVE_FEATURE_DBCONNECTIVITY case
Change-Id: If907624a7c52e7f11d74a9f50078068d0f80dc5f
Diffstat (limited to 'sw/source/ui')
-rw-r--r-- | sw/source/ui/fldui/fldtdlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/fldui/fldtdlg.cxx b/sw/source/ui/fldui/fldtdlg.cxx index d7acc4f5aa0b..fc3c489eb60b 100644 --- a/sw/source/ui/fldui/fldtdlg.cxx +++ b/sw/source/ui/fldui/fldtdlg.cxx @@ -284,7 +284,7 @@ void SwFieldDlg::PageCreated(const OString& rId, SfxTabPage& rPage) } } #else - (void) nId; + (void) rId; (void) rPage; #endif } |