diff options
Diffstat (limited to 'vcl/inc/vcl/svapp.hxx')
-rw-r--r-- | vcl/inc/vcl/svapp.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/inc/vcl/svapp.hxx b/vcl/inc/vcl/svapp.hxx index 07782dfb07aa..0350ee5f3c63 100644 --- a/vcl/inc/vcl/svapp.hxx +++ b/vcl/inc/vcl/svapp.hxx @@ -33,7 +33,6 @@ #include <osl/mutex.hxx> #include <tools/string.hxx> #include <tools/link.hxx> -#include <tools/unqid.hxx> #include <vcl/sv.h> #include <vcl/dllapi.h> #include <vcl/apptypes.hxx> @@ -311,8 +310,6 @@ public: static void SetDialogScaleX( short nScale ); - static UniqueItemId CreateUniqueId(); - static ::com::sun::star::uno::Reference< ::com::sun::star::awt::XDisplayConnection > GetDisplayConnection(); // The global service manager has to be created before! |