summaryrefslogtreecommitdiff
path: root/sfx2/source/inc/cfg.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-12-01 17:24:40 +0000
committerRüdiger Timm <rt@openoffice.org>2003-12-01 17:24:40 +0000
commit938c0967cd4765cef6865761ba0667c483986222 (patch)
treef5f6bb2f20ad976c4d025d42aed488cf3e8331de /sfx2/source/inc/cfg.hxx
parent5ede613ff73fcbec5afe73ea7a2c5457cbeb0625 (diff)
INTEGRATION: CWS ooo20031110 (1.19.134); FILE MERGED
2003/11/06 12:09:09 waratah 1.19.134.1: #i21906# add class after friend keyword
Diffstat (limited to 'sfx2/source/inc/cfg.hxx')
-rw-r--r--sfx2/source/inc/cfg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/inc/cfg.hxx b/sfx2/source/inc/cfg.hxx
index f338c02d7b76..a437e61e6043 100644
--- a/sfx2/source/inc/cfg.hxx
+++ b/sfx2/source/inc/cfg.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cfg.hxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: kz $ $Date: 2003-11-18 16:49:12 $
+ * last change: $Author: rt $ $Date: 2003-12-01 18:24:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -347,7 +347,7 @@ struct AccelBackup
class SfxAcceleratorConfigPage : public SfxTabPage
{
- friend SfxAccCfgTabListBox_Impl;
+ friend class SfxAccCfgTabListBox_Impl;
private:
const SfxMacroInfoItem* m_pMacroInfoItem;
SfxAccCfgTabListBox_Impl aEntriesBox;