summaryrefslogtreecommitdiff
path: root/sc/inc/conditio.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-11-29 15:36:22 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-11-29 15:36:22 +0100
commitef322b54fa92877cb237a157d66408112dcc2573 (patch)
tree23ab16b108b8d8baa8e63b0d9c67e372bd42e80a /sc/inc/conditio.hxx
parent64ef3208df5115f0574f9d729c51f1cdb2fb05ed (diff)
Fix ScCondDateFormatEntry::mpCache
Change-Id: Iec348a367cedce8022f9be4be80adeaefab7b0a6
Diffstat (limited to 'sc/inc/conditio.hxx')
-rw-r--r--sc/inc/conditio.hxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/sc/inc/conditio.hxx b/sc/inc/conditio.hxx
index af571fd7c982..6d23033b0ddd 100644
--- a/sc/inc/conditio.hxx
+++ b/sc/inc/conditio.hxx
@@ -382,12 +382,7 @@ public:
private:
condformat::ScCondFormatDateType meType;
- struct ScCondDateFormatCache
- {
- Date aCachedDate;
- };
-
- boost::scoped_ptr<ScCondDateFormatCache> mpCache;
+ mutable boost::scoped_ptr<Date> mpCache;
rtl::OUString maStyleName;
};