Kaydet (Commit) 2ac07bb5 authored tarafından Caolán McNamara's avatar Caolán McNamara

missing mode-lines, stray semi-colons

Change-Id: I89fc2b0385cebbf5c629e67fa89ba1dd30486f35
üst 9088a4c2
......@@ -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: */
......@@ -68,3 +68,4 @@ ToxLinkProcessor::InsertLinkAttributes(SwTxtNode& node)
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment