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

-Werror,-Wunused-private-field

Change-Id: I17b193e79f4eaf54c9ae8f5c6dfd204b8fc4ad3b
üst 3a2929e3
......@@ -91,8 +91,6 @@ SvBaseLinksDlg::SvBaseLinksDlg( vcl::Window * pParent, LinkManager* pMgr, bool b
aStrAutolink( CUI_RES( STR_AUTOLINK ) ),
aStrManuallink( CUI_RES( STR_MANUALLINK ) ),
aStrBrokenlink( CUI_RES( STR_BROKENLINK ) ),
aStrGraphiclink( CUI_RES( STR_GRAPHICLINK ) ),
aStrButtonclose( CUI_RES( STR_BUTTONCLOSE ) ),
aStrCloselinkmsg( CUI_RES( STR_CLOSELINKMSG ) ),
aStrCloselinkmsgMulti( CUI_RES( STR_CLOSELINKMSG_MULTI ) ),
aStrWaitinglink( CUI_RES( STR_WAITINGLINK ) ),
......
......@@ -23,8 +23,6 @@
#define STR_AUTOLINK 32006
#define STR_MANUALLINK 32007
#define STR_BROKENLINK 32008
#define STR_GRAPHICLINK 32009
#define STR_BUTTONCLOSE 32010
#define STR_CLOSELINKMSG 32011
#define STR_CLOSELINKMSG_MULTI 32024
#define STR_WAITINGLINK 32028
......
......@@ -36,16 +36,6 @@ String STR_BROKENLINK
Text [ en-US ] = "Not available" ;
};
String STR_GRAPHICLINK
{
Text [ en-US ] = "Graphic" ;
};
String STR_BUTTONCLOSE
{
Text [ en-US ] = "~Close" ;
};
String STR_CLOSELINKMSG
{
Text [ en-US ] = "Are you sure you want to remove the selected link?" ;
......
......@@ -57,8 +57,6 @@ class SvBaseLinksDlg : public ModalDialog
OUString aStrAutolink;
OUString aStrManuallink;
OUString aStrBrokenlink;
OUString aStrGraphiclink;
OUString aStrButtonclose;
OUString aStrCloselinkmsg;
OUString aStrCloselinkmsgMulti;
OUString aStrWaitinglink;
......
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