summaryrefslogtreecommitdiff
path: root/sd/inc/Outliner.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-04-04 06:40:17 +0000
committerRüdiger Timm <rt@openoffice.org>2005-04-04 06:40:17 +0000
commit95a2da851a547b41c39b18d386d8d8082d79c012 (patch)
treeb6f907a3e411b2925927440de34e6654fb6d1c37 /sd/inc/Outliner.hxx
parente6714971413bd4ea196b97c021dc7ced874b10ba (diff)
INTEGRATION: CWS gccfour (1.9.40); FILE MERGED
2005/03/14 12:02:05 cmc 1.9.40.1: #i44718# name anonymous enums that are compared against ints
Diffstat (limited to 'sd/inc/Outliner.hxx')
-rw-r--r--sd/inc/Outliner.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/inc/Outliner.hxx b/sd/inc/Outliner.hxx
index e869207df7fa..5e2585529361 100644
--- a/sd/inc/Outliner.hxx
+++ b/sd/inc/Outliner.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Outliner.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: vg $ $Date: 2005-02-16 16:55:34 $
+ * last change: $Author: rt $ $Date: 2005-04-04 07:40:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -223,7 +223,7 @@ public:
private:
/// Specifies whether to search and replace, to spell check or to do a
/// text conversion.
- enum {SEARCH, SPELL, TEXT_CONVERSION} meMode;
+ enum mode {SEARCH, SPELL, TEXT_CONVERSION} meMode;
/// The view which displays the searched objects.
::sd::View* mpView;