You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by af...@apache.org on 2013/05/31 14:27:30 UTC

svn commit: r1488191 - /openoffice/trunk/main/sfx2/source/sidebar/Accessible.hxx

Author: af
Date: Fri May 31 12:27:30 2013
New Revision: 1488191

URL: http://svn.apache.org/r1488191
Log:
122271: Added missing include.

Modified:
    openoffice/trunk/main/sfx2/source/sidebar/Accessible.hxx

Modified: openoffice/trunk/main/sfx2/source/sidebar/Accessible.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sfx2/source/sidebar/Accessible.hxx?rev=1488191&r1=1488190&r2=1488191&view=diff
==============================================================================
--- openoffice/trunk/main/sfx2/source/sidebar/Accessible.hxx (original)
+++ openoffice/trunk/main/sfx2/source/sidebar/Accessible.hxx Fri May 31 12:27:30 2013
@@ -27,6 +27,7 @@
 
 #include <cppuhelper/compbase1.hxx>
 #include <cppuhelper/basemutex.hxx>
+#include <boost/noncopyable.hpp>
 
 namespace css = ::com::sun::star;
 namespace cssu = ::com::sun::star::uno;