diff options
Diffstat (limited to 'sc/inc/interpretercontext.hxx')
-rw-r--r-- | sc/inc/interpretercontext.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/inc/interpretercontext.hxx b/sc/inc/interpretercontext.hxx index 4f66f29e31b6..f03450354eb3 100644 --- a/sc/inc/interpretercontext.hxx +++ b/sc/inc/interpretercontext.hxx @@ -37,8 +37,6 @@ struct DelayedSetNumberFormat sal_uInt32 mnNumberFormat; }; -class ScInterpreterContextPool; - struct ScInterpreterContext { const ScDocument* mpDoc; @@ -166,9 +164,6 @@ private: SvNumberFormatter* mpFormatter; }; -class ScThreadedInterpreterContextGetterGuard; -class ScInterpreterContextGetterGuard; - class ScInterpreterContextPool { friend class ScThreadedInterpreterContextGetterGuard; |