[Libreoffice-commits] .: sfx2/source
Fridrich Strba
fridrich at kemper.freedesktop.org
Sun Jul 10 23:36:42 PDT 2011
sfx2/source/appl/shutdowniconw32.cxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 6a9633ade5ee46e927dcafdb27d6f9aafad7c218
Author: Fridrich Strba <fridrich.strba at bluewin.ch>
Date: Sat Jul 9 04:53:17 2011 -0600
Fix windows build
diff --git a/sfx2/source/appl/shutdowniconw32.cxx b/sfx2/source/appl/shutdowniconw32.cxx
index 697334a..04cde46 100644
--- a/sfx2/source/appl/shutdowniconw32.cxx
+++ b/sfx2/source/appl/shutdowniconw32.cxx
@@ -59,6 +59,9 @@
using namespace ::rtl;
using namespace ::osl;
+using ::com::sun::star::uno::Sequence;
+using ::com::sun::star::beans::PropertyValue;
+
#define EXECUTER_WINDOWCLASS "SO Executer Class"
#define EXECUTER_WINDOWNAME "SO Executer Window"
More information about the Libreoffice-commits
mailing list