sw/qa/extras/rtfimport/rtfimport.cxx | 2 -- 1 file changed, 2 deletions(-)
New commits: commit 8f822faa709b85c282ccc25b1e6988d26fc5a6f5 Author: Miklos Vajna <[email protected]> Date: Tue May 12 17:22:16 2015 +0200 CppunitTest_sw_rtfimport: error C3861: 'paste': identifier not found Change-Id: I6abcce4f526834648409ebce17c8b9f13bf956e2 diff --git a/sw/qa/extras/rtfimport/rtfimport.cxx b/sw/qa/extras/rtfimport/rtfimport.cxx index fff3c7d..1a4dbfe 100644 --- a/sw/qa/extras/rtfimport/rtfimport.cxx +++ b/sw/qa/extras/rtfimport/rtfimport.cxx @@ -91,7 +91,6 @@ public: protected: /// Copy&paste helper. -#if !defined WNT void paste(const OUString& aFilename, uno::Reference<text::XTextRange> xTextRange = uno::Reference<text::XTextRange>()) { uno::Reference<document::XFilter> xFilter(m_xSFactory->createInstance("com.sun.star.comp.Writer.RtfFilter"), uno::UNO_QUERY_THROW); @@ -111,7 +110,6 @@ protected: } xFilter->filter(aDescriptor); } -#endif AllSettings m_aSavedSettings; }; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
