diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-12-01 17:13:55 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-12-01 17:13:55 +0000 |
commit | 45a65e7b228c1a23f801891039ef8e586957096a (patch) | |
tree | f9fd2cdaa696e98ef0c45e3230092600444de0ca /svx/source/inc/hlmarkwn.hxx | |
parent | e1304084927f23fbbed2500a7950976a2e353484 (diff) |
INTEGRATION: CWS ooo20031110 (1.2.464); FILE MERGED
2003/11/06 22:30:35 waratah 1.2.464.1: #i21906# add class after friend
Diffstat (limited to 'svx/source/inc/hlmarkwn.hxx')
-rw-r--r-- | svx/source/inc/hlmarkwn.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/inc/hlmarkwn.hxx b/svx/source/inc/hlmarkwn.hxx index c0cf4cde49e8..b1f56021078e 100644 --- a/svx/source/inc/hlmarkwn.hxx +++ b/svx/source/inc/hlmarkwn.hxx @@ -2,9 +2,9 @@ * * $RCSfile: hlmarkwn.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: sj $ $Date: 2001-05-08 15:21:39 $ + * last change: $Author: rt $ $Date: 2003-12-01 18:13:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -114,7 +114,7 @@ public: class SvxHlinkDlgMarkWnd : public ModalDialog //FloatingWindow { private: - friend SvxHlmarkTreeLBox; + friend class SvxHlmarkTreeLBox; PushButton maBtApply; PushButton maBtClose; |