diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-10-12 12:22:32 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-10-12 12:22:32 +0000 |
commit | 8deda2e5132f1ac1bd9066e4e9c364d4d199924a (patch) | |
tree | 2002b1de1fa3ad863d7d9c83213193d88569e704 | |
parent | c2ae2405b39fd24bad388951962d54fee4eec030 (diff) |
INTEGRATION: CWS sb59 (1.13.62); FILE MERGED
2006/08/03 13:51:59 cl 1.13.62.1: removed compiler warnings
-rw-r--r-- | svx/source/tbxctrls/tbxdrctl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/tbxctrls/tbxdrctl.cxx b/svx/source/tbxctrls/tbxdrctl.cxx index 91f9b6ed954f..eae01a7dd88f 100644 --- a/svx/source/tbxctrls/tbxdrctl.cxx +++ b/svx/source/tbxctrls/tbxdrctl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: tbxdrctl.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: obo $ $Date: 2006-09-17 06:07:32 $ + * last change: $Author: obo $ $Date: 2006-10-12 13:22:32 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -132,7 +132,7 @@ void SvxTbxCtlDraw::toggleToolbox() // ----------------------------------------------------------------------- -void SvxTbxCtlDraw::Select( BOOL bMod1 ) +void SvxTbxCtlDraw::Select( BOOL ) { toggleToolbox(); } |