diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-28 10:36:40 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-28 10:36:51 +0200 |
commit | 2094610175140023cf8f904f8506c189e36dec06 (patch) | |
tree | ccf64dab3545a2e1e7e55fc288e929cc88746598 /desktop/source/app/appfirststart.cxx | |
parent | ca97ee598a08365f7bef7e7b8172bff4433ee8b0 (diff) |
namespacing cleanup
Change-Id: I1384bf53a29e174bb97db4c0644f9dce39c0e36d
Diffstat (limited to 'desktop/source/app/appfirststart.cxx')
-rw-r--r-- | desktop/source/app/appfirststart.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/source/app/appfirststart.cxx b/desktop/source/app/appfirststart.cxx index af9eb0516bdc..97ca6e149e6d 100644 --- a/desktop/source/app/appfirststart.cxx +++ b/desktop/source/app/appfirststart.cxx @@ -33,6 +33,8 @@ using namespace ::desktop; using namespace ::com::sun::star; using namespace ::com::sun::star::beans; +using namespace ::com::sun::star::lang; +using namespace ::com::sun::star::uno; static const char aAccessSrvc[] = "com.sun.star.configuration.ConfigurationUpdateAccess"; |