summaryrefslogtreecommitdiff
path: root/sc/inc/cellform.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-10-07 17:27:02 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-10-08 15:48:10 -0400
commit658fc68d574bd49b8b233ad5ed886758e290b3aa (patch)
treeb1acc482e6b8a8aac78e729b1ea0419aea4df607 /sc/inc/cellform.hxx
parentee8fad644e28d1e298afb7c6eed4d454617e7dc7 (diff)
Store svl::SharedString in document cell storage instead of OUString.
With this, both ScColumn and ScMatrix store svl::SharedString as their string values, instead of OUString. Change-Id: I3faece94d98f774881fd72b3ed5f6143504cd350
Diffstat (limited to 'sc/inc/cellform.hxx')
-rw-r--r--sc/inc/cellform.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/cellform.hxx b/sc/inc/cellform.hxx
index 7779297be25f..1f6b13a9254a 100644
--- a/sc/inc/cellform.hxx
+++ b/sc/inc/cellform.hxx
@@ -22,6 +22,7 @@
#include <tools/solar.h>
#include "scdllapi.h"
+#include "rtl/ustring.hxx"
class SvNumberFormatter;
class Color;