summaryrefslogtreecommitdiff
path: root/extensions/source/plugin/inc/plugin/unx/mediator.hxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-01-14 13:52:33 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-01-14 13:52:33 +0000
commitaa2e9406db3a464e01c9c89174b0c4d20ebebcc2 (patch)
tree11c551b50889fe9cf16744dc61a9459c0538bb26 /extensions/source/plugin/inc/plugin/unx/mediator.hxx
parent6c9067116f26d045330e01a2a8dcc838deec3c2f (diff)
INTEGRATION: CWS wae4extensions (1.6.386); FILE MERGED
2007/10/01 11:10:45 fs 1.6.386.2: #i81612# warning-free code (unxsoli4) 2007/09/27 12:18:49 fs 1.6.386.1: #i81612# warning-free on unxlngi6/.pro
Diffstat (limited to 'extensions/source/plugin/inc/plugin/unx/mediator.hxx')
-rw-r--r--extensions/source/plugin/inc/plugin/unx/mediator.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/extensions/source/plugin/inc/plugin/unx/mediator.hxx b/extensions/source/plugin/inc/plugin/unx/mediator.hxx
index 74998f5f78ba..107e324be222 100644
--- a/extensions/source/plugin/inc/plugin/unx/mediator.hxx
+++ b/extensions/source/plugin/inc/plugin/unx/mediator.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: mediator.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 19:54:22 $
+ * last change: $Author: ihi $ $Date: 2008-01-14 14:52:33 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -103,7 +103,7 @@ struct MediatorMessage
void Rewind() { m_pRun = NULL; }
};
-DECLARE_LIST( MediatorMessageList, MediatorMessage* );
+DECLARE_LIST( MediatorMessageList, MediatorMessage* )
class MediatorListener;
@@ -198,6 +198,9 @@ inline void medDebug( int condition, const char* pFormat, ... )
vfprintf( stderr, pFormat, ap );
va_end( ap );
}
+#else
+ (void)condition;
+ (void)pFormat;
#endif
}