summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpoutput.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-12-06 10:43:38 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-12-06 11:55:41 -0500
commit1d85c8df2fb9cb25fc524485339ae9f11e8da676 (patch)
tree949a4e234256702ab355a52952c633333b6f6a50 /sc/inc/dpoutput.hxx
parentmap homogeneous to opposite of non-homogeneous (diff)
downloadcore-1d85c8df2fb9cb25fc524485339ae9f11e8da676.tar.gz
core-1d85c8df2fb9cb25fc524485339ae9f11e8da676.zip
fdo#69518: Correctly handle the old constraint syntax.
We apparently support this syntax for ODF-backward compatibility. To fix this, I resurrected ScDPObject::ParseFilters() which was removed as unused, adjusted it for the String->OUString change, and changed the filter data structure to the UNO one rather than using the old one we no longer use elsewhere. Change-Id: If52b38aaa1e8b208fb0ef9d92a6e853decdf43e3
Diffstat (limited to 'sc/inc/dpoutput.hxx')
-rw-r--r--sc/inc/dpoutput.hxx21
1 files changed, 0 insertions, 21 deletions
diff --git a/sc/inc/dpoutput.hxx b/sc/inc/dpoutput.hxx
index 293d93767356..7b38c7eee227 100644
--- a/sc/inc/dpoutput.hxx
+++ b/sc/inc/dpoutput.hxx
@@ -41,29 +41,8 @@ namespace com { namespace sun { namespace star { namespace sheet {
class Rectangle;
class ScDocument;
-
struct ScDPOutLevelData;
-
-struct ScDPGetPivotDataField
-{
- OUString maFieldName;
- com::sun::star::sheet::GeneralFunction meFunction;
-
- bool mbValIsStr;
- OUString maValStr;
- double mnValNum;
-
- ScDPGetPivotDataField() :
- meFunction( com::sun::star::sheet::GeneralFunction_NONE ),
- mbValIsStr( false ),
- mnValNum( 0.0 )
- {
- }
-};
-
-
-
class ScDPOutput
{
private: