diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-06-14 11:34:14 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-06-14 12:26:08 +0100 |
commit | c44d5589dfc4312ab98408dec68c8577240dd7d3 (patch) | |
tree | f13aa5c3f97253be0310584a27eba0843161104d /sw | |
parent | 6eebac959595f4bd7d4bd40c8325f1bc2782b3b8 (diff) |
the __RSC hack is only needed in src files and things included from src files
Change-Id: I50c122426030ba5b508dcd6ac33464ecab154981
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/dochdl/gloshdl.cxx | 2 | ||||
-rw-r--r-- | sw/source/uibase/misc/glosdoc.cxx | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/uibase/dochdl/gloshdl.cxx b/sw/source/uibase/dochdl/gloshdl.cxx index 69e49e4d576d..2735790ee134 100644 --- a/sw/source/uibase/dochdl/gloshdl.cxx +++ b/sw/source/uibase/dochdl/gloshdl.cxx @@ -20,9 +20,7 @@ #include <hintids.hxx> #include <editeng/wghtitem.hxx> #include <editeng/adjustitem.hxx> -#ifndef __RSC //autogen #include <tools/errinf.hxx> -#endif #include <vcl/msgbox.hxx> #include <svl/macitem.hxx> #include <sfx2/fcontnr.hxx> diff --git a/sw/source/uibase/misc/glosdoc.cxx b/sw/source/uibase/misc/glosdoc.cxx index 44426548e9ab..0e054e5b125a 100644 --- a/sw/source/uibase/misc/glosdoc.cxx +++ b/sw/source/uibase/misc/glosdoc.cxx @@ -23,9 +23,7 @@ #include <unotools/transliterationwrapper.hxx> -#ifndef __RSC //autogen #include <tools/errinf.hxx> -#endif #include <osl/diagnose.h> #include <svl/urihelper.hxx> #include <svl/fstathelper.hxx> |