summaryrefslogtreecommitdiff
path: root/include/sfx2/viewsh.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-07-28 20:58:12 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-07-29 10:09:56 +0200
commit5f86e619ce2e6a02e5ea23ef778f7062d30f2931 (patch)
tree3ce7a980503b2aeb65a7e11f65e94eed7de49a40 /include/sfx2/viewsh.hxx
parentd50ef086b87dbfb28db1fc9f9e76fa33eadfaf35 (diff)
sw layout xml dump: mention SfxViewShell addresses
Change-Id: I2e5c8102684494fd3d7c1c70971a09d0c940a124 Reviewed-on: https://gerrit.libreoffice.org/27637 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org> (cherry picked from commit 73c8bc849c0024d5d81ab0370cffa6aa24b56d22)
Diffstat (limited to 'include/sfx2/viewsh.hxx')
-rw-r--r--include/sfx2/viewsh.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sfx2/viewsh.hxx b/include/sfx2/viewsh.hxx
index afee9701dd17..d0bbbf07bcdd 100644
--- a/include/sfx2/viewsh.hxx
+++ b/include/sfx2/viewsh.hxx
@@ -333,6 +333,7 @@ public:
bool isTiledSearching() const;
/// See lok::Document::getPart().
virtual int getPart() const;
+ virtual void dumpAsXml(struct _xmlTextWriter* pWriter) const;
};