cui/source/dialogs/linkdlg.cxx | 2 -- cui/source/dialogs/svuidlg.hrc | 2 -- cui/source/dialogs/svuidlg.src | 10 ---------- cui/source/inc/linkdlg.hxx | 2 -- 4 files changed, 16 deletions(-)
New commits: commit d6b7644607a3886a6b455bfbc63d343bd86adec1 Author: Stephan Bergmann <sberg...@redhat.com> Date: Thu Aug 6 09:25:23 2015 +0200 -Werror,-Wunused-private-field Change-Id: I17b193e79f4eaf54c9ae8f5c6dfd204b8fc4ad3b diff --git a/cui/source/dialogs/linkdlg.cxx b/cui/source/dialogs/linkdlg.cxx index 235ed74..0c01cdc 100644 --- a/cui/source/dialogs/linkdlg.cxx +++ b/cui/source/dialogs/linkdlg.cxx @@ -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 ) ), diff --git a/cui/source/dialogs/svuidlg.hrc b/cui/source/dialogs/svuidlg.hrc index 9cd3bb8..5322c8b 100644 --- a/cui/source/dialogs/svuidlg.hrc +++ b/cui/source/dialogs/svuidlg.hrc @@ -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 diff --git a/cui/source/dialogs/svuidlg.src b/cui/source/dialogs/svuidlg.src index a22af5d..81f89aa 100644 --- a/cui/source/dialogs/svuidlg.src +++ b/cui/source/dialogs/svuidlg.src @@ -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?" ; diff --git a/cui/source/inc/linkdlg.hxx b/cui/source/inc/linkdlg.hxx index 0cf7f0a..1d32fc2 100644 --- a/cui/source/inc/linkdlg.hxx +++ b/cui/source/inc/linkdlg.hxx @@ -57,8 +57,6 @@ class SvBaseLinksDlg : public ModalDialog OUString aStrAutolink; OUString aStrManuallink; OUString aStrBrokenlink; - OUString aStrGraphiclink; - OUString aStrButtonclose; OUString aStrCloselinkmsg; OUString aStrCloselinkmsgMulti; OUString aStrWaitinglink; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits