summaryrefslogtreecommitdiffstats
path: root/sc/inc/appluno.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-25 05:20:47 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-25 05:41:10 +0200
commit37e6631cc5d4147e9d0a4ebefbd0c9d2a8137d24 (patch)
tree060cf0aafda3f205b3e12508465a5403826d014d /sc/inc/appluno.hxx
parentremove whitespaces (diff)
downloadcore-37e6631cc5d4147e9d0a4ebefbd0c9d2a8137d24.tar.gz
core-37e6631cc5d4147e9d0a4ebefbd0c9d2a8137d24.zip
remove whitespace
Change-Id: Ib15413e73409cc33de01fa92a47b9d1237cfc4b2
Diffstat (limited to 'sc/inc/appluno.hxx')
-rw-r--r--sc/inc/appluno.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/inc/appluno.hxx b/sc/inc/appluno.hxx
index 49fbd8d5af1d..be5f2d40e056 100644
--- a/sc/inc/appluno.hxx
+++ b/sc/inc/appluno.hxx
@@ -136,7 +136,6 @@ class ScSpreadsheetSettings : public cppu::WeakImplHelper3<
private:
SfxItemPropertySet aPropSet;
-
bool getPropertyBool(const OUString& aPropertyName) throw (css::uno::RuntimeException);
sal_Int16 getPropertyInt16(const OUString& aPropertyName) throw (css::uno::RuntimeException);
void setProperty(const OUString& aPropertyName, bool p1) throw (css::uno::RuntimeException)
@@ -281,7 +280,6 @@ public:
throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
};
-
class ScRecentFunctionsObj : public cppu::WeakImplHelper2<
com::sun::star::sheet::XRecentFunctions,
com::sun::star::lang::XServiceInfo>
@@ -311,7 +309,6 @@ public:
throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
};
-
class ScFunctionListObj : public cppu::WeakImplHelper4<
com::sun::star::sheet::XFunctionDescriptions,
com::sun::star::container::XEnumerationAccess,