Author: orw
Date: Mon May 13 08:18:22 2013
New Revision: 1481728
URL: http://svn.apache.org/r1481728
Log:
122047: adding missing pre-compiled header include
Modified:
openoffice/trunk/main/sfx2/source/sidebar/IContextChangeReceiver.cxx
openoffice/trunk/main/sfx2/source/sidebar/ILayoutableWindow.cxx
Modified: openoffice/trunk/main/sfx2/source/sidebar/IContextChangeReceiver.cxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/sfx2/source/sidebar/IContextChangeReceiver.cxx?rev=1481728&r1=1481727&r2=1481728&view=diff
==============================================================================
--- openoffice/trunk/main/sfx2/source/sidebar/IContextChangeReceiver.cxx
(original)
+++ openoffice/trunk/main/sfx2/source/sidebar/IContextChangeReceiver.cxx Mon
May 13 08:18:22 2013
@@ -19,6 +19,8 @@
*
*************************************************************/
+#include "precompiled_sfx2.hxx"
+
#include <sfx2/sidebar/IContextChangeReceiver.hxx>
Modified: openoffice/trunk/main/sfx2/source/sidebar/ILayoutableWindow.cxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/sfx2/source/sidebar/ILayoutableWindow.cxx?rev=1481728&r1=1481727&r2=1481728&view=diff
==============================================================================
--- openoffice/trunk/main/sfx2/source/sidebar/ILayoutableWindow.cxx (original)
+++ openoffice/trunk/main/sfx2/source/sidebar/ILayoutableWindow.cxx Mon May 13
08:18:22 2013
@@ -19,6 +19,8 @@
*
*************************************************************/
+#include "precompiled_sfx2.hxx"
+
#include <sfx2/sidebar/ILayoutableWindow.hxx>