diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-05-11 13:01:15 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-05-11 14:10:51 +0200 |
commit | eca8497238ac331db5ce9cdc35fb2e2f5f5354b3 (patch) | |
tree | 90918d433f6b90dfa4dc64786ddef0725726e96e /extensions/source/propctrlr | |
parent | c994d59fe05a6b54d8821ac0db9efa9b87fe2e7e (diff) |
sd: remove pointless micro-optimization
Change-Id: Ib5c9e79d21969922feeed5cd1908f238608401e4
Diffstat (limited to 'extensions/source/propctrlr')
-rw-r--r-- | extensions/source/propctrlr/propertyeditor.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extensions/source/propctrlr/propertyeditor.hxx b/extensions/source/propctrlr/propertyeditor.hxx index 6162d3e1bfb7..eafdf3653db3 100644 --- a/extensions/source/propctrlr/propertyeditor.hxx +++ b/extensions/source/propctrlr/propertyeditor.hxx @@ -25,7 +25,6 @@ #include <com/sun/star/inspection/XPropertyControl.hpp> #include <vcl/tabctrl.hxx> #include <vcl/vclptr.hxx> -#include <boost/mem_fn.hpp> #include <map> namespace pcr |