summaryrefslogtreecommitdiffstats
path: root/filter/source/xsltfilter/OleHandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/xsltfilter/OleHandler.hxx')
-rw-r--r--filter/source/xsltfilter/OleHandler.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/filter/source/xsltfilter/OleHandler.hxx b/filter/source/xsltfilter/OleHandler.hxx
index af8dac9fc97c..4a1871f229c1 100644
--- a/filter/source/xsltfilter/OleHandler.hxx
+++ b/filter/source/xsltfilter/OleHandler.hxx
@@ -67,8 +67,8 @@ namespace XSLT
if (m_tcontext)
m_tcontext->_private = nullptr;
}
- void SAL_CALL insertByName(const OUString& streamName, const OString& content);
- const OString SAL_CALL getByName(const OUString& streamName);
+ void insertByName(const OUString& streamName, const OString& content);
+ const OString getByName(const OUString& streamName);
void registercontext(xsltTransformContextPtr context)
{
assert(context);
@@ -82,11 +82,11 @@ namespace XSLT
css::uno::Reference<XStream> m_rootStream;
xsltTransformContextPtr m_tcontext;
- void SAL_CALL ensureCreateRootStorage();
- OString SAL_CALL encodeSubStorage(const OUString& streamName);
- void SAL_CALL insertSubStorage(const OUString& streamName, const OString& content);
- void SAL_CALL initRootStorageFromBase64(const OString& content);
- css::uno::Reference<XStream> SAL_CALL createTempFile();
+ void ensureCreateRootStorage();
+ OString encodeSubStorage(const OUString& streamName);
+ void insertSubStorage(const OUString& streamName, const OString& content);
+ void initRootStorageFromBase64(const OString& content);
+ css::uno::Reference<XStream> createTempFile();
};
}