sw/inc/ToxLinkProcessor.hxx | 7 ++++--- sw/source/core/tox/ToxLinkProcessor.cxx | 1 + 2 files changed, 5 insertions(+), 3 deletions(-)
New commits: commit 2ac07bb5bfd9a5d7bc591b9bb39c45cab99f304b Author: Caolán McNamara <caol...@redhat.com> Date: Thu Jun 5 20:53:56 2014 +0100 missing mode-lines, stray semi-colons Change-Id: I89fc2b0385cebbf5c629e67fa89ba1dd30486f35 diff --git a/sw/inc/ToxLinkProcessor.hxx b/sw/inc/ToxLinkProcessor.hxx index 4200a1f..dcf1002 100644 --- a/sw/inc/ToxLinkProcessor.hxx +++ b/sw/inc/ToxLinkProcessor.hxx @@ -26,8 +26,8 @@ namespace sw { */ class SW_DLLPUBLIC ToxLinkProcessor { public: - ToxLinkProcessor() {;} - virtual ~ToxLinkProcessor() {;} + ToxLinkProcessor() {} + virtual ~ToxLinkProcessor() {} void StartNewLink(sal_Int32 startPosition, const OUString& characterStyle); @@ -56,7 +56,6 @@ private: struct StartedLink { StartedLink(sal_Int32 startPosition, const OUString& characterStyle) : mStartPosition(startPosition), mCharacterStyle(characterStyle) { - ; } sal_Int32 mStartPosition; OUString mCharacterStyle; @@ -84,3 +83,5 @@ private: } #endif /* SW_TOXLINKPROCESSOR_HXX_ */ + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sw/source/core/tox/ToxLinkProcessor.cxx b/sw/source/core/tox/ToxLinkProcessor.cxx index 23ab44a..181757c 100644 --- a/sw/source/core/tox/ToxLinkProcessor.cxx +++ b/sw/source/core/tox/ToxLinkProcessor.cxx @@ -68,3 +68,4 @@ ToxLinkProcessor::InsertLinkAttributes(SwTxtNode& node) } +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits