summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2001-10-11 10:29:46 +0000
committerVladimir Glazounov <vg@openoffice.org>2001-10-11 10:29:46 +0000
commit628c3fb4f4940fc6ef6551384a8805f61635d1c5 (patch)
tree8bc7ca461597421b539c6ed6cae2dab6c7754c1d /sfx2
parent60932aa210767bb1aedba26fa2f53142a6f22ad4 (diff)
#65293# corrected for solaris' compiler
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/filtergrouping.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/sfx2/source/dialog/filtergrouping.cxx b/sfx2/source/dialog/filtergrouping.cxx
index c2938e1d32e3..5b773e5d21e6 100644
--- a/sfx2/source/dialog/filtergrouping.cxx
+++ b/sfx2/source/dialog/filtergrouping.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: filtergrouping.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: fs $ $Date: 2001-10-09 08:42:06 $
+ * last change: $Author: vg $ $Date: 2001-10-11 11:29:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -462,7 +462,7 @@ namespace sfx2
static const sal_Unicode s_cWildcardSeparator( ';' );
//
- static const ::rtl::OUString& getSeparatorString()
+ const ::rtl::OUString& getSeparatorString()
{
static ::rtl::OUString s_sSeparatorString( &s_cWildcardSeparator, 1 );
return s_sSeparatorString;
@@ -945,6 +945,9 @@ namespace sfx2
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.3 2001/10/09 08:42:06 fs
+ * finalized #91894# - filter grouping and classifying now works (hopefully :)
+ *
* Revision 1.2 2001/10/02 12:37:54 fs
* #65293# include <algorithm> - needed for non-win platforms
*