From 4dc9c2aaf6a6b07c7afbc3620e2f34085a838294 Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Tue, 23 Aug 2011 15:20:20 +0200 Subject: recreated tag libreoffice-3.3.3.1 which had these commits: commit 1d0f0ac667d24a5e2584e81a20cf8aa52e784aa7 (tag: refs/tags/libreoffice-3.3.3.1) Author: Petr Mladek Date: Tue May 31 17:39:08 2011 +0200 Version 3.3.3.1, tag libreoffice-3.3.3.1 (3.3.3-rc1) --- autodoc/source/ary/cpp/c_osigna.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'autodoc/source/ary/cpp/c_osigna.cxx') diff --git a/autodoc/source/ary/cpp/c_osigna.cxx b/autodoc/source/ary/cpp/c_osigna.cxx index 463c84b1f5f7..ebb5d6a31075 100644 --- a/autodoc/source/ary/cpp/c_osigna.cxx +++ b/autodoc/source/ary/cpp/c_osigna.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -47,7 +47,7 @@ OperationSignature::OperationSignature( std::vector i_parameterTypes } int -OperationSignature::Compare( const OperationSignature & i_rSig ) const +OperationSignature::Compare( const OperationSignature & i_rSig ) const { if ( aParameterTypes.size() < i_rSig.aParameterTypes.size() ) return -1; -- cgit v1.2.3