summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-01-14 16:21:25 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-01-14 16:21:25 +0000
commit556aedace9d3ea5d1f18f959a6aa3cb8ce9a4830 (patch)
treef64bd7a8a6b81dced091d9a5823a8706c77964f6 /svx
parent06f475ba11cec54c6a11196409b6862a406fd483 (diff)
INTEGRATION: CWS fwk79 (1.10.10); FILE MERGED
2007/12/09 16:13:30 pb 1.10.10.1: fix: #i83757# ActivatePage( const String& rPageURL ) added
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/treeopt.hxx17
1 files changed, 9 insertions, 8 deletions
diff --git a/svx/source/dialog/treeopt.hxx b/svx/source/dialog/treeopt.hxx
index b43b975f809f..ee07656010f8 100644
--- a/svx/source/dialog/treeopt.hxx
+++ b/svx/source/dialog/treeopt.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: treeopt.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: ihi $ $Date: 2007-11-23 16:42:49 $
+ * last change: $Author: ihi $ $Date: 2008-01-14 17:21:25 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -292,15 +292,16 @@ public:
USHORT AddGroup( const String& rGroupName, SfxShell* pCreateShell,
SfxModule* pCreateModule, USHORT nDialogId );
- void ActivateLastSelection();
- void ActivatePage(USHORT nResId);
- void ApplyItemSets();
+ void ActivateLastSelection();
+ void ActivatePage( USHORT nResId );
+ void ActivatePage( const String& rPageURL );
+ void ApplyItemSets();
- USHORT GetColorChanged() const { return nChangeType; }
- XColorTable* GetColorTable() { return pColorTab; }
+ USHORT GetColorChanged() const { return nChangeType; }
+ XColorTable* GetColorTable() { return pColorTab; }
// helper functions to call the language settings TabPage from the SpellDialog
- static void ApplyLanguageOptions(const SfxItemSet& rSet);
+ static void ApplyLanguageOptions(const SfxItemSet& rSet);
};
// class OfaPageResource -------------------------------------------------