diff options
Diffstat (limited to 'sc/source/ui/unoobj/textuno.cxx')
-rw-r--r-- | sc/source/ui/unoobj/textuno.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/source/ui/unoobj/textuno.cxx b/sc/source/ui/unoobj/textuno.cxx index c1071f85d57c..d868dffd3a84 100644 --- a/sc/source/ui/unoobj/textuno.cxx +++ b/sc/source/ui/unoobj/textuno.cxx @@ -96,9 +96,6 @@ SC_SIMPLE_SERVICE_INFO( ScHeaderFooterTextObj, "ScHeaderFooterTextObj", "stardiv ScHeaderFooterContentObj::ScHeaderFooterContentObj() { -#if defined __clang__ && defined _MSC_VER // workaround clang-cl ABI bug PR25641 - css::uno::Sequence<css::beans::PropertyState> dummy; (void) dummy; -#endif } ScHeaderFooterContentObj::~ScHeaderFooterContentObj() {} |