summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/dapiuno.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/unoobj/dapiuno.cxx')
-rw-r--r--sc/source/ui/unoobj/dapiuno.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/source/ui/unoobj/dapiuno.cxx b/sc/source/ui/unoobj/dapiuno.cxx
index ff3d54b1f3e2..5cc6f06a6a12 100644
--- a/sc/source/ui/unoobj/dapiuno.cxx
+++ b/sc/source/ui/unoobj/dapiuno.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <algorithm>
#include <svl/smplhint.hxx>
#include <vcl/svapp.hxx>
@@ -57,7 +56,6 @@
using namespace com::sun::star;
using namespace com::sun::star::sheet;
-
using ::com::sun::star::uno::Any;
using ::com::sun::star::uno::Exception;
using ::com::sun::star::uno::Reference;
@@ -1140,7 +1138,6 @@ Sequence<sal_Int8> SAL_CALL ScDataPilotTableObj::getImplementationId()
return css::uno::Sequence<sal_Int8>();
}
-
ScDPObject* ScDataPilotTableObj::GetDPObject() const
{
return lcl_GetDPObject(GetDocShell(), nTab, aName);
@@ -3504,7 +3501,4 @@ void SAL_CALL ScDataPilotItemObj::removeVetoableChangeListener(
{
}
-
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */