diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-10-19 10:56:35 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-10-19 10:56:35 +0200 |
commit | d6ff3d49df1fbe2731e4ba2076f4faa63ded9b11 (patch) | |
tree | 5c664bb6e8e4c7d90b2825448e764f396d71bdb8 /sc | |
parent | 66b3aa76b161c4d08e87fbdb19c2b72cc15153cd (diff) |
Plugin::isInUnoIncludeFile should not cover WORKDIR
...that got in, for no apparent reason, when various, slightly different
implementations of isInUnoIncludeFile got consolidated into one.
Change-Id: I64a9eb62703d57a0b7b57720ec9f251ffa780691
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/extras/scannotationshapeobj.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/qa/extras/scannotationshapeobj.cxx b/sc/qa/extras/scannotationshapeobj.cxx index 7eefd0c043f2..6b18077e86c0 100644 --- a/sc/qa/extras/scannotationshapeobj.cxx +++ b/sc/qa/extras/scannotationshapeobj.cxx @@ -116,8 +116,8 @@ uno::Reference<text::XTextContent> ScAnnotationShapeObj::getTextContent() CPPUNIT_TEST_SUITE_REGISTRATION(ScAnnotationShapeObj); -CPPUNIT_PLUGIN_IMPLEMENT(); - } +CPPUNIT_PLUGIN_IMPLEMENT(); + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |