Kaydet (Commit) 7462288d authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

WB_STDTABDIALOG no more used

Since commit 6df2c90c

Change-Id: I2862e7c415b9f0d0d1ca2ea1a07e416222d81fd9
Reviewed-on: https://gerrit.libreoffice.org/41405Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst ad675652
...@@ -241,7 +241,6 @@ WinBits const WB_STDFLOATWIN = WB_SIZEMOVE | WB_CLOSEABLE | WB_ROLLABLE ...@@ -241,7 +241,6 @@ WinBits const WB_STDFLOATWIN = WB_SIZEMOVE | WB_CLOSEABLE | WB_ROLLABLE
WinBits const WB_STDDIALOG = WB_MOVEABLE | WB_CLOSEABLE; WinBits const WB_STDDIALOG = WB_MOVEABLE | WB_CLOSEABLE;
WinBits const WB_STDMODELESS = WB_STDDIALOG; WinBits const WB_STDMODELESS = WB_STDDIALOG;
WinBits const WB_STDMODAL = WB_STDDIALOG; WinBits const WB_STDMODAL = WB_STDDIALOG;
WinBits const WB_STDTABDIALOG = WB_STDDIALOG;
WinBits const WB_STDTABCONTROL = 0; WinBits const WB_STDTABCONTROL = 0;
WinBits const WB_STDPOPUP = WB_BORDER | WB_POPUP | WB_SYSTEMWINDOW | WB_3DLOOK | WB_DIALOGCONTROL; WinBits const WB_STDPOPUP = WB_BORDER | WB_POPUP | WB_SYSTEMWINDOW | WB_3DLOOK | WB_DIALOGCONTROL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment