diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-12-16 11:37:11 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-12-16 11:37:11 +0000 |
commit | 0bc71c797b29d9d4d73c7dd10446e34570f12479 (patch) | |
tree | ac8f8b629b9c054a468efcd2a8e6903e9d23321c /sfx2/source/appl/newhelp.hxx | |
parent | 22fe401ab78ecc3f57b6711579f8957bd119a7de (diff) |
INTEGRATION: CWS pbbeta03 (1.51.154); FILE MERGED
2004/12/15 11:19:00 pb 1.51.154.1: fix: #i34986# IndexTabPage_Impl: String sSharedFactory added
Diffstat (limited to 'sfx2/source/appl/newhelp.hxx')
-rw-r--r-- | sfx2/source/appl/newhelp.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/appl/newhelp.hxx b/sfx2/source/appl/newhelp.hxx index 771a50ca168b..7c95c1339350 100644 --- a/sfx2/source/appl/newhelp.hxx +++ b/sfx2/source/appl/newhelp.hxx @@ -2,9 +2,9 @@ * * $RCSfile: newhelp.hxx,v $ * - * $Revision: 1.51 $ + * $Revision: 1.52 $ * - * last change: $Author: obo $ $Date: 2004-08-11 14:05:02 $ + * last change: $Author: kz $ $Date: 2004-12-16 12:37:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -201,6 +201,7 @@ private: Link aKeywordLink; String sFactory; + String sSharedFactory; String sKeyword; long nMinWidth; |