summaryrefslogtreecommitdiff
path: root/sc/source/core/inc/doubleref.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-01-08 11:12:27 -0500
committerKohei Yoshida <kyoshida@novell.com>2010-01-08 11:12:27 -0500
commit2af8520b931e81633559f5f9ea46903d60535ede (patch)
tree5d9bd95a482f2c6dbdbf91500253740d2eb00d6a /sc/source/core/inc/doubleref.hxx
parent7df739c8c871e8b0e2d0919c375d44a1d0cbfc40 (diff)
kohei03: removed compiler warnings on windows.
On Windows, we apparently build with warnings as errors, so these warnings caused the build to fail in sc. Hopefully this commit will rectify that.
Diffstat (limited to 'sc/source/core/inc/doubleref.hxx')
-rw-r--r--sc/source/core/inc/doubleref.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/core/inc/doubleref.hxx b/sc/source/core/inc/doubleref.hxx
index 044f99f45479..e7bd2dfa6ae1 100644
--- a/sc/source/core/inc/doubleref.hxx
+++ b/sc/source/core/inc/doubleref.hxx
@@ -36,8 +36,8 @@
class ScDocument;
class ScBaseCell;
-class ScDBQueryParamBase;
-class ScQueryParamBase;
+struct ScDBQueryParamBase;
+struct ScQueryParamBase;
// ============================================================================