summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/inc/defnamesbuffer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/defnamesbuffer.hxx')
-rw-r--r--sc/source/filter/inc/defnamesbuffer.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/filter/inc/defnamesbuffer.hxx b/sc/source/filter/inc/defnamesbuffer.hxx
index 0eee4f55e910..5b0c36ebeeb1 100644
--- a/sc/source/filter/inc/defnamesbuffer.hxx
+++ b/sc/source/filter/inc/defnamesbuffer.hxx
@@ -81,13 +81,13 @@ public:
/** Returns the original name as imported from or exported to the file. */
const OUString& getUpcaseModelName() const;
/** Returns an Any with a SingleReference or ComplexReference, or an empty Any. */
- ::com::sun::star::uno::Any getReference( const ::com::sun::star::table::CellAddress& rBaseAddr ) const;
+ css::uno::Any getReference( const css::table::CellAddress& rBaseAddr ) const;
protected:
- DefinedNameModel maModel; /// Model data for this defined name.
- mutable OUString maUpModelName; /// Model name converted to uppercase ASCII.
- OUString maCalcName; /// Final name used in the Calc document.
- ::com::sun::star::uno::Any maRefAny; /// Single cell/range reference.
+ DefinedNameModel maModel; /// Model data for this defined name.
+ mutable OUString maUpModelName; /// Model name converted to uppercase ASCII.
+ OUString maCalcName; /// Final name used in the Calc document.
+ css::uno::Any maRefAny; /// Single cell/range reference.
};
class DefinedName : public DefinedNameBase
@@ -123,7 +123,7 @@ public:
/** Returns the token index used in API token arrays (com.sun.star.sheet.FormulaToken). */
inline sal_Int32 getTokenIndex() const { return mnTokenIndex; }
/** Tries to resolve the defined name to an absolute cell range. */
- bool getAbsoluteRange( ::com::sun::star::table::CellRangeAddress& orRange ) const;
+ bool getAbsoluteRange( css::table::CellRangeAddress& orRange ) const;
private:
typedef ::std::unique_ptr< StreamDataSequence > StreamDataSeqPtr;