diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-04-01 16:52:08 +0200 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-04-01 16:52:08 +0200 |
commit | 6a30f2a3025a9db27d1230d9498570964cd74e3f (patch) | |
tree | a21d843b2e74afc08849a7a5d786b6bfe4daa56a /sc/inc/dptablecache.hxx | |
parent | 56357e8ac33235cd467715901b2ee7830871e3af (diff) |
#i10000# some catch-up fixes
Notes
Notes:
split repo tag: calc_ooo/DEV300_m76
Diffstat (limited to 'sc/inc/dptablecache.hxx')
-rw-r--r-- | sc/inc/dptablecache.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/dptablecache.hxx b/sc/inc/dptablecache.hxx index 7b637bf04d6f..953c793093be 100644 --- a/sc/inc/dptablecache.hxx +++ b/sc/inc/dptablecache.hxx @@ -47,6 +47,8 @@ class ScDPTableDataCache; class TypedStrData; +struct ScQueryParam; + // -------------------------------------------------------------------- // // base class ScDPTableData to allow implementation with tabular data |