diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-02-27 12:43:26 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-02-27 12:43:26 +0000 |
commit | cb6377b426b3b3c3a5d94769e87bdc1779bdcbbc (patch) | |
tree | e9e3ae56117c134ce9757fdd907d4c98509e5977 /sc/source/ui/unoobj/defltuno.cxx | |
parent | 4d6097b7bcbd54f4272ee283a8726814df8723d9 (diff) |
INTEGRATION: CWS calcwarnings (1.9.110); FILE MERGED
2006/12/12 17:03:25 nn 1.9.110.2: #i69284# warning-free: ui, unxlngi6
2006/12/01 08:53:42 nn 1.9.110.1: #i69284# warning-free: ui, wntmsci10
Diffstat (limited to 'sc/source/ui/unoobj/defltuno.cxx')
-rw-r--r-- | sc/source/ui/unoobj/defltuno.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/unoobj/defltuno.cxx b/sc/source/ui/unoobj/defltuno.cxx index ce1e8b05190f..d80a4f4c0c7a 100644 --- a/sc/source/ui/unoobj/defltuno.cxx +++ b/sc/source/ui/unoobj/defltuno.cxx @@ -4,9 +4,9 @@ * * $RCSfile: defltuno.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: kz $ $Date: 2006-07-21 14:34:29 $ + * last change: $Author: vg $ $Date: 2007-02-27 13:43:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -82,7 +82,7 @@ const SfxItemPropertyMap* lcl_GetDocDefaultsMap() {MAP_CHAR_LEN(SC_UNO_CTL_CLOCAL), ATTR_CTL_FONT_LANGUAGE, &getCppuType((lang::Locale*)0), 0, MID_LANG_LOCALE }, {MAP_CHAR_LEN(SC_UNO_STANDARDDEC), 0, &getCppuType((sal_Int16*)0), 0, 0 }, {MAP_CHAR_LEN(SC_UNO_TABSTOPDIS), 0, &getCppuType((sal_Int32*)0), 0, 0 }, - {0,0,0,0} + {0,0,0,0,0,0} }; return aDocDefaultsMap_Impl; } @@ -109,7 +109,7 @@ ScDocDefaultsObj::~ScDocDefaultsObj() pDocShell->GetDocument()->RemoveUnoObject(*this); } -void ScDocDefaultsObj::Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) +void ScDocDefaultsObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) { if ( rHint.ISA( SfxSimpleHint ) && ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) |