summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xerecord.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xerecord.hxx')
-rw-r--r--sc/source/filter/inc/xerecord.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/inc/xerecord.hxx b/sc/source/filter/inc/xerecord.hxx
index ddaad2054465..27f272e478d6 100644
--- a/sc/source/filter/inc/xerecord.hxx
+++ b/sc/source/filter/inc/xerecord.hxx
@@ -222,7 +222,7 @@ void XclExpValueRecord< Type >::SaveXml( XclExpXmlStream& rStrm )
if( mnAttribute == -1 )
return;
rStrm.WriteAttributes(
- mnAttribute, rtl::OString::valueOf( (sal_Int32) maValue ).getStr(),
+ mnAttribute, OString::valueOf( (sal_Int32) maValue ).getStr(),
FSEND );
}