diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 21:32:07 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 21:32:07 +0000 |
commit | 25843a4996c7de32dc539d05ee1bcb2c6a776384 (patch) | |
tree | 417ce0b6f33eb851812315efd61739eefd11312e /sfx2/source/inc | |
parent | dfff96b51c4ad60597eb8f06378bb69308e7c7a1 (diff) |
INTEGRATION: CWS warnings01 (1.4.66); FILE MERGED
2005/11/28 16:16:29 cd 1.4.66.1: #i55991# Remove warnings
Diffstat (limited to 'sfx2/source/inc')
-rw-r--r-- | sfx2/source/inc/acccfg.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/inc/acccfg.hxx b/sfx2/source/inc/acccfg.hxx index 146c918ed858..fe21dcba996b 100644 --- a/sfx2/source/inc/acccfg.hxx +++ b/sfx2/source/inc/acccfg.hxx @@ -4,9 +4,9 @@ * * $RCSfile: acccfg.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-07 18:53:32 $ + * last change: $Author: hr $ $Date: 2006-06-19 22:32:07 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -74,7 +74,7 @@ public: // class USHORTArr ********************************************************** #if !defined(_MNUCFG_HXX) && !defined(_TBXCFG_HXX) -DECL_2BYTEARRAY(USHORTArr, USHORT, 10, 10); +DECL_2BYTEARRAY(USHORTArr, USHORT, 10, 10) #endif // class SfxAcceleratorConfigDialog ************************************************** |