sw/source/ui/fldui/fldtdlg.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 26b81b23f0ad061b6d44fcea3e07ae4b18a63f94
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Sun Mar 24 21:58:12 2019 +0200
Commit:     Tor Lillqvist <t...@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
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to