summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/chartsheetfragment.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/chartsheetfragment.hxx')
-rw-r--r--sc/source/filter/inc/chartsheetfragment.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/inc/chartsheetfragment.hxx b/sc/source/filter/inc/chartsheetfragment.hxx
index ac067ff71bd2..fa7a995de489 100644
--- a/sc/source/filter/inc/chartsheetfragment.hxx
+++ b/sc/source/filter/inc/chartsheetfragment.hxx
@@ -32,11 +32,11 @@ class ChartsheetFragment : public WorksheetFragmentBase
public:
explicit ChartsheetFragment(
const WorksheetHelper& rHelper,
- const ::rtl::OUString& rFragmentPath );
+ const OUString& rFragmentPath );
protected:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
- virtual void onCharacters( const ::rtl::OUString& rChars );
+ virtual void onCharacters( const OUString& rChars );
virtual ::oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStream& rStrm );