summaryrefslogtreecommitdiffstats
path: root/sfx2
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-06-15 15:30:17 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-06-15 16:27:57 +0200
commitf5533a71fa335c9c66398dff980effff009acc8a (patch)
tree3baf1b09adf9866b5c90033421d83dee1f0459ba /sfx2
parentAvoid bogus "may be used uninitialized" warning (diff)
downloadcore-f5533a71fa335c9c66398dff980effff009acc8a.tar.gz
core-f5533a71fa335c9c66398dff980effff009acc8a.zip
Remove obsolete inetdef.hxx
Change-Id: I043e226a1cec527c51cbd91075634d5c9ca371d8
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/bastyp/frmhtmlw.cxx2
-rw-r--r--sfx2/source/doc/doc.hrc1
-rw-r--r--sfx2/source/doc/doc.src21
-rw-r--r--sfx2/source/doc/objuno.cxx1
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>