Kaydet (Commit) a5922eb6 authored tarafından Santiago Martinez's avatar Santiago Martinez Kaydeden (comit) Markus Mohrhard

Remove unused code in XclExpName

üst 20d6c4d4
......@@ -94,8 +94,6 @@ public:
/** Returns true, if this defined name is volatile. */
bool IsVolatile() const;
/** Returns true, if this defined name is hidden. */
bool IsHidden() const;
/** Returns true, if this defined name describes a macro call.
@param bFunc true = Macro function; false = Macro procedure. */
bool IsMacroCall( bool bVBasic, bool bFunc ) const;
......@@ -306,11 +304,6 @@ bool XclExpName::IsVolatile() const
return mxTokArr && mxTokArr->IsVolatile();
}
bool XclExpName::IsHidden() const
{
return ::get_flag( mnFlags, EXC_NAME_HIDDEN );
}
bool XclExpName::IsMacroCall( bool bVBasic, bool bFunc ) const
{
return
......
......@@ -549,7 +549,6 @@ XMLVisAreaContext::XMLVisAreaContext(SvXMLImport&, unsigned short, rtl::OUString
XWindowItem::XWindowItem(unsigned short, Window*)
XWindowItem::XWindowItem(unsigned short, com::sun::star::uno::Reference<com::sun::star::awt::XWindow>&)
XclExpFontBuffer::Insert(ScPatternAttr const&, short, XclExpColorType, bool)
XclExpName::IsHidden() const
XclExpPivotCache::GetFieldAcc(rtl::OUString const&)
XclExpString::SetFormats(std::__debug::vector<XclFormatRun, std::allocator<XclFormatRun> > const&)
XclTokenArray::XclTokenArray(std::__debug::vector<unsigned char, std::allocator<unsigned char> >&, bool)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment