summaryrefslogtreecommitdiffstats
path: root/sw/inc/node.hxx
diff options
context:
space:
mode:
authorSteve Yin <steve_y@apache.org>2013-11-29 13:03:27 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-12-02 10:25:33 +0000
commit76c549eb01dcb7b5bf28a271ce00e386f3d388ba (patch)
treebb09874a25b3b29c52556228abdf4aafb9ca6515 /sw/inc/node.hxx
parentfix build (diff)
downloadcore-76c549eb01dcb7b5bf28a271ce00e386f3d388ba.tar.gz
core-76c549eb01dcb7b5bf28a271ce00e386f3d388ba.zip
Integrate branch of IAccessible2
Conflicts: everything Change-Id: I9619634ee1e60d449025c006803da29c1e9d14b3
Diffstat (limited to 'sw/inc/node.hxx')
-rw-r--r--sw/inc/node.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/inc/node.hxx b/sw/inc/node.hxx
index 93ebc5cfd330..ee28196e338a 100644
--- a/sw/inc/node.hxx
+++ b/sw/inc/node.hxx
@@ -422,8 +422,12 @@ public:
void MakeFrms( SwCntntNode& rNode );
/** Method deletes all views of document for the node. The content-
- frames are removed from the respective layout. */
- void DelFrms();
+ frames are removed from the respective layout.
+
+ Add an input param to identify if acc table should be disposed
+ */
+ void DelFrms( sal_Bool bNeedDel = sal_False, sal_Bool bIsAccTableDispose = sal_True );
+
/** @return count of elements of node content. Default is 1.
There are differences between text node and formula node. */