diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2008-04-22 14:07:35 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2008-04-22 14:07:35 +0000 |
commit | 950f7f110ab7c470a27181339cff9470cf27e620 (patch) | |
tree | 3e55010c6b51eb8da71e54cc019f405c4b265059 /basctl | |
parent | 910cd530f0ab48a4da4fdc9da4218e0f45df8cc6 (diff) |
INTEGRATION: CWS hr50 (1.23.44); FILE MERGED
2008/04/11 13:10:55 hr 1.23.44.1: #i86574#: fix warning (gcc-4.2.3)
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/bastype3.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/basctl/source/basicide/bastype3.cxx b/basctl/source/basicide/bastype3.cxx index feead207ea15..b8d1fffe3af4 100644 --- a/basctl/source/basicide/bastype3.cxx +++ b/basctl/source/basicide/bastype3.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: bastype3.cxx,v $ - * $Revision: 1.24 $ + * $Revision: 1.25 $ * * This file is part of OpenOffice.org. * @@ -134,8 +134,9 @@ void __EXPORT BasicTreeListBox::RequestingChilds( SvLBoxEntry* pEntry ) } } } - else + else { DBG_ERROR( "BasicTreeListBox::RequestingChilds: Unknown Type!" ); + } } void __EXPORT BasicTreeListBox::ExpandedHdl() |