summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/workbookfragment.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/workbookfragment.hxx')
-rw-r--r--sc/source/filter/inc/workbookfragment.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/inc/workbookfragment.hxx b/sc/source/filter/inc/workbookfragment.hxx
index ae90b5128036..88042abee875 100644
--- a/sc/source/filter/inc/workbookfragment.hxx
+++ b/sc/source/filter/inc/workbookfragment.hxx
@@ -35,11 +35,11 @@ class WorkbookFragment : public WorkbookFragmentBase
public:
explicit WorkbookFragment(
const WorkbookHelper& 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 );
@@ -55,7 +55,7 @@ private:
void importPivotCache( SequenceInputStream& rStrm );
void importExternalLinkFragment( ExternalLink& rExtLink );
- void importPivotCacheDefFragment( const ::rtl::OUString& rRelId, sal_Int32 nCacheId );
+ void importPivotCacheDefFragment( const OUString& rRelId, sal_Int32 nCacheId );
private:
DefinedNameRef mxCurrName;