summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-06-16 12:41:55 +0000
committerRüdiger Timm <rt@openoffice.org>2008-06-16 12:41:55 +0000
commitd8fa1398224d12d15771a3fa3514487a2dad4c7d (patch)
treeb0b1be9e03412428a45166909b4f55a735953929 /configmgr
parente3b943fe76ce0b7c56ba0f4e7db16b62d4bf48f3 (diff)
INTEGRATION: CWS sb88 (1.6.10); FILE MERGED
2008/06/03 15:29:48 sb 1.6.10.1: #i89553 applied patch by cmc
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/inc/localizedtreeactions.hxx9
1 files changed, 1 insertions, 8 deletions
diff --git a/configmgr/source/inc/localizedtreeactions.hxx b/configmgr/source/inc/localizedtreeactions.hxx
index 828230632d25..a2ce93ff15e1 100644
--- a/configmgr/source/inc/localizedtreeactions.hxx
+++ b/configmgr/source/inc/localizedtreeactions.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: localizedtreeactions.hxx,v $
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
* This file is part of OpenOffice.org.
*
@@ -41,18 +41,11 @@ class SubtreeChange;
//==========================================================================
// Helper function to invoke the previous ones properly
-// convert to the given locale format, no matter what the original representation
-data::TreeSegment cloneForLocale(INode const* _pNode, OUString const& _sLocale);
// convert to the given locale format, assuming the original representation was expanded
data::TreeSegment cloneExpandedForLocale(data::TreeAccessor const & _aTree, OUString const& _sLocale);
// convert to the given locale format, assuming the original representation was expanded
std::auto_ptr<INode> reduceExpandedForLocale(std::auto_ptr<ISubtree> _pNode, OUString const& _sLocale);
-// convert to the expanded locale format, assuming the original representation was reduced for the given locale
-void expandForLocale(ISubtree& _rNode, OUString const& _sLocale);
-// convert to the expanded locale format, assuming the original representation was reduced for the given locale
-void expandForLocale(SubtreeChange& _rNode, OUString const& _sLocale);
-
//..........................................................................
} // namespace configmgr
//..........................................................................