summaryrefslogtreecommitdiff
path: root/vcl/inc/vcl/syswin.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-07-13 12:57:44 +0200
committerThomas Arnhold <thomas@arnhold.org>2011-07-14 08:19:53 +0200
commitf0f8be40da13833cc518711251fcd990ea91e032 (patch)
treeef117cbc7b5c9670a3a81303f826ddb49f6b361c /vcl/inc/vcl/syswin.hxx
parentb695e520883657f492184235cc6fabc59c935b29 (diff)
callcatcher: remove unused SystemWindow::Foo
Diffstat (limited to 'vcl/inc/vcl/syswin.hxx')
-rw-r--r--vcl/inc/vcl/syswin.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/inc/vcl/syswin.hxx b/vcl/inc/vcl/syswin.hxx
index c8062e3dc352..19cce93d44dd 100644
--- a/vcl/inc/vcl/syswin.hxx
+++ b/vcl/inc/vcl/syswin.hxx
@@ -204,10 +204,6 @@ public:
// 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( sal_uInt8 nLevel );
- sal_uInt8 GetZLevel() const;
void EnableSaveBackground( sal_Bool bSave = sal_True );
sal_Bool IsSaveBackgroundEnabled() const;