summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/fapihelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/fapihelper.hxx')
-rw-r--r--sc/source/filter/inc/fapihelper.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/source/filter/inc/fapihelper.hxx b/sc/source/filter/inc/fapihelper.hxx
index d1f20da5cf2e..c0d1166b96f7 100644
--- a/sc/source/filter/inc/fapihelper.hxx
+++ b/sc/source/filter/inc/fapihelper.hxx
@@ -200,8 +200,6 @@ private:
css::uno::Reference< css::beans::XMultiPropertySet > mxMultiPropSet; /// The optional multi property set interface.
};
-
-
/** Generic helper class for reading from and writing to property sets.
Usage:
@@ -268,8 +266,6 @@ private:
size_t mnNextIdx; /// Counter for next Any to be processed.
};
-
-
template< typename Type >
bool ScfPropSetHelper::ReadValue( Type& rValue )
{
@@ -299,8 +295,6 @@ ScfPropSetHelper& operator<<( ScfPropSetHelper& rPropSetHelper, const Type& rVal
return rPropSetHelper;
}
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */