diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-04-09 11:05:09 +0200 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-04-09 11:05:09 +0200 |
commit | a62b79fc1e4c3858a0aa76cf8762fc833ac0ea11 (patch) | |
tree | 9e6a7a03f2316aa6e1990a5c36a2452547e17b38 /svl/source | |
parent | fb1d597546d2a7a974f008c962d81b49a87115a0 (diff) |
slidecopy: separate resource ID number circles for svl and svtools (thanks to MBA for the patch)
Diffstat (limited to 'svl/source')
-rw-r--r-- | svl/source/items/cstitem.src | 2 | ||||
-rw-r--r-- | svl/source/items/dateitem.cxx | 3 | ||||
-rw-r--r-- | svl/source/misc/inettype.cxx | 4 | ||||
-rw-r--r-- | svl/source/misc/mediatyp.src | 2 |
4 files changed, 4 insertions, 7 deletions
diff --git a/svl/source/items/cstitem.src b/svl/source/items/cstitem.src index 54951dd3761e..de910011b063 100644 --- a/svl/source/items/cstitem.src +++ b/svl/source/items/cstitem.src @@ -28,7 +28,7 @@ * ************************************************************************/ -#include <svl/svtools.hrc> +#include <svl/svl.hrc> String STR_COLUM_DT_AUTO { Text [ en-US ] = "automatic" ; diff --git a/svl/source/items/dateitem.cxx b/svl/source/items/dateitem.cxx index d6ef8fdc7c9e..d7ad53aab8ef 100644 --- a/svl/source/items/dateitem.cxx +++ b/svl/source/items/dateitem.cxx @@ -36,7 +36,7 @@ #define _DATETIMEITEM_CXX #include <svl/dateitem.hxx> #include <svl/svldata.hxx> -#include <svl/svtools.hrc> +#include <svl/svl.hrc> #include <unotools/intlwrapper.hxx> #include <comphelper/processfactory.hxx> @@ -48,7 +48,6 @@ #include <com/sun/star/util/DateTime.hpp> #include <com/sun/star/lang/Locale.hpp> - // STATIC DATA ----------------------------------------------------------- DBG_NAME(SfxDateTimeItem) diff --git a/svl/source/misc/inettype.cxx b/svl/source/misc/inettype.cxx index 47183be1d7b2..fe9ec16de6b4 100644 --- a/svl/source/misc/inettype.cxx +++ b/svl/source/misc/inettype.cxx @@ -34,9 +34,7 @@ #include <tools/wldcrd.hxx> #include <svl/inettype.hxx> #include <svl/svldata.hxx> -#ifndef _SVTOOLS_HRC -#include <svl/svtools.hrc> -#endif +#include <svl/svl.hrc> #ifndef _SVSTDARR_STRINGSSORT_DECL #define _SVSTDARR_STRINGSSORT diff --git a/svl/source/misc/mediatyp.src b/svl/source/misc/mediatyp.src index 63033af29d03..de7fa1d7af84 100644 --- a/svl/source/misc/mediatyp.src +++ b/svl/source/misc/mediatyp.src @@ -35,7 +35,7 @@ //============================================================================ #ifndef _SVTOOLS_HRC -#include <svl/svtools.hrc> +#include <svl/svl.hrc> #endif String STR_SVT_MIMETYPE_APP_OCTSTREAM |