summaryrefslogtreecommitdiff
path: root/sc/inc/fmtuno.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2000-09-21 08:35:14 +0000
committerNiklas Nebel <nn@openoffice.org>2000-09-21 08:35:14 +0000
commit09dcabd309907e5241794cdf6322aa0b7c06260f (patch)
treed65e4329921db07708a303a4a9e4c4274e295820 /sc/inc/fmtuno.hxx
parent58f16995ababae0d143f728884ff93cbebd170eb (diff)
style name in conditional formats is programmatic name
Diffstat (limited to 'sc/inc/fmtuno.hxx')
-rw-r--r--sc/inc/fmtuno.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/fmtuno.hxx b/sc/inc/fmtuno.hxx
index 5f260db5d10e..a86e95f1156b 100644
--- a/sc/inc/fmtuno.hxx
+++ b/sc/inc/fmtuno.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmtuno.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:44:49 $
+ * last change: $Author: nn $ $Date: 2000-09-21 09:34:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -207,7 +207,7 @@ private:
String aExpr1;
String aExpr2;
ScAddress aSrcPos;
- String aStyle;
+ String aStyle; // display name as stored in ScStyleSheet
public:
ScTableConditionalEntry();