summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-09-14 15:43:17 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-09-21 07:30:13 +0200
commit2e523afe61f76d9b065a771e558683afb701b93b (patch)
tree7ebd1374d66e522f807298047c974092b0a3671f /include/sfx2
parent179a0d0ea0ec4251152fe4c5e0fb3fd53f6f7967 (diff)
lok::Office: add getViews()
Change-Id: Iabfb0f2a19106dc4a6bdae45f9e85d76c68a973e
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/lokhelper.hxx3
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: */