summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/workwin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/appl/workwin.cxx')
-rw-r--r--sfx2/source/appl/workwin.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sfx2/source/appl/workwin.cxx b/sfx2/source/appl/workwin.cxx
index 97d04dd6cde5..c1c9fdf5d5d4 100644
--- a/sfx2/source/appl/workwin.cxx
+++ b/sfx2/source/appl/workwin.cxx
@@ -159,7 +159,7 @@ LayoutManagerListener::LayoutManagerListener(
SfxWorkWindow* pWrkWin ) :
m_bHasFrame( sal_False ),
m_pWrkWin( pWrkWin ),
- m_aLayoutManagerPropName( RTL_CONSTASCII_USTRINGPARAM( "LayoutManager" ))
+ m_aLayoutManagerPropName( "LayoutManager" )
{
}
@@ -603,10 +603,10 @@ SfxWorkWindow::SfxWorkWindow( Window *pWin, SfxBindings& rB, SfxWorkWindow* pPar
bShowStatusBar( sal_False ),
#endif
m_nLock( 0 ),
- m_aStatusBarResName( RTL_CONSTASCII_USTRINGPARAM( "private:resource/statusbar/statusbar" )),
- m_aLayoutManagerPropName( RTL_CONSTASCII_USTRINGPARAM( "LayoutManager" )),
- m_aTbxTypeName( RTL_CONSTASCII_USTRINGPARAM( "private:resource/toolbar/" )),
- m_aProgressBarResName( RTL_CONSTASCII_USTRINGPARAM( "private:resource/progressbar/progressbar" ))
+ m_aStatusBarResName( "private:resource/statusbar/statusbar" ),
+ m_aLayoutManagerPropName( "LayoutManager" ),
+ m_aTbxTypeName( "private:resource/toolbar/" ),
+ m_aProgressBarResName( "private:resource/progressbar/progressbar" )
{
DBG_CTOR(SfxWorkWindow, 0);
DBG_ASSERT (pBindings, "No Bindings!");