summaryrefslogtreecommitdiff
path: root/cosv/inc/cosv/streamstr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cosv/inc/cosv/streamstr.hxx')
-rw-r--r--cosv/inc/cosv/streamstr.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/cosv/inc/cosv/streamstr.hxx b/cosv/inc/cosv/streamstr.hxx
index ef71a637dce2..f91cef4c3562 100644
--- a/cosv/inc/cosv/streamstr.hxx
+++ b/cosv/inc/cosv/streamstr.hxx
@@ -29,6 +29,10 @@
#ifndef CSV_STREAMSTR_HXX
#define CSV_STREAMSTR_HXX
+#include "sal/config.h"
+
+#include "sal/types.h"
+
// BASE CLASSES
#include <cosv/bstream.hxx>
// USED SERVICES
@@ -271,7 +275,7 @@ class StreamStrLock
// IMPLEMENTATION
inline const char *
-StreamStr::operator<<( F_CSTR )
+StreamStr::operator<<( SAL_UNUSED_PARAMETER F_CSTR )
{ return dpData; }
inline void
StreamStr::clear()