From f5533a71fa335c9c66398dff980effff009acc8a Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Fri, 15 Jun 2012 15:30:17 +0200 Subject: Remove obsolete inetdef.hxx Change-Id: I043e226a1cec527c51cbd91075634d5c9ca371d8 --- sfx2/source/bastyp/frmhtmlw.cxx | 2 -- sfx2/source/doc/doc.hrc | 1 - sfx2/source/doc/doc.src | 21 --------------------- sfx2/source/doc/objuno.cxx | 1 - 4 files changed, 25 deletions(-) (limited to 'sfx2/source') 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 #include "svtools/htmlkywd.hxx" #include 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 #include "doc.hrc" #define __RSC -#include - // ----------------------------------------------------------------------- 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 #include -#include #include #include #include -- cgit