summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/newhelp.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-01-25 13:47:52 +0000
committerOliver Bolte <obo@openoffice.org>2005-01-25 13:47:52 +0000
commitde9896e502f881b65ae5338054cee7a86f2941a7 (patch)
tree0cfeaece7a8dbad069dc481b995ba020c000a7e8 /sfx2/source/appl/newhelp.hxx
parent7e11653b6a5e825d003828d96298e0368a98a168 (diff)
INTEGRATION: CWS pbbeta06 (1.52.34); FILE MERGED
2005/01/14 09:00:03 pb 1.52.34.1: fix: #i38481# IsValidFactory() added
Diffstat (limited to 'sfx2/source/appl/newhelp.hxx')
-rw-r--r--sfx2/source/appl/newhelp.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/appl/newhelp.hxx b/sfx2/source/appl/newhelp.hxx
index 7c95c1339350..b9e2600c6342 100644
--- a/sfx2/source/appl/newhelp.hxx
+++ b/sfx2/source/appl/newhelp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: newhelp.hxx,v $
*
- * $Revision: 1.52 $
+ * $Revision: 1.53 $
*
- * last change: $Author: kz $ $Date: 2004-12-16 12:37:11 $
+ * last change: $Author: obo $ $Date: 2005-01-25 14:47:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -201,7 +201,6 @@ private:
Link aKeywordLink;
String sFactory;
- String sSharedFactory;
String sKeyword;
long nMinWidth;
@@ -400,6 +399,7 @@ public:
inline String GetFactory() const { return pIPage->GetFactory(); }
String GetSelectEntry() const;
void AddBookmarks( const String& rTitle, const String& rURL );
+ bool IsValidFactory( const String& _rFactory );
inline String GetActiveFactoryTitle() const { return aActiveLB.GetSelectEntry(); }
inline void UpdateTabControl() { aTabCtrl.Invalidate(); }
void ClearSearchPage();