diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-15 15:30:17 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-15 16:27:57 +0200 |
commit | f5533a71fa335c9c66398dff980effff009acc8a (patch) | |
tree | 3baf1b09adf9866b5c90033421d83dee1f0459ba /sfx2/source/doc/doc.src | |
parent | c2c37de076acd085e7c095a3f09aa59174ef4042 (diff) |
Remove obsolete inetdef.hxx
Change-Id: I043e226a1cec527c51cbd91075634d5c9ca371d8
Diffstat (limited to 'sfx2/source/doc/doc.src')
-rw-r--r-- | sfx2/source/doc/doc.src | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/sfx2/source/doc/doc.src b/sfx2/source/doc/doc.src index 0222868be338..d45856101b60 100644 --- a/sfx2/source/doc/doc.src +++ b/sfx2/source/doc/doc.src @@ -27,8 +27,6 @@ #include <sfx2/sfx.hrc> #include "doc.hrc" #define __RSC -#include <svl/inetdef.hxx> - // ----------------------------------------------------------------------- QueryBox MSG_CONFIRM_FILTER @@ -229,25 +227,6 @@ String RID_STR_WARNSTYLEOVERWRITE { Text [ en-US ] = "Should the \"$(ARG1)\" Style be replaced?" ; }; -Resource RID_DLSTATUS -{ - String INET_NAME_RESOLVE_START - { - Text [ en-US ] = "Connection to: $(HOST). Waiting for response..." ; - }; - String INET_CONNECT_START - { - Text [ en-US ] = "Opening $(TARGET) at $(HOST)" ; - }; - String INET_READ_STATUS - { - Text [ en-US ] = "Loading: $(TARGET) from $(HOST). Loaded: $(BYTE)" ; - }; - String INET_CONNECTION_CLOSED - { - Text [ en-US ] = "Disconnected" ; - }; -}; QueryBox MSG_OPEN_READONLY { BUTTONS = WB_YES_NO ; |