diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-09-14 15:43:17 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-09-21 07:30:13 +0200 |
commit | 2e523afe61f76d9b065a771e558683afb701b93b (patch) | |
tree | 7ebd1374d66e522f807298047c974092b0a3671f /include/sfx2 | |
parent | 179a0d0ea0ec4251152fe4c5e0fb3fd53f6f7967 (diff) |
lok::Office: add getViews()
Change-Id: Iabfb0f2a19106dc4a6bdae45f9e85d76c68a973e
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/lokhelper.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sfx2/lokhelper.hxx b/include/sfx2/lokhelper.hxx index d439bcedce19..bc3f43010c41 100644 --- a/include/sfx2/lokhelper.hxx +++ b/include/sfx2/lokhelper.hxx @@ -16,6 +16,9 @@ class SFX2_DLLPUBLIC SfxLokHelper public: /// Create a new view shell for pViewShell's object shell. static int createView(SfxViewShell* pViewShell); + + /// Total number of view shells. + static int getViews(); }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |