summaryrefslogtreecommitdiff
path: root/sw/inc/ccoll.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/ccoll.hxx')
-rw-r--r--sw/inc/ccoll.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/ccoll.hxx b/sw/inc/ccoll.hxx
index 23d768cf6ee9..6935b842db2c 100644
--- a/sw/inc/ccoll.hxx
+++ b/sw/inc/ccoll.hxx
@@ -62,7 +62,7 @@ class SW_DLLPUBLIC SwCondCollItem : public SfxPoolItem
{
static const CommandStruct aCmds[COND_COMMAND_COUNT];
- String sStyles[COND_COMMAND_COUNT];
+ OUString m_sStyles[COND_COMMAND_COUNT];
public:
SwCondCollItem(sal_uInt16 nWhich = FN_COND_COLL);
@@ -75,8 +75,8 @@ public:
static const CommandStruct* GetCmds();
- const String& GetStyle(sal_uInt16 nPos) const;
- void SetStyle( const String* pStyle, sal_uInt16 nPos);
+ OUString GetStyle(sal_uInt16 nPos) const;
+ void SetStyle(const OUString* pStyle, sal_uInt16 nPos);
};