-Werror,-Wunused-private-field

Change-Id: I17b193e79f4eaf54c9ae8f5c6dfd204b8fc4ad3b
This commit is contained in:
Stephan Bergmann
2015-08-06 09:25:23 +02:00
parent 3a2929e3f8
commit d6b7644607
4 changed files with 0 additions and 16 deletions

View File

@@ -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 ) ),

View File

@@ -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

View File

@@ -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?" ;

View File

@@ -57,8 +57,6 @@ class SvBaseLinksDlg : public ModalDialog
OUString aStrAutolink;
OUString aStrManuallink;
OUString aStrBrokenlink;
OUString aStrGraphiclink;
OUString aStrButtonclose;
OUString aStrCloselinkmsg;
OUString aStrCloselinkmsgMulti;
OUString aStrWaitinglink;