summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cui/source/dialogs/linkdlg.cxx2
-rw-r--r--cui/source/dialogs/svuidlg.hrc2
-rw-r--r--cui/source/dialogs/svuidlg.src10
-rw-r--r--cui/source/inc/linkdlg.hxx2
4 files changed, 0 insertions, 16 deletions
diff --git a/cui/source/dialogs/linkdlg.cxx b/cui/source/dialogs/linkdlg.cxx
index 235ed7446f30..0c01cdc3c5bd 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 9cd3bb8b5347..5322c8b0ac54 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 a22af5db6ae5..81f89aa27707 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 0cf7f0af72ca..1d32fc2cde74 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;