Kaydet (Commit) 2b012f9d authored tarafından Jens Carl's avatar Jens Carl

Remove obsolete header and using-declarations

Change-Id: I9d71789af2a9fcb5072df16fc348b2641b62ec01
Reviewed-on: https://gerrit.libreoffice.org/67103
Tested-by: Jenkins
Reviewed-by: 's avatarJens Carl <j.carl43@gmx.de>
üst 8eccadb4
...@@ -12,15 +12,12 @@ ...@@ -12,15 +12,12 @@
#include <test/sheet/spreadsheetdocumentsettings.hxx> #include <test/sheet/spreadsheetdocumentsettings.hxx>
#include <com/sun/star/lang/XComponent.hpp> #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/sheet/XSpreadsheetDocument.hpp>
#include <com/sun/star/uno/XInterface.hpp> #include <com/sun/star/uno/XInterface.hpp>
#include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Reference.hxx>
using namespace css; using namespace css;
using namespace css::uno;
using namespace com::sun::star;
namespace sc_apitest namespace sc_apitest
{ {
...@@ -75,7 +72,7 @@ ScSpreadsheetSettingsObj::ScSpreadsheetSettingsObj() ...@@ -75,7 +72,7 @@ ScSpreadsheetSettingsObj::ScSpreadsheetSettingsObj()
uno::Reference<uno::XInterface> ScSpreadsheetSettingsObj::init() 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; return xDoc;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment