summaryrefslogtreecommitdiffstats
path: root/sc/inc/styleuno.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-08-16 15:45:51 +0000
committerNiklas Nebel <nn@openoffice.org>2001-08-16 15:45:51 +0000
commit7945818581757ae97467f04e9d14ed7848c33eb1 (patch)
treed85d732bb703296a7c12dbbd847860b8acc622ad /sc/inc/styleuno.hxx
parent#90675# translated clipboard format names are now in so3 (diff)
downloadcore-7945818581757ae97467f04e9d14ed7848c33eb1.tar.gz
core-7945818581757ae97467f04e9d14ed7848c33eb1.zip
#90968# add (user) to programmatic name if display name matches a prog.name
Diffstat (limited to 'sc/inc/styleuno.hxx')
-rw-r--r--sc/inc/styleuno.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/inc/styleuno.hxx b/sc/inc/styleuno.hxx
index 31746820183f..1c5e6df22e46 100644
--- a/sc/inc/styleuno.hxx
+++ b/sc/inc/styleuno.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: styleuno.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: nn $ $Date: 2001-05-23 18:20:49 $
+ * last change: $Author: nn $ $Date: 2001-08-16 16:44:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -128,8 +128,8 @@ class ScStyleObj;
class ScStyleNameConversion
{
public:
- static const String& DisplayToProgrammaticName( const String& rDispName, UINT16 nType );
- static const String& ProgrammaticToDisplayName( const String& rProgName, UINT16 nType );
+ static String DisplayToProgrammaticName( const String& rDispName, UINT16 nType );
+ static String ProgrammaticToDisplayName( const String& rProgName, UINT16 nType );
};