summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-08-18 15:20:37 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-08-18 18:44:15 +0200
commit20f1b84092b51e9c0327eded14c75ddccb1413aa (patch)
tree7db1ef3fa8698c9b083ac0e81d487bc098a96682
parent6cccaa9a7859d6a8523c03ca0fe6468635653afa (diff)
no need to redefine WB_NO_DIRECTSELECT
Change-Id: Id9823a4b10982eb0a7c8f31d253a2d71005fa531 Reviewed-on: https://gerrit.libreoffice.org/41299 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
-rw-r--r--svx/source/tbxctrls/tbcontrl.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx
index 02ab35acd106..4dd05c8d9c13 100644
--- a/svx/source/tbxctrls/tbcontrl.cxx
+++ b/svx/source/tbxctrls/tbcontrl.cxx
@@ -1243,11 +1243,6 @@ void SvxFontNameBox_Impl::Select()
}
}
-#ifndef WB_NO_DIRECTSELECT
-#define WB_NO_DIRECTSELECT ((WinBits)0x04000000)
-#endif
-
-
SvxColorWindow::SvxColorWindow(const OUString& rCommand,
PaletteManager& rPaletteManager,
BorderColorStatus& rBorderColorStatus,