summaryrefslogtreecommitdiffstats
path: root/sc/inc/formulaparserpool.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-27 14:20:54 +0200
committerNoel Grandin <noel@peralex.com>2015-10-28 09:22:34 +0200
commit16246ed7b280f51a39a01ded24c0d7bd59d59365 (patch)
treee506c24eeae16b384555f08818e0b62ba41e0285 /sc/inc/formulaparserpool.hxx
parentsw: remove SwDBTreeList_Impl::m_aConnections (diff)
downloadcore-16246ed7b280f51a39a01ded24c0d7bd59d59365.tar.gz
core-16246ed7b280f51a39a01ded24c0d7bd59d59365.zip
com::sun::star->css in sc
Change-Id: I7774890f46f9343e944e34db27af8bce3b1d0915
Diffstat (limited to 'sc/inc/formulaparserpool.hxx')
-rw-r--r--sc/inc/formulaparserpool.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/formulaparserpool.hxx b/sc/inc/formulaparserpool.hxx
index cc2771b29b0c..28e8a73c810d 100644
--- a/sc/inc/formulaparserpool.hxx
+++ b/sc/inc/formulaparserpool.hxx
@@ -37,13 +37,13 @@ public:
bool hasFormulaParser( const OUString& rNamespace );
/** Returns the formula parser that is registered for the passed namespace. */
- ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XFormulaParser >
+ css::uno::Reference< css::sheet::XFormulaParser >
getFormulaParser( const OUString& rNamespace );
private:
typedef std::unordered_map<
OUString,
- ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XFormulaParser >,
+ css::uno::Reference< css::sheet::XFormulaParser >,
OUStringHash,
::std::equal_to< OUString > > ParserMap;