diff options
author | Andras Timar <atimar@suse.com> | 2012-01-18 13:11:11 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-01-18 19:16:06 +0100 |
commit | ceb14e0143fb72b34421f6fb81ff1fb1842cb500 (patch) | |
tree | 01aa22526fa80fec90dee5e97a23c11e2feecaf4 /vcl/unx | |
parent | 15e35093e86b49b3e8129108fa358adc0c865fbe (diff) |
fdo#37740 remove duplicate icons from soffice.bin/soffice.exe
Diffstat (limited to 'vcl/unx')
-rw-r--r-- | vcl/unx/generic/window/salframe.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/generic/window/salframe.cxx b/vcl/unx/generic/window/salframe.cxx index 9ab7a1ac2f32..dca1609a727e 100644 --- a/vcl/unx/generic/window/salframe.cxx +++ b/vcl/unx/generic/window/salframe.cxx @@ -717,7 +717,7 @@ X11SalFrame::X11SalFrame( SalFrame *pParent, sal_uLong nSalFrameStyle, mbShaded = false; mbFullScreen = false; - mnIconID = 1; // ICON_DEFAULT + mnIconID = 1; // ICON_LO_DEFAULT m_pClipRectangles = NULL; m_nCurClipRect = 0; |