summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xltoolbar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/xltoolbar.hxx')
-rw-r--r--sc/source/filter/excel/xltoolbar.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/excel/xltoolbar.hxx b/sc/source/filter/excel/xltoolbar.hxx
index 41b10028f016..7344a4d4e158 100644
--- a/sc/source/filter/excel/xltoolbar.hxx
+++ b/sc/source/filter/excel/xltoolbar.hxx
@@ -79,7 +79,7 @@ public:
bool IsMenuToolbar();
bool ImportCustomToolBar( ScCTBWrapper&, CustomToolBarImportHelper& );
bool ImportMenuTB( ScCTBWrapper&, const css::uno::Reference< css::container::XIndexContainer >&, CustomToolBarImportHelper& );
- rtl::OUString GetName() { return tb.getName().getString(); }
+ OUString GetName() { return tb.getName().getString(); }
};
@@ -115,7 +115,7 @@ public:
bool Read(SvStream &rS);
void Print( FILE* );
bool ImportCustomToolBar( SfxObjectShell& rDocSh );
- ScCTB* GetCustomizationData( const rtl::OUString& name );
+ ScCTB* GetCustomizationData( const OUString& name );
};