summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/app
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 18:44:33 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 18:44:33 +0000
commit4e31ee4140734efb3c821bb298746a833604efe8 (patch)
treeb23b403a4b9fcd6f4d1d45c28c8573950e532c3f /vcl/unx/gtk/app
parent43a7696a652f42e2de565dd10966649e37027a61 (diff)
INTEGRATION: CWS warnings01 (1.11.2); FILE MERGED
2006/05/23 19:57:31 sb 1.11.2.2: RESYNC: (1.11-1.13); FILE MERGED 2005/11/11 14:31:15 pl 1.11.2.1: #i55991# removed warnings
Diffstat (limited to 'vcl/unx/gtk/app')
-rw-r--r--vcl/unx/gtk/app/gtkinst.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/unx/gtk/app/gtkinst.cxx b/vcl/unx/gtk/app/gtkinst.cxx
index 5d9c05972c44..80a07fdc6f1f 100644
--- a/vcl/unx/gtk/app/gtkinst.cxx
+++ b/vcl/unx/gtk/app/gtkinst.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: gtkinst.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: hr $ $Date: 2006-05-11 13:32:35 $
+ * last change: $Author: hr $ $Date: 2006-06-19 19:44:33 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -117,7 +117,7 @@ extern "C"
rtl::OUString aSymbolName( RTL_CONSTASCII_USTRINGPARAM( "gdk_threads_set_lock_functions") );
GdkLockFn gdk_threads_set_lock_functions =
- (GdkLockFn) osl_getSymbol( pModule, aSymbolName.pData );
+ (GdkLockFn) osl_getFunctionSymbol( pModule, aSymbolName.pData );
if ( !gdk_threads_set_lock_functions )
{
#if OSL_DEBUG_LEVEL > 1
@@ -199,7 +199,7 @@ SalFrame* GtkInstance::CreateFrame( SalFrame* pParent, ULONG nStyle )
return new GtkSalFrame( pParent, nStyle );
}
-SalFrame* GtkInstance::CreateChildFrame( SystemParentData* pParentData, ULONG nStyle )
+SalFrame* GtkInstance::CreateChildFrame( SystemParentData* pParentData, ULONG )
{
SalFrame* pFrame = new GtkSalFrame( pParentData );