summaryrefslogtreecommitdiff
path: root/sc/inc/global.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2009-09-09 10:57:16 -0400
committerKohei Yoshida <kyoshida@novell.com>2009-09-09 10:57:16 -0400
commitf371fca09ddff5d5d32a0dcec05931be04b1b8c9 (patch)
tree4d144cec484c37fc76793e626087c495699e7690 /sc/inc/global.hxx
parent3db13d25ca7c79cbc53ecba722453571451b96e9 (diff)
#i102750# initial refactoring in an effort to support external references in DSUM, DGET etc. Not finished yet.
Diffstat (limited to 'sc/inc/global.hxx')
-rw-r--r--sc/inc/global.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx
index e329f477d824..9ad45feb717a 100644
--- a/sc/inc/global.hxx
+++ b/sc/inc/global.hxx
@@ -819,7 +819,7 @@ struct ScQueryEntry
ScQueryEntry& operator=( const ScQueryEntry& r );
BOOL operator==( const ScQueryEntry& r ) const;
};
-
+#if 0
struct SC_DLLPUBLIC ScQueryParam
{
SCCOL nCol1;
@@ -860,7 +860,7 @@ public:
void MoveToDest();
void FillInExcelSyntax(String& aCellStr, SCSIZE nIndex);
};
-
+#endif
// -----------------------------------------------------------------------
struct SC_DLLPUBLIC ScSubTotalParam