diff options
author | Mariusz Dykierek <mariuszdykierek@gmail.com> | 2012-02-17 15:22:46 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-02-17 15:22:46 +0000 |
commit | b8f007d05250258a8d8b5113298867f142af6e09 (patch) | |
tree | cf25149d5bb0ce4d9e05110e94892a8900bd32de /cli_ure/source | |
parent | df69ab8a803f87c85d516bcfcc544c19c94ade85 (diff) |
remove extraneous qualifiers that break some compilers
Diffstat (limited to 'cli_ure/source')
-rw-r--r-- | cli_ure/source/uno_bridge/cli_bridge.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli_ure/source/uno_bridge/cli_bridge.h b/cli_ure/source/uno_bridge/cli_bridge.h index 0306e4dd6357..b9297d0bfaaf 100644 --- a/cli_ure/source/uno_bridge/cli_bridge.h +++ b/cli_ure/source/uno_bridge/cli_bridge.h @@ -96,7 +96,7 @@ struct Bridge System::Object* map_uno2cli(uno_Interface * pUnoI, typelib_InterfaceTypeDescription* pTD) const; - System::Object* Bridge::call_uno(uno_Interface * pUnoI, + System::Object* call_uno(uno_Interface * pUnoI, typelib_TypeDescription* member_td, typelib_TypeDescriptionReference * return_type, sal_Int32 nParams, typelib_MethodParameter const * pParams, |