summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2017-10-19 18:11:02 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2017-10-20 06:04:50 +0200
commitba9e09be72a6bd5709fcc51f5dc3cb70b3b80540 (patch)
treeb8fc521ca1037bd8faba2952bcaaa62571480d0b /include
parent8743a4172e5a168992f36e408c5db688a959000c (diff)
Kill unused SV_LBOX_DD_FORMAT
Change-Id: I242339aa7a3f7c12b84cdcd97fe670491a0217a5 Reviewed-on: https://gerrit.libreoffice.org/43541 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'include')
-rw-r--r--include/svtools/treelistbox.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svtools/treelistbox.hxx b/include/svtools/treelistbox.hxx
index d9e4feb76cf0..a9048ab0c705 100644
--- a/include/svtools/treelistbox.hxx
+++ b/include/svtools/treelistbox.hxx
@@ -772,8 +772,6 @@ public:
virtual FactoryFunction GetUITestFactory() const override;
};
-#define SV_LBOX_DD_FORMAT "SV_LBOX_DD_FORMAT"
-
class SvInplaceEdit2
{
Link<SvInplaceEdit2&,void> aCallBackHdl;