summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-07-29 11:47:22 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-07-29 11:39:22 +0000
commit389d4d414291879b9097658080e405a06dc0c1fc (patch)
tree0ad97411ad459437b4973bd9eb0c3c6566a0c853 /include/sfx2
parent4b90c9dc83d96908d3732d95e75c2f71d0f5d988 (diff)
sfx2: introduce SfxViewShell::GetViewShellId()
This is quite similar to SwFrame::GetFrameId(), i.e. it assigns a numeric identifier to each instance to help debugging, as those identifiers are stable accross runs. Change-Id: I9cc57e316435f0284a1d481a956a703be859d67e Reviewed-on: https://gerrit.libreoffice.org/27669 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'include/sfx2')
-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 a6659137807d..f6e5777bee1d 100644
--- a/include/sfx2/viewsh.hxx
+++ b/include/sfx2/viewsh.hxx
@@ -334,6 +334,7 @@ public:
/// See lok::Document::getPart().
virtual int getPart() const;
virtual void dumpAsXml(struct _xmlTextWriter* pWriter) const;
+ sal_uInt32 GetViewShellId() const;
};