Permalink
Browse files

Fix inconsistent indentation

Change-Id: I4b87541c6e64e6b2b7c912f47a80a4aa37842014
  • Loading branch information...
1 parent e138270 commit 7ec0eed345550597c25c71a62962d7d3519c68ca Tor Lillqvist committed Nov 1, 2016
Showing with 2 additions and 2 deletions.
  1. +2 −2 xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx
@@ -76,8 +76,8 @@ namespace
}
};
-void SaveODFItem::ImplCommit() {}
-void SaveODFItem::Notify( const css::uno::Sequence< OUString >& ) {}
+ void SaveODFItem::ImplCommit() {}
+ void SaveODFItem::Notify( const css::uno::Sequence< OUString >& ) {}
SaveODFItem::SaveODFItem(): utl::ConfigItem(OUString(
"Office.Common/Save")), m_nODF(0)

0 comments on commit 7ec0eed

Please sign in to comment.