Kaydet (Commit) ce1d0822 authored tarafından Michael Stahl's avatar Michael Stahl

warning C4100: unreferenced formal parameter

Change-Id: I49da06b94bdc91b1cdc4bb3d047804d353b0aba8
üst d7c5f37d
...@@ -643,7 +643,7 @@ void SAL_CALL UnoMultiPageControl::inserted( SAL_UNUSED_PARAMETER ::sal_Int32 ) ...@@ -643,7 +643,7 @@ void SAL_CALL UnoMultiPageControl::inserted( SAL_UNUSED_PARAMETER ::sal_Int32 )
void SAL_CALL UnoMultiPageControl::removed( SAL_UNUSED_PARAMETER ::sal_Int32 ) throw (RuntimeException) void SAL_CALL UnoMultiPageControl::removed( SAL_UNUSED_PARAMETER ::sal_Int32 ) throw (RuntimeException)
{ {
} }
void SAL_CALL UnoMultiPageControl::changed( SAL_UNUSED_PARAMETER ::sal_Int32 ID, void SAL_CALL UnoMultiPageControl::changed( SAL_UNUSED_PARAMETER ::sal_Int32,
SAL_UNUSED_PARAMETER const Sequence< NamedValue >& ) throw (RuntimeException) SAL_UNUSED_PARAMETER const Sequence< NamedValue >& ) throw (RuntimeException)
{ {
} }
......
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