summaryrefslogtreecommitdiff
path: root/xmlscript
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
commit36ec3aec85a0b575241876cdd538948af9f992d5 (patch)
tree8210d2bee86d6fcf228ec276ec5660f561736ea8 /xmlscript
parent21c4f74c29d307af6ec56e736b15dbcffd765c41 (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')
-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 542ed94bf8..047d4091d7 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>