summaryrefslogtreecommitdiff
path: root/sfx2/source/explorer
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-28 14:37:44 +0200
committerNoel Grandin <noel@peralex.com>2013-08-29 09:30:18 +0200
commit35c24f9b6e08ef1328df01b2d3d11ef518897130 (patch)
tree17efd9777af84854e0f85cba759c92041875f4de /sfx2/source/explorer
parentbdef90e108bdb557dcb207a15862453ec24645e1 (diff)
convert chunk of sfx internal code from String to OUString
Change-Id: Ibf728d8a80d62cb3b2bfa985d4e685b9749f7ab8
Diffstat (limited to 'sfx2/source/explorer')
-rw-r--r--sfx2/source/explorer/nochaos.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/explorer/nochaos.cxx b/sfx2/source/explorer/nochaos.cxx
index 82de6fc93941..baa7ec019ee0 100644
--- a/sfx2/source/explorer/nochaos.cxx
+++ b/sfx2/source/explorer/nochaos.cxx
@@ -193,7 +193,7 @@ CntStaticPoolDefaults_Impl::CntStaticPoolDefaults_Impl( CntItemPool* /*pPool*/ )
memset( m_ppDefaults, 0, sizeof( SfxPoolItem* ) * m_nItems );
memset( m_pItemInfos, 0, sizeof( SfxItemInfo ) * m_nItems );
Insert(
- new SfxStringItem( WID_CHAOS_START, String() ),
+ new SfxStringItem( WID_CHAOS_START, OUString() ),
0,
SFX_ITEM_POOLABLE );
}