summaryrefslogtreecommitdiff
path: root/xmlscript
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-07-03 11:56:50 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-07-03 11:56:50 +0000
commitc6dabc633c030ae3f2d21abf31853f2d59237541 (patch)
treeb44465cc019ecd8bfadb8c38772eca6b0d1e8a05 /xmlscript
parent7516b7505c1a8d71e69adc98e54eba89ffd24659 (diff)
INTEGRATION: CWS tkr01 (1.18.22); FILE MERGED
2007/06/26 10:03:11 tkr 1.18.22.1: #i78846# Enable TreeControl support
Diffstat (limited to 'xmlscript')
-rw-r--r--xmlscript/source/xmldlg_imexp/exp_share.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/xmlscript/source/xmldlg_imexp/exp_share.hxx b/xmlscript/source/xmldlg_imexp/exp_share.hxx
index 1142d638a104..f5a956f4068e 100644
--- a/xmlscript/source/xmldlg_imexp/exp_share.hxx
+++ b/xmlscript/source/xmldlg_imexp/exp_share.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: exp_share.hxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: ihi $ $Date: 2006-08-29 11:04:48 $
+ * last change: $Author: rt $ $Date: 2007-07-03 12:56:50 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -163,6 +163,8 @@ public:
::rtl::OUString const & rPropName, ::rtl::OUString const & rAttrName );
void readLineEndFormatAttr(
::rtl::OUString const & rPropName, ::rtl::OUString const & rAttrName );
+ void readSelectionTypeAttr(
+ ::rtl::OUString const & rPropName, ::rtl::OUString const & rAttrName );
//
inline void addBoolAttr(
::rtl::OUString const & rAttrName, sal_Bool bValue )
@@ -193,6 +195,8 @@ public:
SAL_THROW( (css::uno::Exception) );
void readFileControlModel( StyleBag * all_styles )
SAL_THROW( (css::uno::Exception) );
+ void readTreeControlModel( StyleBag * all_styles )
+ SAL_THROW( (css::uno::Exception) );
void readFixedTextModel( StyleBag * all_styles )
SAL_THROW( (css::uno::Exception) );
void readGroupBoxModel( StyleBag * all_styles )