Kaydet (Commit) 8640859d authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: private field 'mnId' is not used

Change-Id: I406ebb303b1f36f827c3cbf33f8f4cf3dcaed2f1
üst 943f82a5
......@@ -21,9 +21,9 @@
namespace sc {
SearchResultsDlg::SearchResultsDlg( SfxBindings* _pBindings, Window* pParent, sal_uInt16 nId ) :
SearchResultsDlg::SearchResultsDlg( SfxBindings* _pBindings, Window* pParent, sal_uInt16 /* nId */ ) :
ModelessDialog(pParent, "SearchResultsDialog", "modules/scalc/ui/searchresults.ui"),
mpBindings(_pBindings), mnId(nId), mpDoc(NULL)
mpBindings(_pBindings), mpDoc(NULL)
{
SvSimpleTableContainer *pContainer = get<SvSimpleTableContainer>("results");
Size aControlSize(150, 120);
......
......@@ -23,8 +23,6 @@ class SearchResultsDlg : public ModelessDialog
{
SvSimpleTable *mpList;
SfxBindings* mpBindings;
sal_uInt16 mnId;
ScDocument* mpDoc;
DECL_LINK( ListSelectHdl, void * );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment