[Libreoffice-commits] core.git: sw/source
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Sun Mar 24 21:04:13 UTC 2019
sw/source/ui/fldui/fldtdlg.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 26b81b23f0ad061b6d44fcea3e07ae4b18a63f94
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Sun Mar 24 21:58:12 2019 +0200
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Sun Mar 24 23:03:46 2019 +0200
Fix compilation for !HAVE_FEATURE_DBCONNECTIVITY case
Change-Id: If907624a7c52e7f11d74a9f50078068d0f80dc5f
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
}
More information about the Libreoffice-commits
mailing list