Kaydet (Commit) 0d5ae0b0 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-private-field

Change-Id: Ie6aeff552b13d2b9abe38c178a4f467d47fc0ca5
Reviewed-on: https://gerrit.libreoffice.org/71520
Tested-by: Jenkins
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 6d3dd643
......@@ -182,7 +182,6 @@
#define SCSTR_QHELP_EXPAND_FORMULA NC_("SCSTR_QHELP_EXPAND_FORMULA", "Expand Formula Bar")
#define SCSTR_QHELP_COLLAPSE_FORMULA NC_("SCSTR_QHELP_COLLAPSE_FORMULA", "Collapse Formula Bar")
#define STR_TITLE_CONFLICT NC_("STR_TITLE_CONFLICT", "Conflict")
#define STR_TITLE_AUTHOR NC_("STR_TITLE_AUTHOR", "Author")
#define STR_TITLE_DATE NC_("STR_TITLE_DATE", "Date")
#define STR_UNKNOWN_USER_CONFLICT NC_("STR_UNKNOWN_USER_CONFLICT", "Unknown User")
......
......@@ -114,7 +114,6 @@ public:
class ScConflictsDlg : public weld::GenericDialogController
{
private:
OUString const maStrTitleConflict;
OUString const maStrUnknownUser;
ScViewData* const mpViewData;
......
......@@ -331,7 +331,6 @@ void ScConflictsResolver::HandleAction( ScChangeAction* pAction, bool bIsSharedA
ScConflictsDlg::ScConflictsDlg(weld::Window* pParent, ScViewData* pViewData, ScDocument* pSharedDoc, ScConflictsList& rConflictsList)
: GenericDialogController(pParent, "modules/scalc/ui/conflictsdialog.ui", "ConflictsDialog")
, maStrTitleConflict ( ScResId( STR_TITLE_CONFLICT ) )
, maStrUnknownUser ( ScResId( STR_UNKNOWN_USER_CONFLICT ) )
, mpViewData ( pViewData )
, mpOwnDoc ( nullptr )
......
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