sc/qa/extras/scspreadsheetsettingsobj.cxx |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit 2b012f9d52dd0d52c7e1f3f1521ae3f7c7e65113
Author:     Jens Carl <j.car...@gmx.de>
AuthorDate: Wed Jan 30 06:40:37 2019 +0000
Commit:     Jens Carl <j.car...@gmx.de>
CommitDate: Wed Jan 30 17:43:04 2019 +0100

    Remove obsolete header and using-declarations
    
    Change-Id: I9d71789af2a9fcb5072df16fc348b2641b62ec01
    Reviewed-on: https://gerrit.libreoffice.org/67103
    Tested-by: Jenkins
    Reviewed-by: Jens Carl <j.car...@gmx.de>

diff --git a/sc/qa/extras/scspreadsheetsettingsobj.cxx 
b/sc/qa/extras/scspreadsheetsettingsobj.cxx
index 7a4ed74b9968..faf0b56055bf 100644
--- a/sc/qa/extras/scspreadsheetsettingsobj.cxx
+++ b/sc/qa/extras/scspreadsheetsettingsobj.cxx
@@ -12,15 +12,12 @@
 #include <test/sheet/spreadsheetdocumentsettings.hxx>
 
 #include <com/sun/star/lang/XComponent.hpp>
-#include <com/sun/star/lang/XMultiServiceFactory.hpp>
 #include <com/sun/star/sheet/XSpreadsheetDocument.hpp>
 #include <com/sun/star/uno/XInterface.hpp>
 
 #include <com/sun/star/uno/Reference.hxx>
 
 using namespace css;
-using namespace css::uno;
-using namespace com::sun::star;
 
 namespace sc_apitest
 {
@@ -75,7 +72,7 @@ ScSpreadsheetSettingsObj::ScSpreadsheetSettingsObj()
 
 uno::Reference<uno::XInterface> ScSpreadsheetSettingsObj::init()
 {
-    uno::Reference<sheet::XSpreadsheetDocument> xDoc(mxComponent, 
UNO_QUERY_THROW);
+    uno::Reference<sheet::XSpreadsheetDocument> xDoc(mxComponent, 
uno::UNO_QUERY_THROW);
     return xDoc;
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to