summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/excel/xelink.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/xelink.cxx')
-rw-r--r--sc/source/filter/excel/xelink.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sc/source/filter/excel/xelink.cxx b/sc/source/filter/excel/xelink.cxx
index 944a0723cf9b..a856cf56b4a2 100644
--- a/sc/source/filter/excel/xelink.cxx
+++ b/sc/source/filter/excel/xelink.cxx
@@ -36,10 +36,8 @@ using ::std::find_if;
using ::std::vector;
using ::com::sun::star::uno::Any;
-
// *** Helper classes ***
-
// External names =============================================================
/** This is a base class for any external name (i.e. add-in names or DDE links).
@@ -609,10 +607,8 @@ private:
XclExpXtiVec maXtiVec; /// List of XTI structures for the EXTERNSHEET record.
};
-
// *** Implementation ***
-
// Excel sheet indexes ========================================================
const sal_uInt8 EXC_TABBUF_IGNORE = 0x01; /// Sheet will be ignored completely.
@@ -1370,7 +1366,6 @@ XclExpSupbook::XclExpSupbook( const XclExpRoot& rRoot, const OUString& rUrl, Xcl
SetRecSize( 2 + maUrlEncoded.GetSize() );
}
-
XclExpSupbook::XclExpSupbook( const XclExpRoot& rRoot, const OUString& rUrl ) :
XclExpExternSheetBase( rRoot, EXC_ID_SUPBOOK ),
maUrl( rUrl ),
@@ -1970,7 +1965,6 @@ bool XclExpLinkManagerImpl5::InsertEuroTool(
return false;
}
-
bool XclExpLinkManagerImpl5::InsertDde(
sal_uInt16& /*rnExtSheet*/, sal_uInt16& /*rnExtName*/,
const OUString& /*rApplic*/, const OUString& /*rTopic*/, const OUString& /*rItem*/ )
@@ -2172,7 +2166,6 @@ bool XclExpLinkManagerImpl8::InsertEuroTool(
return false;
}
-
bool XclExpLinkManagerImpl8::InsertDde(
sal_uInt16& rnExtSheet, sal_uInt16& rnExtName,
const OUString& rApplic, const OUString& rTopic, const OUString& rItem )