diff options
author | David Tardon <dtardon@redhat.com> | 2016-11-13 19:08:22 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2016-11-13 19:08:22 +0100 |
commit | 27a165cfc97f004ecf5d911a3adc3b5ced36f7fd (patch) | |
tree | 6244eb05a99e167a141b72c2cfa25efd7609f504 /editeng | |
parent | a21d24ca72b792c9fdd74894ebf773c72fc2b704 (diff) |
drop useless semicolons
Change-Id: I039f8ff491b42ea9c3936bf13922df8095434228
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/editeng/editdoc.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/editeng/editdoc.hxx b/editeng/source/editeng/editdoc.hxx index 201325866c75..51b9ac293194 100644 --- a/editeng/source/editeng/editdoc.hxx +++ b/editeng/source/editeng/editdoc.hxx @@ -190,7 +190,7 @@ private: SvxFont aDefFont; // faster than ever from the pool! bool bHasEmptyAttribs; - CharAttribList( const CharAttribList& ) {;} + CharAttribList( const CharAttribList& ) {} public: CharAttribList(); |