summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorJacobo Aragunde Pérez <jaragunde@igalia.com>2014-07-11 11:53:47 +0200
committerJacobo Aragunde Pérez <jaragunde@igalia.com>2014-07-11 11:53:47 +0200
commit2df4f9425cf71aee638b4b9cb2498655483b417d (patch)
tree628e1667b4671f30b58bdd533bb7330555e792b1 /sc
parent6174152cfffd8e31b9eda238990a161c8c2b9a71 (diff)
sc: syntax fix
Change-Id: Ie3cfad9f39d55095fce638a33ee6383c967d5475
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/styleuno.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/styleuno.hxx b/sc/inc/styleuno.hxx
index da1e82bff960..d8234d3976c6 100644
--- a/sc/inc/styleuno.hxx
+++ b/sc/inc/styleuno.hxx
@@ -98,7 +98,7 @@ public:
getStyleLoaderOptions() throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
//XStyleLoader2
- virtual void SAL_CALL loadStylesFromDocument( const ::com::sun::star::uno::Reference <::com::sun::star::lang::XComponent> & aSourceComponent,
+ virtual void SAL_CALL loadStylesFromDocument( const ::com::sun::star::uno::Reference < ::com::sun::star::lang::XComponent > & aSourceComponent,
const ::com::sun::star::uno::Sequence<
::com::sun::star::beans::PropertyValue >& aOptions )
throw(::com::sun::star::io::IOException,