summaryrefslogtreecommitdiff
path: root/sc/inc/dpresfilter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/dpresfilter.hxx')
-rw-r--r--sc/inc/dpresfilter.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/dpresfilter.hxx b/sc/inc/dpresfilter.hxx
index ffccaa6dddc0..7fed71374dd4 100644
--- a/sc/inc/dpresfilter.hxx
+++ b/sc/inc/dpresfilter.hxx
@@ -26,12 +26,12 @@ namespace com { namespace sun { namespace star { namespace sheet {
struct ScDPResultFilter
{
- OUString maDimName;
+ OUString const maDimName;
OUString maValueName;
OUString maValue;
bool mbHasValue:1;
- bool mbDataLayout:1;
+ bool const mbDataLayout:1;
ScDPResultFilter(const OUString& rDimName, bool bDataLayout);
};