diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-07-15 16:25:34 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-07-15 16:26:07 +0200 |
commit | 92474c05f858502414eabf20c932f72c7e9bda1b (patch) | |
tree | 029ec5bf418ca7a885d05466a5e4b70a30fa6bae /sw/inc/unoframe.hxx | |
parent | 99f05d9947db2dd0676fafa66106d17e4d8eea6d (diff) |
sw: indentation fixes
Change-Id: I6cdc7cff7c45e58c9b684ff53a8dd84af7cf0c83
Diffstat (limited to 'sw/inc/unoframe.hxx')
-rw-r--r-- | sw/inc/unoframe.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/unoframe.hxx b/sw/inc/unoframe.hxx index fe492a569e05..56df9dfee0e6 100644 --- a/sw/inc/unoframe.hxx +++ b/sw/inc/unoframe.hxx @@ -114,7 +114,7 @@ public: virtual void SAL_CALL setPropertyToDefault( const OUString& PropertyName ) throw(css::beans::UnknownPropertyException, css::uno::RuntimeException, std::exception) override; virtual css::uno::Any SAL_CALL getPropertyDefault( const OUString& aPropertyName ) throw(css::beans::UnknownPropertyException, css::lang::WrappedTargetException, css::uno::RuntimeException, std::exception) override; - //XShape + //XShape virtual css::awt::Point SAL_CALL getPosition( ) throw(css::uno::RuntimeException, std::exception) override; virtual void SAL_CALL setPosition( const css::awt::Point& aPosition ) throw(css::uno::RuntimeException, std::exception) override; virtual css::awt::Size SAL_CALL getSize( ) throw(css::uno::RuntimeException, std::exception) override; |