diff options
author | David Tardon <dtardon@redhat.com> | 2013-06-01 09:43:50 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-06-03 14:31:56 +0200 |
commit | 67e87f8b88a5a6a741717cc4a8e64f65f9c9cd52 (patch) | |
tree | c168cda1250ec90917ccf0c99769439436314a41 /include/editeng | |
parent | a3b384ee41f352b5b99ea1265018f2d14405df65 (diff) |
fdo#62224 reconstruct border state for table dialog
Change-Id: I68a4cd1974579119a2d6dccba008441a9bec78df
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/borderline.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/borderline.hxx b/include/editeng/borderline.hxx index 067e216aaa9a..a7713b7edffb 100644 --- a/include/editeng/borderline.hxx +++ b/include/editeng/borderline.hxx @@ -160,7 +160,7 @@ namespace editeng { static BorderWidthImpl getWidthImpl( SvxBorderStyle nStyle ); }; -// ============================================================================ +EDITENG_DLLPUBLIC bool operator!=( const SvxBorderLine& rLeft, const SvxBorderLine& rRight ); } // namespace editeng |