diff options
author | Christian Lippka <cl@openoffice.org> | 2009-12-02 10:19:06 +0100 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2009-12-02 10:19:06 +0100 |
commit | 5e3ff24a76d5819f2074716b7fc9a90eac51280b (patch) | |
tree | 190f5f502fdac6968c56bb8168b6af72b1497862 /sd/source/ui/dlg | |
parent | d78e19009f4cc8af969da61b3e35ac6c6527231d (diff) |
#i107213# added ViewOverlayManager
Diffstat (limited to 'sd/source/ui/dlg')
-rw-r--r-- | sd/source/ui/dlg/custsdlg.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/dlg/ins_paste.cxx | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/custsdlg.cxx b/sd/source/ui/dlg/custsdlg.cxx index 631a3b8a23f2..9876e193ff38 100644 --- a/sd/source/ui/dlg/custsdlg.cxx +++ b/sd/source/ui/dlg/custsdlg.cxx @@ -45,7 +45,6 @@ #include "sdpage.hxx" #include "cusshow.hxx" #include "app.hxx" -#include "optsitem.hxx" #include <vcl/msgbox.hxx> diff --git a/sd/source/ui/dlg/ins_paste.cxx b/sd/source/ui/dlg/ins_paste.cxx index 9f2c3bf0b6b6..422acbec4a73 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" |