summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/frmview.cxx
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@alta.org.br>2012-04-07 13:41:56 -0300
committerOlivier Hallot <olivier.hallot@alta.org.br>2012-04-07 13:44:27 -0300
commit85bdc19fcb6a1a71d6aef0f00b8610f4b85e5a00 (patch)
tree441c835831d6888eacfc68aa24bfa5cb3ed8b8c3 /sd/source/ui/view/frmview.cxx
parent69d46dd7a6adfffd71da055bb65108c80d27395f (diff)
More stuffs related to OUStrings in sd
Diffstat (limited to 'sd/source/ui/view/frmview.cxx')
-rw-r--r--sd/source/ui/view/frmview.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/view/frmview.cxx b/sd/source/ui/view/frmview.cxx
index b55d15c7b074..47f80be9408b 100644
--- a/sd/source/ui/view/frmview.cxx
+++ b/sd/source/ui/view/frmview.cxx
@@ -956,19 +956,19 @@ void FrameView::ReadUserDataSequence ( const ::com::sun::star::uno::Sequence < :
{
pValue->Value >>= aSnapGridWidthYDom;
}
- else if (!bImpress && pValue->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( sUNO_View_VisibleLayers ) ) )
+ else if (!bImpress && pValue->Name == sUNO_View_VisibleLayers )
{
SetOfByte aSetOfBytes;
aSetOfBytes.PutValue( pValue->Value );
SetVisibleLayers( aSetOfBytes );
}
- else if (!bImpress && pValue->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( sUNO_View_PrintableLayers ) ) )
+ else if (!bImpress && pValue->Name == sUNO_View_PrintableLayers )
{
SetOfByte aSetOfBytes;
aSetOfBytes.PutValue( pValue->Value );
SetPrintableLayers( aSetOfBytes );
}
- else if (!bImpress && pValue->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( sUNO_View_LockedLayers ) ) )
+ else if (!bImpress && pValue->Name == sUNO_View_LockedLayers )
{
SetOfByte aSetOfBytes;
aSetOfBytes.PutValue( pValue->Value );