[Libreoffice-commits] core.git: include/sfx2

Kohei Yoshida kohei.yoshida at collabora.com
Sat Nov 22 09:22:07 PST 2014


 include/sfx2/dinfdlg.hxx |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

New commits:
commit 614d384f5bf7a6b5974c6ed0c972dd9a0434b3b6
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
Date:   Sat Nov 22 12:12:12 2014 -0500

    ptr_vector is not used in this header.  Remove it.
    
    Change-Id: I5f884819f777201ddfec60bdac3e503584ead649

diff --git a/include/sfx2/dinfdlg.hxx b/include/sfx2/dinfdlg.hxx
index 340681a..6342269 100644
--- a/include/sfx2/dinfdlg.hxx
+++ b/include/sfx2/dinfdlg.hxx
@@ -19,10 +19,6 @@
 #ifndef INCLUDED_SFX2_DINFDLG_HXX
 #define INCLUDED_SFX2_DINFDLG_HXX
 
-#include <boost/optional/optional.hpp>
-
-#include <boost/ptr_container/ptr_vector.hpp>
-
 #include <sal/config.h>
 #include <sfx2/dllapi.h>
 
@@ -49,6 +45,8 @@
 
 #include <sfx2/tabdlg.hxx>
 
+#include <boost/optional/optional.hpp>
+
 namespace com { namespace sun { namespace star {
     namespace document {
         class XDocumentProperties;


More information about the Libreoffice-commits mailing list