diff options
author | Fridrich Strba <fridrich.strba@bluewin.ch> | 2011-07-09 04:53:17 -0600 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-07-11 08:31:56 +0200 |
commit | c3b0d8301619179f74e4a5e2b0a8da0ed0008be1 (patch) | |
tree | 284de71d2b1630f2488262ae636a74d62a8b83ad /sfx2 | |
parent | 98a7b9ca3396de99a68df5bbb980b8a7e9e50e39 (diff) |
Fix windows build
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/shutdowniconw32.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sfx2/source/appl/shutdowniconw32.cxx b/sfx2/source/appl/shutdowniconw32.cxx index 1ecc4d0de69f..4acf9c887c50 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" |