summaryrefslogtreecommitdiff
path: root/sw/inc/accmap.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-02-25 14:49:14 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-02-25 14:59:07 +0000
commit9bc5d4cdf010091406091875e6c45d975ebc9708 (patch)
tree9c4230d1057242147f5b136de847b1df61cd7117 /sw/inc/accmap.hxx
parent2a0ad98ba798a280de649e17fb7212f6b4077917 (diff)
re org things a little to quieten coverity warnings
Change-Id: I3bf0840f6428ee8cefd424a486cc2f5fcfda290f
Diffstat (limited to 'sw/inc/accmap.hxx')
-rw-r--r--sw/inc/accmap.hxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/sw/inc/accmap.hxx b/sw/inc/accmap.hxx
index 05240c9169d9..814b210460ed 100644
--- a/sw/inc/accmap.hxx
+++ b/sw/inc/accmap.hxx
@@ -119,7 +119,10 @@ class SwAccessibleMap : public ::accessibility::IAccessibleViewForwarder,
//mpSelectedFrameMap contains the old selected objects.
SwAccessibleContextMap_Impl *mpSeletedFrameMap;
- //IvalidateShapeInParaSelection() method is responsible for the updating the selected states of the objects.
+
+ OUString maDocName;
+
+ //InvalidateShapeInParaSelection() method is responsible for the updating the selected states of the objects.
void InvalidateShapeInParaSelection();
void InvalidateRelationSet_( const SwFrame* pFrame, bool bFrom );
@@ -261,6 +264,8 @@ public:
void FireEvents();
+ const OUString& GetDocName() const { return maDocName; }
+
// IAccessibleViewForwarder
virtual Rectangle GetVisibleArea() const override;