summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-05-05 21:30:20 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2014-05-07 09:28:59 +1000
commit20144988df7296fb012ff0b01f04d3978888e94d (patch)
tree942f65a7be7a95389322f3a0cee34187f3448a72 /include/vcl
parentdeba6ec88a7035be0d88e5e5bf9a2bc3c78eff9d (diff)
Use css alias in svapp.hxx
Change-Id: Ifffcf30f68aa4486e22211d9dfc5ad6d77346a85
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/svapp.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx
index 6db93f7b8408..a0d71e6ce0ce 100644
--- a/include/vcl/svapp.hxx
+++ b/include/vcl/svapp.hxx
@@ -23,6 +23,8 @@
#include <config_features.h>
#include <sal/config.h>
+#include <sal/types.h>
+
#include <cassert>
#include <stdexcept>
@@ -928,7 +930,7 @@ public:
@returns UNO reference to an object that implements the css:awt:XDisplayConnection
interface.
*/
- static ::com::sun::star::uno::Reference< ::com::sun::star::awt::XDisplayConnection > GetDisplayConnection();
+ static css::uno::Reference< css::awt::XDisplayConnection > GetDisplayConnection();
/** @deprecated AppEvent is used only in the Desktop class now. However, it is
intended to notify the application that an event has occured. It was in oldsv.cxx,
@@ -1352,7 +1354,7 @@ public:
@returns UNO reference to VCL toolkit
*/
- static ::com::sun::star::uno::Reference< ::com::sun::star::awt::XToolkit > GetVCLToolkit();
+ static css::uno::Reference< css::awt::XToolkit > GetVCLToolkit();
/** Get the application's UNO wrapper object.