summaryrefslogtreecommitdiff
path: root/sc/inc/attarray.hxx
diff options
context:
space:
mode:
authorEike Rathke <er@openoffice.org>2001-08-10 17:02:39 +0000
committerEike Rathke <er@openoffice.org>2001-08-10 17:02:39 +0000
commit5bcff42d2ad98776d95913152799f9b41401b1dd (patch)
tree506d8e55af23d9d53801905c27cabab13ab398fd /sc/inc/attarray.hxx
parent35f8f7efad321435e9f99914c717fd5d9d579a8c (diff)
#88107# convert StarMath/StarBats<->StarSymbol in binary file format
Diffstat (limited to 'sc/inc/attarray.hxx')
-rw-r--r--sc/inc/attarray.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/inc/attarray.hxx b/sc/inc/attarray.hxx
index 2371f23e993c..1c5a595e679a 100644
--- a/sc/inc/attarray.hxx
+++ b/sc/inc/attarray.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: attarray.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:44:47 $
+ * last change: $Author: er $ $Date: 2001-08-10 18:01:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -211,6 +211,7 @@ public:
void Save( SvStream& rStream ) const;
void Load( SvStream& rStream );
+ void ConvertFontsAfterLoad(); // old binary file format
};