summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpglobal.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2012-02-08 21:38:15 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2012-02-08 21:45:27 -0500
commit2d4d52e0fbad81a960b81a94694ba4449cb71433 (patch)
tree8f890a4ec2c846cbd87c60d034878a62160f3071 /sc/inc/dpglobal.hxx
parentMoved TypedStrData into its own files. (diff)
downloadcore-2d4d52e0fbad81a960b81a94694ba4449cb71433.tar.gz
core-2d4d52e0fbad81a960b81a94694ba4449cb71433.zip
Rename TypedStrData to ScTypedStrData, just to be consistent.
Diffstat (limited to 'sc/inc/dpglobal.hxx')
-rw-r--r--sc/inc/dpglobal.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dpglobal.hxx b/sc/inc/dpglobal.hxx
index 55a6aeae24ff..3619f03dfcb3 100644
--- a/sc/inc/dpglobal.hxx
+++ b/sc/inc/dpglobal.hxx
@@ -92,7 +92,7 @@
#define DP_PROP_FILTER "Filter"
#define DP_PROP_POSITION "Position"
-class TypedStrData;
+class ScTypedStrData;
class ScDPObject;
class ScDPInfoWnd;
class ScDocShell;