diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-03-21 18:17:07 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-03-22 14:20:53 +0100 |
commit | 8da8952561c677dfc3a60f61e93ad880f37714be (patch) | |
tree | d8961933dabf2cab2d8f2ea934a57ac37e99a5a9 /sd/source/ui/dlg/tpaction.cxx | |
parent | d8e83ec04f677333257a5ec539a4bee330f692e6 (diff) |
No (more?) reason for SD_DLLIMPLEMENTATION in Library_sdui
In practice, all of the .cxx of that library (except for a handful of newly
introduced ones that had failed to follow the cargo cult) undefined it first
thing before including anything else, anyway. IIRC, this was a quirk with the
old build system, that had dutifully been carried across.
Change-Id: I7642c21af48e15b14f245bbbf3d38fdd365c3c89
Diffstat (limited to 'sd/source/ui/dlg/tpaction.cxx')
-rw-r--r-- | sd/source/ui/dlg/tpaction.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sd/source/ui/dlg/tpaction.cxx b/sd/source/ui/dlg/tpaction.cxx index 5787b489ba67..2e5b27e792b0 100644 --- a/sd/source/ui/dlg/tpaction.cxx +++ b/sd/source/ui/dlg/tpaction.cxx @@ -17,11 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -#ifdef SD_DLLIMPLEMENTATION -#undef SD_DLLIMPLEMENTATION -#endif - #include <svx/svxids.hrc> #include <com/sun/star/presentation/AnimationEffect.hpp> #include <com/sun/star/presentation/ClickAction.hpp> |