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 /framework/source/interaction | |
parent | 6eebac959595f4bd7d4bd40c8325f1bc2782b3b8 (diff) |
the __RSC hack is only needed in src files and things included from src files
Change-Id: I50c122426030ba5b508dcd6ac33464ecab154981
Diffstat (limited to 'framework/source/interaction')
-rw-r--r-- | framework/source/interaction/quietinteraction.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/source/interaction/quietinteraction.cxx b/framework/source/interaction/quietinteraction.cxx index eed293f776d5..e25aa308986d 100644 --- a/framework/source/interaction/quietinteraction.cxx +++ b/framework/source/interaction/quietinteraction.cxx @@ -30,9 +30,7 @@ #include <vcl/svapp.hxx> -#ifndef __RSC #include <tools/errinf.hxx> -#endif namespace framework{ |