summaryrefslogtreecommitdiff
path: root/sw/inc/docstyle.hxx
diff options
context:
space:
mode:
authorFrank Meies <fme@openoffice.org>2001-07-24 10:39:48 +0000
committerFrank Meies <fme@openoffice.org>2001-07-24 10:39:48 +0000
commit9f8bb2497788b2662335778b6209ca79427af3ab (patch)
tree8d8c5491dba8107966c8c87c544a0713bc1f691a /sw/inc/docstyle.hxx
parent3f16b73b8cdd596cd67b282e652388415c45faf3 (diff)
Chg #90131#: Removed ENABLEUNICODE
Diffstat (limited to 'sw/inc/docstyle.hxx')
-rw-r--r--sw/inc/docstyle.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/sw/inc/docstyle.hxx b/sw/inc/docstyle.hxx
index 709dda4bcc7b..7073e5e16d16 100644
--- a/sw/inc/docstyle.hxx
+++ b/sw/inc/docstyle.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docstyle.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:25 $
+ * last change: $Author: fme $ $Date: 2001-07-24 11:38:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -207,11 +207,7 @@ public:
virtual SfxStyleSheetBase *operator[](USHORT nIdx);
virtual SfxStyleSheetBase* First();
virtual SfxStyleSheetBase* Next();
-#ifndef ENABLEUNICODE
- virtual SfxStyleSheetBase* Find(const String& rStr);
-#else
virtual SfxStyleSheetBase* Find(const UniString& rStr);
-#endif
virtual void Notify( SfxBroadcaster&, const SfxHint& );
};