diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-08-10 17:15:04 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-08-10 17:15:29 +0200 |
commit | 5c892638821b9e63a768047bee24fd52494de0c3 (patch) | |
tree | e6434dd4de831f53ea78bbccece9e1470fa0c322 | |
parent | 6cd939111aaf32a35ffe4eb893115e91df2eb664 (diff) |
fdo#46037: 1 less comphelper/configurationhelper in sfx2
Change-Id: I48c99ab6ac9b26a5772a320ca2526c636a49208d
-rw-r--r-- | sfx2/source/control/recentdocsview.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/source/control/recentdocsview.cxx b/sfx2/source/control/recentdocsview.cxx index a1654a51cc1a..fc119afd0d64 100644 --- a/sfx2/source/control/recentdocsview.cxx +++ b/sfx2/source/control/recentdocsview.cxx @@ -19,7 +19,6 @@ #include <sfx2/recentdocsview.hxx> -#include <comphelper/configurationhelper.hxx> #include <sfx2/templateabstractview.hxx> #include <sfx2/app.hxx> #include <unotools/historyoptions.hxx> |