diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2013-06-06 18:34:20 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2013-06-06 18:35:22 +0200 |
commit | bd40bfd897f193857de10f64bbc47909c4ea5757 (patch) | |
tree | 5c1d87babb9c4698ce76883b33dc15ba436c4f36 /vcl/inc | |
parent | 4d479ebf1511fd0c2b8bff0f6aa26305709aa338 (diff) |
fix WM_CLASS
VCLSalFrame is definitely not the name of any instance of LibreOffice.
Change-Id: Iba227061c0c0541290c90876c94d1016aa1e783e
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/generic/gensys.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/generic/gensys.h b/vcl/inc/generic/gensys.h index d60cc1766b14..25d73a09743b 100644 --- a/vcl/inc/generic/gensys.h +++ b/vcl/inc/generic/gensys.h @@ -47,7 +47,6 @@ class VCL_DLLPUBLIC SalGenericSystem : public SalSystem // Simple helpers for X11 WM_CLASS hints static const char *getFrameResName(); static const char *getFrameClassName(); - static OString getFrameResName( SalExtStyle nStyle ); #endif }; |