summaryrefslogtreecommitdiff
path: root/vcl/inc/vcl/syswin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/vcl/syswin.hxx')
-rw-r--r--vcl/inc/vcl/syswin.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/inc/vcl/syswin.hxx b/vcl/inc/vcl/syswin.hxx
index 99a340ae4a58..d590cfe0a37e 100644
--- a/vcl/inc/vcl/syswin.hxx
+++ b/vcl/inc/vcl/syswin.hxx
@@ -201,6 +201,10 @@ public:
void SetIcon( USHORT nIcon );
USHORT GetIcon() const { return mnIcon; }
+ // for systems like MacOSX which can display the URL a document is loaded from
+ // separately from the window title
+ void SetRepresentedURL( const rtl::OUString& );
+ const rtl::OUString& GetRepresentedURL() const;
void SetZLevel( BYTE nLevel );
BYTE GetZLevel() const;