summaryrefslogtreecommitdiff
path: root/sw/inc/ToxLinkProcessor.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-06-05 20:53:56 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-06-06 09:00:58 +0100
commit2ac07bb5bfd9a5d7bc591b9bb39c45cab99f304b (patch)
tree42e3ed9dea4b83578a1733d6738b1aa966acf03f /sw/inc/ToxLinkProcessor.hxx
parent9088a4c2d18f59c22fceb81829441b704603415d (diff)
missing mode-lines, stray semi-colons
Change-Id: I89fc2b0385cebbf5c629e67fa89ba1dd30486f35
Diffstat (limited to 'sw/inc/ToxLinkProcessor.hxx')
-rw-r--r--sw/inc/ToxLinkProcessor.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/inc/ToxLinkProcessor.hxx b/sw/inc/ToxLinkProcessor.hxx
index 4200a1fdfecf..dcf10022575f 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: */