summaryrefslogtreecommitdiffstats
path: root/autodoc/source/ary/cpp/c_funct.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2009-06-04 15:47:31 +0000
committerKurt Zenker <kz@openoffice.org>2009-06-04 15:47:31 +0000
commitc60ba8c007d730f9553e50b70de5696632166392 (patch)
tree12e20440c86363994fe77fc4aad4dce3f1dd623e /autodoc/source/ary/cpp/c_funct.cxx
parentCWS-TOOLING: integrate CWS cmcfixes58 (diff)
downloadcore-c60ba8c007d730f9553e50b70de5696632166392.tar.gz
core-c60ba8c007d730f9553e50b70de5696632166392.zip
CWS-TOOLING: integrate CWS cmcfixes59
2009-05-18 10:10:11 +0200 cmc r272001 : #i102012# remove extensions warnings, and set as warnings-free 2009-05-16 17:29:59 +0200 cmc r271981 : #i101990# silence warning, logic is unchanged 2009-05-16 17:13:59 +0200 cmc r271980 : #i100412 remove warning, logic is unchanged 2009-05-16 17:08:57 +0200 cmc r271979 : #i100412 remove warning, logic is unchanged, matches comments for intent 2009-05-16 17:01:08 +0200 cmc r271978 : #i86576# remove uncallable code 2009-05-16 15:41:46 +0200 cmc r271977 : #i101988# fix up consts for warning-free
Diffstat (limited to 'autodoc/source/ary/cpp/c_funct.cxx')
-rw-r--r--autodoc/source/ary/cpp/c_funct.cxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/autodoc/source/ary/cpp/c_funct.cxx b/autodoc/source/ary/cpp/c_funct.cxx
index a8ecc903c5e7..bd8ad201b5a0 100644
--- a/autodoc/source/ary/cpp/c_funct.cxx
+++ b/autodoc/source/ary/cpp/c_funct.cxx
@@ -84,19 +84,6 @@ namespace ary
namespace cpp
{
-Function::Function()
- : aEssentials(),
- aTemplateParameterTypes(),
- aSignature(),
- nReturnType(0),
- eProtection(PROTECT_global),
- eVirtuality(VIRTUAL_none),
- aFlags(),
- aParameterInfos(),
- pExceptions()
-{
-}
-
Function::Function( const String & i_sLocalName,
Ce_id i_nOwner,
E_Protection i_eProtection,