summaryrefslogtreecommitdiff
path: root/autodoc/source/parser_i/idl/pe_tydf2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/parser_i/idl/pe_tydf2.cxx')
-rw-r--r--autodoc/source/parser_i/idl/pe_tydf2.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/autodoc/source/parser_i/idl/pe_tydf2.cxx b/autodoc/source/parser_i/idl/pe_tydf2.cxx
index 310a8f57327b..0f5d1df0a999 100644
--- a/autodoc/source/parser_i/idl/pe_tydf2.cxx
+++ b/autodoc/source/parser_i/idl/pe_tydf2.cxx
@@ -26,6 +26,10 @@
*
************************************************************************/
+#include "sal/config.h"
+
+#include "sal/types.h"
+
#include <precomp.h>
#include <s2_luidl/pe_tydf2.hxx>
@@ -120,7 +124,7 @@ PE_Typedef::Process_Default()
}
void
-PE_Typedef::On_expect_description_Any(const char *)
+PE_Typedef::On_expect_description_Any(SAL_UNUSED_PARAMETER const char *)
{
SetResult(not_done,push_sure, pPE_Type.Ptr());
}
@@ -146,7 +150,7 @@ PE_Typedef::On_got_name_Punctuation(const char * i_sText)
}
void
-PE_Typedef::On_Default(const char * )
+PE_Typedef::On_Default(SAL_UNUSED_PARAMETER const char * )
{
SetResult(not_done,pop_failure);
}