summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uno/unotxdoc.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2017-11-19 01:38:22 +0900
committerEike Rathke <erack@redhat.com>2017-11-20 14:01:44 +0100
commit14f351529e5f6282b1017d28671930d6142f4ce5 (patch)
tree9425e90bb869f9ed05bcebd621059eeb198e4b87 /sw/source/uibase/uno/unotxdoc.cxx
parent13de75274b727428355eefd55176277a5f891c47 (diff)
cosmetics: Drop duplicate semicolon
Change-Id: I96d2ffb903f9ed15070572552c9564b5089df12f Reviewed-on: https://gerrit.libreoffice.org/44914 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sw/source/uibase/uno/unotxdoc.cxx')
-rw-r--r--sw/source/uibase/uno/unotxdoc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/uno/unotxdoc.cxx b/sw/source/uibase/uno/unotxdoc.cxx
index 6187022a9ed3..1d4a9c6196f7 100644
--- a/sw/source/uibase/uno/unotxdoc.cxx
+++ b/sw/source/uibase/uno/unotxdoc.cxx
@@ -4453,7 +4453,7 @@ void SwXOutlineTarget::setPropertyValue(
Any SwXOutlineTarget::getPropertyValue(const OUString& rPropertyName)
{
if(rPropertyName != UNO_LINK_DISPLAY_NAME)
- throw UnknownPropertyException();;
+ throw UnknownPropertyException();
return Any(sOutlineText);
}