diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2009-12-01 08:45:04 +0100 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2009-12-01 08:45:04 +0100 |
commit | d6621f9b0918a9d02f5d075be7098a2676220df9 (patch) | |
tree | 8c0b9d58a1e883aa6d646704efe72f124d23cc58 | |
parent | 5b15d425c015f99b574ddb9eaa307f66b02a1df3 (diff) |
#i10000# fix for lik-error on Windowsooo/DEV300_m66
-rw-r--r-- | sd/source/ui/dlg/ins_paste.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sd/source/ui/dlg/ins_paste.cxx b/sd/source/ui/dlg/ins_paste.cxx index 979d16532..ac0f09d68 100644 --- a/sd/source/ui/dlg/ins_paste.cxx +++ b/sd/source/ui/dlg/ins_paste.cxx @@ -31,6 +31,10 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_sd.hxx" +#ifdef SD_DLLIMPLEMENTATION +#undef SD_DLLIMPLEMENTATION +#endif + #include "ins_paste.hrc" #include "ins_paste.hxx" |