diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-10-02 18:46:05 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-10-02 20:00:18 +0200 |
commit | 72a7450c027dd816ff6eaf231f58de7b5ad9c0a8 (patch) | |
tree | 08929050aaa12b405b2213e5c0ed669804f1a8d3 /sw | |
parent | 9086a4bbd38b9a5320525392affe495e7772796a (diff) |
MWERKS etc. are not supported toolchains
Change-Id: I449fe34be396114529357388c87162aaf8976292
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/app/docshini.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/uibase/app/docshini.cxx b/sw/source/uibase/app/docshini.cxx index 04013c7ac4a2..3f978cf981fc 100644 --- a/sw/source/uibase/app/docshini.cxx +++ b/sw/source/uibase/app/docshini.cxx @@ -512,7 +512,6 @@ bool SwDocShell::Load( SfxMedium& rMedium ) case SFX_CREATE_MODE_INTERNAL: case SFX_CREATE_MODE_EMBEDDED: { - // for MWERKS (Mac-Compiler): can't cast autonomously SwTransferable::InitOle( this, *mpDoc ); } // suppress SfxProgress, when we are Embedded |