Kaydet (Commit) 8f822faa authored tarafından Miklos Vajna's avatar Miklos Vajna

CppunitTest_sw_rtfimport: error C3861: 'paste': identifier not found

Change-Id: I6abcce4f526834648409ebce17c8b9f13bf956e2
üst ce30343f
...@@ -91,7 +91,6 @@ public: ...@@ -91,7 +91,6 @@ public:
protected: protected:
/// Copy&paste helper. /// Copy&paste helper.
#if !defined WNT
void paste(const OUString& aFilename, uno::Reference<text::XTextRange> xTextRange = uno::Reference<text::XTextRange>()) 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); uno::Reference<document::XFilter> xFilter(m_xSFactory->createInstance("com.sun.star.comp.Writer.RtfFilter"), uno::UNO_QUERY_THROW);
...@@ -111,7 +110,6 @@ protected: ...@@ -111,7 +110,6 @@ protected:
} }
xFilter->filter(aDescriptor); xFilter->filter(aDescriptor);
} }
#endif
AllSettings m_aSavedSettings; AllSettings m_aSavedSettings;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment