summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/ui/fldui/fldtdlg.cxx2
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
}