summaryrefslogtreecommitdiff
path: root/sfx2/inc/viewfac.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/inc/viewfac.hxx')
-rw-r--r--sfx2/inc/viewfac.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sfx2/inc/viewfac.hxx b/sfx2/inc/viewfac.hxx
index d20ed788e739..6f9ae1d3cb37 100644
--- a/sfx2/inc/viewfac.hxx
+++ b/sfx2/inc/viewfac.hxx
@@ -56,6 +56,9 @@ public:
{ return String( aDescription ); }
USHORT GetOrdinal() const { return nOrd; }
+ /// returns an API-compatible view name. For the moment, this is "view" with an appended ordinal/ID
+ String GetViewName() const;
+
private:
SfxViewCtor fnCreate;
SfxViewInit fnInit;