summaryrefslogtreecommitdiff
path: root/xmlscript/source
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-01-29 14:11:58 +0000
committerRüdiger Timm <rt@openoffice.org>2008-01-29 14:11:58 +0000
commit2c6ca8b7a1e20af613132175a05576174dc28abf (patch)
tree4a9653e098d2727f90919c7c0242eeb053f5da24 /xmlscript/source
parentbb433c2ead48bbd21806b0d3cd092dd2c2d87345 (diff)
INTEGRATION: CWS fwk80_SRC680 (1.19.12); FILE MERGED
2008/01/11 09:36:47 tkr 1.19.12.1: #i83756# provide xml im- and export for FixedHyperlink
Diffstat (limited to 'xmlscript/source')
-rw-r--r--xmlscript/source/xmldlg_imexp/exp_share.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/xmlscript/source/xmldlg_imexp/exp_share.hxx b/xmlscript/source/xmldlg_imexp/exp_share.hxx
index f5a956f4068e..dae2b3bbf176 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.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: rt $ $Date: 2007-07-03 12:56:50 $
+ * last change: $Author: rt $ $Date: 2008-01-29 15:11:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -219,6 +219,8 @@ public:
SAL_THROW( (css::uno::Exception) );
void readScrollBarModel( StyleBag * all_styles )
SAL_THROW( (css::uno::Exception) );
+ void readFixedHyperLinkModel( StyleBag * all_styles )
+ SAL_THROW( (css::uno::Exception) );
};
template<typename T>