diff options
author | obo <obo@openoffice.org> | 2010-04-22 10:27:38 +0200 |
---|---|---|
committer | obo <obo@openoffice.org> | 2010-04-22 10:27:38 +0200 |
commit | 3943a597c1f20d874317ccc8404b09103bb6269d (patch) | |
tree | ee122d763f4a2478d3a1d5720561ce691a92e396 | |
parent | c1a682edd4ea07d4ef80045b80ce20753c453969 (diff) | |
parent | d7f80ab37de2ef5b38e129ca0bc9b1857d7a7439 (diff) |
CWS-TOOLING: integrate CWS fwk140ooo/OOO320_m16
-rw-r--r-- | extensions/source/nsplugin/source/so_main.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/nsplugin/source/so_main.cxx b/extensions/source/nsplugin/source/so_main.cxx index 3200c5669..04bf64af5 100644 --- a/extensions/source/nsplugin/source/so_main.cxx +++ b/extensions/source/nsplugin/source/so_main.cxx @@ -126,7 +126,7 @@ int find_free_node() return -1; } -int find_cur_node(sal_Int32 cur_id) +int find_cur_node(long cur_id) { for(int i=0; i<MAX_NODE_NUM; i++) { |