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 | |
parent | c2c37de076acd085e7c095a3f09aa59174ef4042 (diff) |
Remove obsolete inetdef.hxx
Change-Id: I043e226a1cec527c51cbd91075634d5c9ca371d8
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/bastyp/frmhtmlw.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/doc/doc.hrc | 1 | ||||
-rw-r--r-- | sfx2/source/doc/doc.src | 21 | ||||
-rw-r--r-- | sfx2/source/doc/objuno.cxx | 1 |
4 files changed, 0 insertions, 25 deletions
diff --git a/sfx2/source/bastyp/frmhtmlw.cxx b/sfx2/source/bastyp/frmhtmlw.cxx index bcb60dac94b5..63f3ec0fb82f 100644 --- a/sfx2/source/bastyp/frmhtmlw.cxx +++ b/sfx2/source/bastyp/frmhtmlw.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ - -#include <svl/inetdef.hxx> #include "svtools/htmlkywd.hxx" #include <rtl/tencinfo.h> diff --git a/sfx2/source/doc/doc.hrc b/sfx2/source/doc/doc.hrc index dbff52d422df..660f69f99159 100644 --- a/sfx2/source/doc/doc.hrc +++ b/sfx2/source/doc/doc.hrc @@ -99,7 +99,6 @@ #define RID_STR_FILTCONFIG (RID_SFX_DOC_START+ 52) #define RID_STR_FILTBASIC (RID_SFX_DOC_START+ 53) #define RID_STR_WARNSTYLEOVERWRITE (RID_SFX_DOC_START+ 54) -#define RID_DLSTATUS (RID_SFX_DOC_START+ 55) #define MSG_OPEN_READONLY (RID_SFX_DOC_START+ 58) 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 ; diff --git a/sfx2/source/doc/objuno.cxx b/sfx2/source/doc/objuno.cxx index 64574a117202..b5182ac31d73 100644 --- a/sfx2/source/doc/objuno.cxx +++ b/sfx2/source/doc/objuno.cxx @@ -47,7 +47,6 @@ #include <com/sun/star/document/XCompatWriterDocProperties.hpp> #include <unotools/configmgr.hxx> -#include <tools/inetdef.hxx> #include <unotools/bootstrap.hxx> #include <cppuhelper/interfacecontainer.hxx> #include <osl/mutex.hxx> |