summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/excform.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/excform.hxx')
-rw-r--r--sc/source/filter/inc/excform.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/inc/excform.hxx b/sc/source/filter/inc/excform.hxx
index eaf0ae887e64..5d7b046f57e3 100644
--- a/sc/source/filter/inc/excform.hxx
+++ b/sc/source/filter/inc/excform.hxx
@@ -43,7 +43,7 @@ protected:
XclFunctionProvider maFuncProv;
const XclBiff meBiff;
- // ---------------------------------------------------------------
+
void DoMulArgs( DefTokenId eId, sal_uInt8 nNumArgs );
void ExcRelToScRel( sal_uInt16 nRow, sal_uInt8 nCol, ScSingleRefData&, const bool bName );
@@ -95,7 +95,7 @@ inline bool ExcelToSc::IsComplRowRange( const sal_uInt16 nRow1, const sal_uInt16
return ( ( nRow1 & 0x3FFF ) == 0x0000 ) && ( ( nRow2 & 0x3FFF ) == 0x3FFF );
}
-// ============================================================================
+
class XclImpLinkManager;
class XclImpExtName;